[arch-commits] Commit in rhythmbox/repos (4 files)

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:36:52 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:36:52
  Author: heftig
Revision: 155253

db-move: moved rhythmbox from [gnome-unstable] to [testing] (i686)

Added:
  rhythmbox/repos/testing-i686/
  rhythmbox/repos/testing-i686/PKGBUILD
    (from rev 155005, rhythmbox/repos/gnome-unstable-i686/PKGBUILD)
  rhythmbox/repos/testing-i686/rhythmbox.install
    (from rev 155005, rhythmbox/repos/gnome-unstable-i686/rhythmbox.install)
Deleted:
  rhythmbox/repos/gnome-unstable-i686/

-------------------+
 PKGBUILD          |   38 ++++++++++++++++++++++++++++++++++++++
 rhythmbox.install |   13 +++++++++++++
 2 files changed, 51 insertions(+)

Copied: rhythmbox/repos/testing-i686/PKGBUILD (from rev 155005, rhythmbox/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:36:52 UTC (rev 155253)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=rhythmbox
+pkgver=2.96
+pkgrel=1
+pkgdesc="An iTunes-like music playback and management application"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.rhythmbox.org"
+depends=('clutter' 'clutter-gtk' 'clutter-gst' 'dconf' 'desktop-file-utils' 'grilo' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gvfs-afc' 'json-glib' 'libdmapsharing' 'libgpod' 'libmtp' 'libmusicbrainz3'
+         'libnotify' 'libpeas' 'libwebkit3' 'lirc-utils' 'media-player-info' 'mx' 'python2-gobject' 'python2-mako' 'totem-plparser')
+makedepends=('gnome-doc-utils' 'intltool' 'brasero' 'gobject-introspection')
+optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
+            'gstreamer0.10-bad-plugins: Extra media codecs'
+            'gstreamer0.10-ffmpeg: Extra media codecs'
+            'brasero: cd burning')
+options=('!libtool' '!emptydirs')
+install=rhythmbox.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('3f93c74b2f7f8d7e1002e288db9abf8f182684277dec0a106d5e38415084b2b6')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/rhythmbox \
+      --localstatedir=/var --disable-static \
+      --enable-daap --enable-python \
+      --with-mdns=avahi --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: rhythmbox/repos/testing-i686/rhythmbox.install (from rev 155005, rhythmbox/repos/gnome-unstable-i686/rhythmbox.install)
===================================================================
--- testing-i686/rhythmbox.install	                        (rev 0)
+++ testing-i686/rhythmbox.install	2012-04-01 11:36:52 UTC (rev 155253)
@@ -0,0 +1,13 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+    update-desktop-database -q
+    gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list