sound-juicer: remove long_desc.
This commit is contained in:
parent
bced334824
commit
b300b9947e
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'sound-juicer'
|
# Template file for 'sound-juicer'
|
||||||
pkgname=sound-juicer
|
pkgname=sound-juicer
|
||||||
version=3.5.0
|
version=3.5.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-install --disable-scrollkeeper
|
configure_args="--disable-schemas-install --disable-scrollkeeper
|
||||||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
|
||||||
makedepends="which pkg-config intltool gnome-doc-utils glib-devel
|
hostmakedepends="which pkg-config intltool gnome-doc-utils"
|
||||||
GConf-devel brasero-devel>=3.6.0 libdiscid-devel libmusicbrainz5-devel
|
makedepends="
|
||||||
|
glib-devel GConf-devel brasero-devel>=3.6.0 libdiscid-devel libmusicbrainz5-devel
|
||||||
libcanberra-devel gst-plugins-base1-devel gst-plugins-good1"
|
libcanberra-devel gst-plugins-base1-devel gst-plugins-good1"
|
||||||
short_desc="CD ripping tool using GTK+ and GStreamer"
|
short_desc="CD ripping tool using GTK+ and GStreamer"
|
||||||
depends="hicolor-icon-theme desktop-file-utils gst-plugins-good1"
|
depends="hicolor-icon-theme desktop-file-utils gst-plugins-good1"
|
||||||
|
@ -15,9 +16,6 @@ homepage="http://burtonini.com/blog/computers/sound-juicer"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.5/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.5/$pkgname-$version.tar.xz"
|
||||||
checksum=ea76703e08e67590af7b8ce5206c343eb01d77cd5023c0bc958a0c2f5a98d2e9
|
checksum=ea76703e08e67590af7b8ce5206c343eb01d77cd5023c0bc958a0c2f5a98d2e9
|
||||||
long_desc="
|
|
||||||
This is Sound Juicer, a CD ripping tool using GTK+ and GStreamer for the
|
|
||||||
GNOME desktop."
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
||||||
|
|
Loading…
Reference in New Issue