New package: ario-1.5.1
This commit is contained in:
parent
04f7ebe979
commit
f54100fb32
1 changed files with 19 additions and 0 deletions
19
srcpkgs/ario/template
Normal file
19
srcpkgs/ario/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'ario'
|
||||
pkgname=ario
|
||||
version=1.5.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="avahi-glib-libs-devel dbus-glib-devel glib-devel gnutls-devel libcurl-devel libgcrypt-devel libmpdclient-devel libnotify-devel libsoup-devel libunique1-devel libxml2-devel taglib-devel"
|
||||
short_desc="GTK2 client for MPD"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://ario-player.sourceforge.net/?en"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}-player/${pkgname}-${version}.tar.gz"
|
||||
checksum=0831281ab8634eb92424b61230eee035822f7f92d8b0526da7316c898239c91e
|
||||
|
||||
post_extract() {
|
||||
sed -i 's,<glib/gi18n.h>,<glib.h>,g' src/ario-profiles.c
|
||||
sed -i 's,<glib/gslist.h>,<glib.h>,g' src/ario-profiles.h
|
||||
}
|
Loading…
Reference in a new issue