Date: Sunday, May 12, 2013 @ 00:17:24 Author: eric Revision: 185185 archrelease: copy trunk to extra-i686, extra-x86_64
Added: gifsicle/repos/extra-i686/PKGBUILD (from rev 185184, gifsicle/trunk/PKGBUILD) gifsicle/repos/extra-x86_64/PKGBUILD (from rev 185184, gifsicle/trunk/PKGBUILD) Deleted: gifsicle/repos/extra-i686/PKGBUILD gifsicle/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 24 ------------------------ extra-x86_64/PKGBUILD | 24 ------------------------ 3 files changed, 48 insertions(+), 48 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2013-05-11 22:16:42 UTC (rev 185184) +++ extra-i686/PKGBUILD 2013-05-11 22:17:24 UTC (rev 185185) @@ -1,24 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger <e...@archlinux.org> - -pkgname=gifsicle -pkgver=1.64 -pkgrel=1 -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/" -license=('GPL') -depends=('libx11') -source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha1sums=('14f1f69d41287eb06d69ae98b672a0f8c5cf28e5') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: gifsicle/repos/extra-i686/PKGBUILD (from rev 185184, gifsicle/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-05-11 22:17:24 UTC (rev 185185) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Eric Bélanger <e...@archlinux.org> + +pkgname=gifsicle +pkgver=1.70 +pkgrel=1 +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/" +license=('GPL') +depends=('libx11') +source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz) +sha1sums=('f5017c7e3298108f2063a926f83392c66f0652ae') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2013-05-11 22:16:42 UTC (rev 185184) +++ extra-x86_64/PKGBUILD 2013-05-11 22:17:24 UTC (rev 185185) @@ -1,24 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger <e...@archlinux.org> - -pkgname=gifsicle -pkgver=1.64 -pkgrel=1 -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/" -license=('GPL') -depends=('libx11') -source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha1sums=('14f1f69d41287eb06d69ae98b672a0f8c5cf28e5') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: gifsicle/repos/extra-x86_64/PKGBUILD (from rev 185184, gifsicle/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-05-11 22:17:24 UTC (rev 185185) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Eric Bélanger <e...@archlinux.org> + +pkgname=gifsicle +pkgver=1.70 +pkgrel=1 +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/" +license=('GPL') +depends=('libx11') +source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz) +sha1sums=('f5017c7e3298108f2063a926f83392c66f0652ae') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +}