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

Antonio Rojas arojas at gemini.archlinux.org
Fri Mar 18 20:07:14 UTC 2022


    Date: Friday, March 18, 2022 @ 20:07:14
  Author: arojas
Revision: 1159033

archrelease: copy trunk to community-x86_64

Added:
  libcgif/repos/community-x86_64/PKGBUILD
    (from rev 1159032, libcgif/trunk/PKGBUILD)
Deleted:
  libcgif/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-18 20:07:01 UTC (rev 1159032)
+++ PKGBUILD	2022-03-18 20:07:14 UTC (rev 1159033)
@@ -1,31 +0,0 @@
-# Maintainer:
-# Contributor: Daniel Löbl <dloebl.2000 at gmail.com>
-
-pkgname=libcgif
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='A fast and lightweight GIF encoding library'
-arch=(x86_64)
-url='https://github.com/dloebl/cgif'
-license=(MIT)
-depends=(glibc)
-makedepends=(meson)
-source=(https://github.com/dloebl/cgif/archive/V$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('d00fd4bf2a7b47bc3b0c3b2c8f2215b1bdfd88f0569388d752909b878db27bfb')
-
-build() {
-  meson build cgif-$pkgver \
-    --prefix=/usr
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
- #mkdir -p "$pkgdir/usr/lib/" "$pkgdir/usr/include/" "$pkgdir/usr/share/licenses/$pkgname/"
-  meson install -C build \
-    --destdir "$pkgdir"
-  install -Dm644 cgif-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: libcgif/repos/community-x86_64/PKGBUILD (from rev 1159032, libcgif/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-18 20:07:14 UTC (rev 1159033)
@@ -0,0 +1,31 @@
+# Maintainer:
+# Contributor: Daniel Löbl <dloebl.2000 at gmail.com>
+
+pkgname=libcgif
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='A fast and lightweight GIF encoding library'
+arch=(x86_64)
+url='https://github.com/dloebl/cgif'
+license=(MIT)
+depends=(glibc)
+makedepends=(meson)
+source=(https://github.com/dloebl/cgif/archive/V$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('ffe60dc57c333ef891c862ed52ff12e7461c28955c5203ecbedf526fc75d3124')
+
+build() {
+  meson build cgif-$pkgver \
+    --prefix=/usr
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+ #mkdir -p "$pkgdir/usr/lib/" "$pkgdir/usr/include/" "$pkgdir/usr/share/licenses/$pkgname/"
+  meson install -C build \
+    --destdir "$pkgdir"
+  install -Dm644 cgif-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list