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

Alexander Rødseth arodseth at archlinux.org
Mon Jul 6 22:29:25 UTC 2020


    Date: Monday, July 6, 2020 @ 22:29:24
  Author: arodseth
Revision: 658081

archrelease: copy trunk to community-x86_64

Added:
  libnsgif/repos/community-x86_64/PKGBUILD
    (from rev 658080, libnsgif/trunk/PKGBUILD)
Deleted:
  libnsgif/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-06 22:29:08 UTC (rev 658080)
+++ PKGBUILD	2020-07-06 22:29:24 UTC (rev 658081)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-
-pkgname=libnsgif
-pkgver=0.2.1
-pkgrel=2
-pkgdesc='Decoding library for the GIF image file format'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/libnsgif/'
-license=(MIT)
-makedepends=('netsurf-buildsystem>=1.7')
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
-sha256sums=('9eaea534cd70b53c5aaf45317ae957701685a6b4a88dbe34ed26f4faae879a4b')
-
-build() {
-  export CFLAGS="$CFLAGS -fno-strict-aliasing -w"
-  make -C $pkgname-$pkgver \
-    INCLUDEDIR=include \
-    LIBDIR=lib PREFIX=/usr \
-    COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  make -C $pkgname-$pkgver \
-    INCLUDEDIR=include \
-    LIBDIR=lib \
-    PREFIX=/usr \
-    DESTDIR="$pkgdir" \
-    install
-  install -Dm644 $pkgname-$pkgver/COPYING \
-    "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: netsurf-browser.org/projects/libnsgif/
-# vim: ts=2 sw=2 et:

Copied: libnsgif/repos/community-x86_64/PKGBUILD (from rev 658080, libnsgif/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-06 22:29:24 UTC (rev 658081)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+
+pkgname=libnsgif
+pkgver=0.2.1
+pkgrel=3
+pkgdesc='Decoding library for the GIF image file format'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/libnsgif/'
+license=(MIT)
+makedepends=('netsurf-buildsystem>=1.9')
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
+sha256sums=('9eaea534cd70b53c5aaf45317ae957701685a6b4a88dbe34ed26f4faae879a4b')
+
+build() {
+  export CFLAGS="$CFLAGS -fno-strict-aliasing -w"
+  make -C $pkgname-$pkgver \
+    INCLUDEDIR=include \
+    LIBDIR=lib PREFIX=/usr \
+    COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  make -C $pkgname-$pkgver \
+    INCLUDEDIR=include \
+    LIBDIR=lib \
+    PREFIX=/usr \
+    DESTDIR="$pkgdir" \
+    install
+  install -Dm644 $pkgname-$pkgver/COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: netsurf-browser.org/projects/libnsgif/
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list