From e70171fb9c7cfbeba4e97701b0d6a40f17408fef Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 17 Sep 2013 11:05:33 +0200 Subject: [PATCH] rhythmbox: update to 3.0. --- common/shlibs | 3 +-- srcpkgs/rhythmbox/template | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/common/shlibs b/common/shlibs index ac2b0a20c9..48df878710 100644 --- a/common/shlibs +++ b/common/shlibs @@ -835,8 +835,7 @@ libunique-1.0.so.0 libunique1-1.1.6_1 libxnoise.so.0 libxnoise-0.1.29_1 libdiscid.so.0 libdiscid-0.2.2_1 libmusicbrainz3.so.6 libmusicbrainz-3.0.3_1 -librhythmbox-core.so.6 librhythmbox-2.97_1 -librhythmbox-core.so.7 librhythmbox-2.99_1 +librhythmbox-core.so.8 librhythmbox-3.0_1 libdmapsharing-3.0.so.2 libdmapsharing-2.9.12_1 libgexiv2.so.1 libgexiv2-0.4.1_1 libraw.so.5 libraw-0.14.1_1 diff --git a/srcpkgs/rhythmbox/template b/srcpkgs/rhythmbox/template index 35d99ba75f..5727965617 100644 --- a/srcpkgs/rhythmbox/template +++ b/srcpkgs/rhythmbox/template @@ -1,6 +1,6 @@ # Template file for 'rhythmbox'. pkgname=rhythmbox -version=2.99 +version=3.0 revision=1 build_style=gnu-configure configure_args="--disable-static --disable-schemas-compile @@ -11,14 +11,15 @@ makedepends="gtk+3-devel totem-pl-parser-devel libsoup-gnome-devel json-glib-devel libgudev-devel GConf-devel libdiscid-devel vala-devel>=0.20 libmtp-devel>=1.1.4 avahi-glib-libs-devel libpeas-devel brasero-devel libnotify-devel tdb-devel>=1.2.6 libsecret-devel pygobject-devel - gst-plugins-base1-devel webkitgtk-devel grilo-devel clutter-gst-devel - mx-devel desktop-file-utils hicolor-icon-theme" + gst-plugins-base1-devel webkitgtk-devel grilo-devel clutter-gtk-devel + python3-devel pygobject-devel libdmapsharing-devel>=2.9.17 + desktop-file-utils hicolor-icon-theme" short_desc="GNOME integrated music management application, inspired by Apple's iTunes" maintainer="davehome " license="GPL-2" homepage="http://www.rhythmbox.org" -distfiles="${GNOME_SITE}/$pkgname/2.99/$pkgname-$version.tar.xz" -checksum=5a888f6c9607c4364784469e56c245338f96da654c60a12fad3c9726388ad60a +distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.xz" +checksum=bf6f35c1a46867d16e45969f97f01630d936bfa92baf940c442f3a19fb6820e4 long_desc=" Rhythmbox is an integrated music management application, originally inspired by Apple's iTunes. It is free software, designed to work well under the @@ -39,26 +40,27 @@ long_desc=" * Browse, preview, and download albums from Magnatune and Jamendo" librhythmbox_package() { - short_desc="${short_desc} - shared library" + short_desc+=" - shared library" pkg_install() { - vmove "usr/lib/*.so*" + vmove "usr/lib/*.so.*" } } rhythmbox-devel_package() { depends="gtk+3-devel librhythmbox-${version}_${revision}" - short_desc="${short_desc} -- development files" + short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove usr/share/gir-1.0 vmove usr/share/gtk-doc + vmove "usr/lib/*.so" } } rhythmbox_package() { depends="desktop-file-utils hicolor-icon-theme" pkg_install() { - vmove usr + vmove all } }