[arch-commits] Commit in giflib/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Apr 1 23:58:46 UTC 2019


    Date: Monday, April 1, 2019 @ 23:58:44
  Author: svenstaro
Revision: 349579

archrelease: copy trunk to extra-x86_64

Added:
  giflib/repos/extra-x86_64/PKGBUILD
    (from rev 349578, giflib/trunk/PKGBUILD)
Deleted:
  giflib/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-01 23:58:32 UTC (rev 349578)
+++ PKGBUILD	2019-04-01 23:58:44 UTC (rev 349579)
@@ -1,28 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Baptiste Daroussin <baptiste.daroussin at gmail.com>
-# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
-# Contributor: mightyjaym <jm.ambrosino at free.fr>
-
-pkgname=giflib
-pkgver=5.1.8
-pkgrel=1
-pkgdesc="A library for reading and writing gif images"
-url="http://sourceforge.net/projects/giflib/"
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
-source=(http://downloads.sourceforge.net/project/giflib/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b44ded3a4b96d97b2e29bb08c625dcc9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: giflib/repos/extra-x86_64/PKGBUILD (from rev 349578, giflib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-01 23:58:44 UTC (rev 349579)
@@ -0,0 +1,28 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Baptiste Daroussin <baptiste.daroussin at gmail.com>
+# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
+# Contributor: mightyjaym <jm.ambrosino at free.fr>
+
+pkgname=giflib
+pkgver=5.1.9
+pkgrel=1
+pkgdesc="A library for reading and writing gif images"
+url="http://sourceforge.net/projects/giflib/"
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
+source=(http://downloads.sourceforge.net/project/giflib/${pkgname}-${pkgver}.tar.gz)
+md5sums=('179336e739eeacee4cef2a8f789a0fcb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list