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

Eric Bélanger eric at nymeria.archlinux.org
Thu Feb 7 05:11:50 UTC 2013


    Date: Thursday, February 7, 2013 @ 06:11:49
  Author: eric
Revision: 83935

archrelease: copy trunk to community-i686, community-x86_64

Added:
  directfb/repos/community-i686/PKGBUILD
    (from rev 83934, directfb/trunk/PKGBUILD)
  directfb/repos/community-x86_64/PKGBUILD
    (from rev 83934, directfb/trunk/PKGBUILD)
Deleted:
  directfb/repos/community-i686/PKGBUILD
  directfb/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   56 ++++++++++++++++++++++----------------------
 community-x86_64/PKGBUILD |   56 ++++++++++++++++++++++----------------------
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-07 05:11:08 UTC (rev 83934)
+++ community-i686/PKGBUILD	2013-02-07 05:11:49 UTC (rev 83935)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=directfb
-pkgver=1.6.2
-pkgrel=1
-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"
-license=('LGPL')
-depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
-options=('!libtool')
-source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
-sha1sums=('a393a53130e6a80369b7081371cd23dd1cd5e192')
-
-build() {
-  cd "${srcdir}/DirectFB-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-static \
-    --enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
-    --enable-video4linux2 --enable-voodoo
-  make
-} 
-
-package() {
-  cd "${srcdir}/DirectFB-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: directfb/repos/community-i686/PKGBUILD (from rev 83934, directfb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-07 05:11:49 UTC (rev 83935)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=directfb
+pkgver=1.6.3
+pkgrel=1
+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"
+license=('LGPL')
+depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
+options=('!libtool')
+source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
+sha1sums=('0433c5999044ec9701481a92e50c0760cdb50c41')
+
+build() {
+  cd "${srcdir}/DirectFB-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-static \
+    --enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
+    --enable-video4linux2 --enable-voodoo
+  make
+} 
+
+package() {
+  cd "${srcdir}/DirectFB-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-07 05:11:08 UTC (rev 83934)
+++ community-x86_64/PKGBUILD	2013-02-07 05:11:49 UTC (rev 83935)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=directfb
-pkgver=1.6.2
-pkgrel=1
-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"
-license=('LGPL')
-depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
-options=('!libtool')
-source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
-sha1sums=('a393a53130e6a80369b7081371cd23dd1cd5e192')
-
-build() {
-  cd "${srcdir}/DirectFB-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-static \
-    --enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
-    --enable-video4linux2 --enable-voodoo
-  make
-} 
-
-package() {
-  cd "${srcdir}/DirectFB-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: directfb/repos/community-x86_64/PKGBUILD (from rev 83934, directfb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-07 05:11:49 UTC (rev 83935)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=directfb
+pkgver=1.6.3
+pkgrel=1
+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"
+license=('LGPL')
+depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
+options=('!libtool')
+source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
+sha1sums=('0433c5999044ec9701481a92e50c0760cdb50c41')
+
+build() {
+  cd "${srcdir}/DirectFB-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-static \
+    --enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
+    --enable-video4linux2 --enable-voodoo
+  make
+} 
+
+package() {
+  cd "${srcdir}/DirectFB-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list