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

Daniel Bermond dbermond at gemini.archlinux.org
Sat Jan 29 12:26:59 UTC 2022


    Date: Saturday, January 29, 2022 @ 12:26:58
  Author: dbermond
Revision: 1119814

archrelease: copy trunk to community-x86_64

Added:
  gifsicle/repos/community-x86_64/PKGBUILD
    (from rev 1119813, gifsicle/trunk/PKGBUILD)
Deleted:
  gifsicle/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-29 12:26:34 UTC (rev 1119813)
+++ PKGBUILD	2022-01-29 12:26:58 UTC (rev 1119814)
@@ -1,29 +0,0 @@
-# Maintainer : Daniel Bermond <dbermond at archlinux.org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gifsicle
-pkgver=1.93
-pkgrel=1
-pkgdesc='Command-line tool for creating, editing, and getting information about GIF images and animations'
-arch=('x86_64')
-url='https://www.lcdf.org/gifsicle/'
-license=('GPL2')
-optdepends=('libx11: for gifview tool')
-makedepends=('libx11')
-source=("https://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('92f67079732bf4c1da087e6ae0905205846e5ac777ba5caa66d12a73aa943447')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    ./configure --prefix='/usr'
-    make
-}
-
-check() {
-    cd "${pkgname}-${pkgver}"
-    test/testie -p src test
-}
-
-package() {
-    make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
-}

Copied: gifsicle/repos/community-x86_64/PKGBUILD (from rev 1119813, gifsicle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-29 12:26:58 UTC (rev 1119814)
@@ -0,0 +1,28 @@
+# Maintainer : Daniel Bermond <dbermond at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gifsicle
+pkgver=1.93
+pkgrel=2
+pkgdesc='Command-line tool for creating, editing, and getting information about GIF images and animations'
+arch=('x86_64')
+url='https://www.lcdf.org/gifsicle/'
+license=('GPL2')
+depends=('libx11')
+source=("https://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('92f67079732bf4c1da087e6ae0905205846e5ac777ba5caa66d12a73aa943447')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    ./configure --prefix='/usr'
+    make
+}
+
+check() {
+    cd "${pkgname}-${pkgver}"
+    test/testie -p src test
+}
+
+package() {
+    make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list