void-packages/srcpkgs/sound-juicer/template

31 lines
1.1 KiB
Plaintext

# 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"
depends="hicolor-icon-theme desktop-file-utils"
makedepends="which pkg-config intltool gnome-doc-utils glib-devel GConf-devel brasero-devel libmusicbrainz-devel"
fulldepends="gst-plugins-good"
revision=1
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"
post_install() {
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
--domain ${pkgname} ${wrksrc}/*.schemas
}