[arch-commits] Commit in gif2png/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Apr 8 18:42:31 UTC 2019


    Date: Monday, April 8, 2019 @ 18:42:30
  Author: jlichtblau
Revision: 450432

archrelease: copy trunk to community-x86_64

Added:
  gif2png/repos/community-x86_64/PKGBUILD
    (from rev 450431, gif2png/trunk/PKGBUILD)
Deleted:
  gif2png/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 35 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-08 18:42:19 UTC (rev 450431)
+++ PKGBUILD	2019-04-08 18:42:30 UTC (rev 450432)
@@ -1,33 +0,0 @@
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Andrew Rose <ody at netrux.com>
-
-pkgname=gif2png
-pkgver=2.5.11
-pkgrel=2
-pkgdesc="A GIF to PNG image format converter"
-arch=('x86_64')
-url="http://www.catb.org/~esr/gif2png/"
-license=('ZLIB')
-depends=('libpng')
-optdepends=('python2: for using web2png')
-source=("http://www.catb.org/~esr/${pkgname}/${pkgname}-${pkgver}.tar.gz" "http://www.catb.org/~esr/gif2png/COPYING")
-md5sums=('dd8180a5ff5222717979d28279e46bd5'
-         'f1a6294068953ac973448184457415dd')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i 's#env python#env python2#' web2png
-
-#  ./configure --prefix=/usr \
-#              --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make install prefix="$pkgdir"/usr
-  install -D -m644 "$srcdir"/COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: gif2png/repos/community-x86_64/PKGBUILD (from rev 450431, gif2png/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-08 18:42:30 UTC (rev 450432)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Andrew Rose <ody at netrux.com>
+
+pkgname=gif2png
+pkgver=2.5.13
+pkgrel=1
+pkgdesc="A GIF to PNG image format converter"
+arch=('x86_64')
+url="http://www.catb.org/~esr/gif2png/"
+license=('ZLIB')
+depends=('libpng')
+optdepends=('python2: for using web2png')
+source=(http://www.catb.org/~esr/$pkgname/$pkgname-$pkgver.tar.gz
+        http://www.catb.org/~esr/gif2png/COPYING)
+sha256sums=('997275b20338e6cfe3bd4adb084f82627c34c856bc1d67c915c397cf55146924'
+            'c92396cd96373bf1bdaa08e028214479216be7278fe7732b59cd1df1632fe335')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  sed -i 's#env python#env python2#' web2png
+
+#  ./configure --prefix=/usr \
+#              --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make install prefix="${pkgdir}"/usr
+  install -Dm644 "${srcdir}"/COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list