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

Eric Bélanger eric at nymeria.archlinux.org
Sun Apr 28 06:22:37 UTC 2013


    Date: Sunday, April 28, 2013 @ 08:22:36
  Author: eric
Revision: 89219

upgpkg: directfb 1.6.3-2

Rebuild against libpng 1.6

Modified:
  directfb/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-28 06:03:00 UTC (rev 89218)
+++ PKGBUILD	2013-04-28 06:22:36 UTC (rev 89219)
@@ -4,7 +4,7 @@
 
 pkgname=directfb
 pkgver=1.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device"
 arch=('i686' 'x86_64')
 url="http://www.directfb.org"
@@ -15,7 +15,7 @@
 sha1sums=('0433c5999044ec9701481a92e50c0760cdb50c41')
 
 build() {
-  cd "${srcdir}/DirectFB-${pkgver}"
+  cd DirectFB-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --enable-static \
     --enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
     --enable-video4linux2 --enable-voodoo
@@ -23,6 +23,6 @@
 } 
 
 package() {
-  cd "${srcdir}/DirectFB-${pkgver}"
+  cd DirectFB-${pkgver}
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list