[arch-commits] Commit in gifsicle/repos (3 files)

Eric Bélanger eric at archlinux.org
Sun Aug 2 03:19:38 UTC 2009


    Date: Saturday, August 1, 2009 @ 23:19:37
  Author: eric
Revision: 48443

fixed svn conflicts

Added:
  gifsicle/repos/extra-x86_64/ChangeLog
    (from rev 48442, gifsicle/trunk/ChangeLog)
Modified:
  gifsicle/repos/extra-x86_64/	(properties)
  gifsicle/repos/extra-x86_64/PKGBUILD

-----------+
 ChangeLog |    7 +++++++
 PKGBUILD  |   25 ++++++++++++-------------
 2 files changed, 19 insertions(+), 13 deletions(-)


Property changes on: gifsicle/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /gifsicle/trunk:1
   + /gifsicle/trunk:1-48442

Copied: gifsicle/repos/extra-x86_64/ChangeLog (from rev 48442, gifsicle/trunk/ChangeLog)
===================================================================
--- extra-x86_64/ChangeLog	                        (rev 0)
+++ extra-x86_64/ChangeLog	2009-08-02 03:19:37 UTC (rev 48443)
@@ -0,0 +1,7 @@
+2009-08-01  Eric Belanger  <eric at archlinux.org>
+
+	* gifsicle 1.55-1
+	* Upstream update
+	* Improved description
+	* Fixed license
+	* Added ChangeLog

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-08-02 03:18:35 UTC (rev 48442)
+++ extra-x86_64/PKGBUILD	2009-08-02 03:19:37 UTC (rev 48443)
@@ -1,23 +1,22 @@
 # $Id$
-# Maintainer: damir <damir at archlinux.org>
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: Frank Peters <frank.peters at comcast.net>
 
 pkgname=gifsicle
-pkgver=1.48
+pkgver=1.55
 pkgrel=1
-pkgdesc="Gifsicle twaddles GIF image files in a variety of ways -- with LZW compression."
-arch=("i686" "x86_64")
-license=('GPL2')
+pkgdesc="A powerful command-line program for creating, editing, manipulating and getting information about GIF images and animations"
+arch=('i686' 'x86_64')
 url="http://www.lcdf.org/gifsicle/"
-source=(http://www.lcdf.org/$pkgname/$pkgname-$pkgver.tar.gz)
+license=('GPL')
 depends=('libsm' 'libx11')
+source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('366e63ac0aa4696397cb46a1384fd65a')
+sha1sums=('74e6c25592d95f19ab36012b5a72ff149b53055c')
 
-
 build() {
-     cd $startdir/src/$pkgname-$pkgver
-     ./configure --prefix=/usr
-     make prefix=$startdir/pkg/usr install
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr || return 1
+  make || return 1
+  make DESTDIR="${pkgdir}" install || return 1
 }
-
-
-md5sums=('3857d3d920180f2b9bac32c7b1a2e276')




More information about the arch-commits mailing list