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

Evangelos Foutras foutrelis at archlinux.org
Thu Jan 19 03:45:20 UTC 2012


    Date: Wednesday, January 18, 2012 @ 22:45:19
  Author: foutrelis
Revision: 146888

upgpkg: tumbler 0.1.23-2

libpng 1.5 rebuild.

Modified:
  tumbler/trunk/PKGBUILD

----------+
 PKGBUILD |   33 +++++++++++++++++++--------------
 1 file changed, 19 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-19 03:44:47 UTC (rev 146887)
+++ PKGBUILD	2012-01-19 03:45:19 UTC (rev 146888)
@@ -1,34 +1,39 @@
 # $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
 # Contributor: Jan Jezek <honzin.jezek at gmail.com>
 
 pkgname=tumbler
 pkgver=0.1.23
-pkgrel=1
+pkgrel=2
 pkgdesc="D-Bus service for applications to request thumbnails"
+arch=('i686' 'x86_64')
 url="http://git.xfce.org/xfce/tumbler/"
 license=('GPL2' 'LGPL')
-arch=('i686' 'x86_64')
 groups=('xfce4')
 depends=('poppler-glib' 'dbus-glib' 'gdk-pixbuf2')
 makedepends=('intltool' 'ffmpegthumbnailer' 'gstreamer0.10')
-optdepends=('ffmpegthumbnailer:	for video thumbnails'
+optdepends=('ffmpegthumbnailer: for video thumbnails'
             'gstreamer0.10: for video thumbnails')
 options=('!libtool')
-source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('c6cf6821f5d884cbf2c26f45f2fecc74')
+source=(http://archive.xfce.org/src/apps/$pkgname/0.1/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b3066d17b7e1fee5135eb876a7c2c50a1221bd0d447c3dd7c36efe6d7f3874cb')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-	--sysconfdir=/etc \
-	--libexecdir=/usr/lib/xfce4 \
-	--disable-static \
-	--disable-debug
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/xfce4 \
+    --disable-static \
+    --disable-debug
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list