[arch-commits] Commit in gifsicle/repos/community-x86_64 (PKGBUILD PKGBUILD)
Daniel Bermond
dbermond at gemini.archlinux.org
Sun Jul 18 15:59:12 UTC 2021
Date: Sunday, July 18, 2021 @ 15:59:12
Author: dbermond
Revision: 978510
archrelease: copy trunk to community-x86_64
Added:
gifsicle/repos/community-x86_64/PKGBUILD
(from rev 978509, gifsicle/trunk/PKGBUILD)
Deleted:
gifsicle/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 +++++++++++++++++++++++++++++-----------------------
1 file changed, 29 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-18 15:58:47 UTC (rev 978509)
+++ PKGBUILD 2021-07-18 15:59:12 UTC (rev 978510)
@@ -1,23 +0,0 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gifsicle
-pkgver=1.92
-pkgrel=2
-pkgdesc="A powerful command-line program for creating, editing, manipulating and getting information about GIF images and animations"
-arch=('x86_64')
-url="https://www.lcdf.org/gifsicle/"
-license=('GPL')
-depends=('libx11')
-source=(https://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('c2dfca098ce67f22bca5e555cda9b54e8b95c816')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
Copied: gifsicle/repos/community-x86_64/PKGBUILD (from rev 978509, gifsicle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-18 15:59:12 UTC (rev 978510)
@@ -0,0 +1,29 @@
+# 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
+}
More information about the arch-commits
mailing list