[arch-commits] Commit in grilo-plugins/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Mar 18 13:16:41 UTC 2012


    Date: Sunday, March 18, 2012 @ 09:16:41
  Author: heftig
Revision: 153708

tracker 0.14 rebuild

Modified:
  grilo-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-18 09:02:45 UTC (rev 153707)
+++ PKGBUILD	2012-03-18 13:16:41 UTC (rev 153708)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=grilo-plugins
 pkgver=0.1.18
-pkgrel=2
+pkgrel=3
 pkgdesc="Plugins for Grilo"
 url="http://www.gnome.org"
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('grilo')
 makedepends=('gupnp-av' 'libgdata' 'libquvi' 'sqlite3' 'gmime' 'libgcrypt'
-             'rest' 'libtracker-sparql')
+             'rest' 'libtracker-sparql' 'gnome-common')
 optdepends=('gupnp-av: uPnP plugin'
             'libgdata: Youtube plugin'
             'libquvi: Youtube plugin'
@@ -22,18 +22,22 @@
             'rest: Blip.tv plugin'
             'libtracker-sparql: Tracker plugin')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7e382f402119f4f270380627a2f49b30a6c43a47ecd645bf5ffe4e0cd99a1c79')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+        tracker-0.14.patch)
+sha256sums=('7e382f402119f4f270380627a2f49b30a6c43a47ecd645bf5ffe4e0cd99a1c79'
+            'c48201ed1633e2b0eb5132ef823d7b060e9c2cddb808c6981fb546133cd4ea63')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
+  
+  patch -Np1 -i ../tracker-0.14.patch
 
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+  gnome-autogen.sh --prefix=/usr --sysconfdir=/etc --disable-static \
     --enable-shoutcast
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list