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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Jul 29 16:35:18 UTC 2013


    Date: Monday, July 29, 2013 @ 18:35:18
  Author: bpiotrowski
Revision: 191720

upgpkg: giflib 5.0.4-1

- upstream release

Modified:
  giflib/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-29 14:50:22 UTC (rev 191719)
+++ PKGBUILD	2013-07-29 16:35:18 UTC (rev 191720)
@@ -5,8 +5,8 @@
 # Contributor: mightyjaym <jm.ambrosino at free.fr>
 
 pkgname=giflib
-pkgver=4.2.1
-pkgrel=3
+pkgver=5.0.4
+pkgrel=1
 pkgdesc="A library for reading and writing gif images"
 url="http://sourceforge.net/projects/giflib/"
 arch=('i686' 'x86_64')
@@ -17,18 +17,9 @@
 conflicts=('libungif')
 replaces=('libungif')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2
-        giflib-4.2.1-quantize.patch)
-md5sums=('bbd3324af24156d5d7e66ab1cee8508d'
-         '26174405ba886a89b8a4db18fe653a99')
+source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('da60935d07374de00a78c2f6f720c8f5')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac
-  patch -Np1 -i "$srcdir"/giflib-4.2.1-quantize.patch
-  autoreconf -fi
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static




More information about the arch-commits mailing list