mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
srcpkgs/rhythmbox: update to 3.2.1.
This commit is contained in:
parent
b6371f3659
commit
1252c4bf63
2 changed files with 3 additions and 4 deletions
|
@ -854,7 +854,7 @@ libunique-1.0.so.0 libunique1-1.1.6_1
|
||||||
libxnoise.so.0 libxnoise-0.1.29_1
|
libxnoise.so.0 libxnoise-0.1.29_1
|
||||||
libdiscid.so.0 libdiscid-0.2.2_1
|
libdiscid.so.0 libdiscid-0.2.2_1
|
||||||
libmusicbrainz3.so.6 libmusicbrainz-3.0.3_1
|
libmusicbrainz3.so.6 libmusicbrainz-3.0.3_1
|
||||||
librhythmbox-core.so.8 librhythmbox-3.0_1
|
librhythmbox-core.so.9 librhythmbox-3.2.1_1
|
||||||
libdmapsharing-3.0.so.2 libdmapsharing-2.9.12_1
|
libdmapsharing-3.0.so.2 libdmapsharing-2.9.12_1
|
||||||
libgexiv2.so.2 libgexiv2-0.6.1_1
|
libgexiv2.so.2 libgexiv2-0.6.1_1
|
||||||
libraw.so.10 libraw-0.16.0_1
|
libraw.so.10 libraw-0.16.0_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rhythmbox'
|
# Template file for 'rhythmbox'
|
||||||
pkgname=rhythmbox
|
pkgname=rhythmbox
|
||||||
version=3.1
|
version=3.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-schemas-compile
|
configure_args="--disable-static --disable-schemas-compile
|
||||||
|
@ -18,7 +18,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.rhythmbox.org"
|
homepage="http://www.rhythmbox.org"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version::3}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version::3}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=2dc4f80080943ba8d2450cc4f9c4978f741efa26a6b1599ef68f57f7b2d7fcc1
|
checksum=bf43ca4f5b7531751241f5e67eaba7da6d9748dd827a600eedf9444961537938
|
||||||
|
|
||||||
librhythmbox_package() {
|
librhythmbox_package() {
|
||||||
short_desc+=" - shared library"
|
short_desc+=" - shared library"
|
||||||
|
@ -26,7 +26,6 @@ librhythmbox_package() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rhythmbox-devel_package() {
|
rhythmbox-devel_package() {
|
||||||
depends="gtk+3-devel librhythmbox-${version}_${revision}"
|
depends="gtk+3-devel librhythmbox-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue