void-packages/srcpkgs/sound-juicer/template
2012-03-29 23:59:10 +02:00

37 lines
1.2 KiB
Text

# Template file for 'sound-juicer'
pkgname=sound-juicer
version=3.4.0
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--disable-schemas-install --disable-scrollkeeper
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
short_desc="CD ripping tool using GTK+ and GStreamer"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org/projects/seahorse/"
checksum=49805cc73617e745ee09b62fec46979387e5713d39e5f75320b91ee8f0c44f12
long_desc="
This is Sound Juicer, a CD ripping tool using GTK+ and GStreamer for the
GNOME desktop."
gconf_schemas="sound-juicer.schemas"
gtk_iconcache_dirs="/usr/share/icons/hicolor"
Add_dependency build which
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build gnome-doc-utils
Add_dependency build glib-devel
Add_dependency build GConf-devel
Add_dependency build brasero-devel
Add_dependency build libmusicbrainz-devel
Add_dependency run hicolor-icon-theme
Add_dependency run desktop-file-utils
Add_dependency full gst-plugins-good
post_install() {
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
--domain ${pkgname} ${wrksrc}/*.schemas
}