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

Antonio Rojas arojas at gemini.archlinux.org
Wed Apr 27 20:19:07 UTC 2022


    Date: Wednesday, April 27, 2022 @ 20:19:07
  Author: arojas
Revision: 1191304

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-27 20:18:56 UTC (rev 1191303)
+++ PKGBUILD	2022-04-27 20:19:07 UTC (rev 1191304)
@@ -1,31 +0,0 @@
-# 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
-}

Copied: libcgif/repos/community-x86_64/PKGBUILD (from rev 1191303, libcgif/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-27 20:19:07 UTC (rev 1191304)
@@ -0,0 +1,31 @@
+# Maintainer:
+# Contributor: Daniel Löbl <dloebl.2000 at gmail.com>
+
+pkgname=libcgif
+pkgver=0.3.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=('c4f70bbae4c6afee3a524e65be31ae495201fd26687cb8429d7aded8be96306a')
+
+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