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

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


    Date: Monday, July 6, 2020 @ 22:16:17
  Author: arodseth
Revision: 658079

archrelease: copy trunk to community-x86_64

Added:
  libnsbmp/repos/community-x86_64/PKGBUILD
    (from rev 658078, libnsbmp/trunk/PKGBUILD)
Deleted:
  libnsbmp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-06 22:15:58 UTC (rev 658078)
+++ PKGBUILD	2020-07-06 22:16:17 UTC (rev 658079)
@@ -1,33 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=libnsbmp
-pkgver=0.1.5
-pkgrel=2
-pkgdesc='Decoding library for BMP and ICO image file formats'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/libnsbmp/'
-license=(MIT)
-makedepends=('netsurf-buildsystem>=1.7')
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
-sha256sums=('65cc0d81727e2ece417b7997ba2451309f07a4e5932e52019a20867640152b52')
-
-build() {
-  make -C $pkgname-$pkgver \
-    INCLUDEDIR=include \
-    LIBDIR=lib PREFIX=/usr \
-    COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install \
-    INCLUDEDIR=include \
-    LIBDIR=lib \
-    PREFIX=/usr \
-    DESTDIR="$pkgdir"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libnsbmp/repos/community-x86_64/PKGBUILD (from rev 658078, libnsbmp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-06 22:16:17 UTC (rev 658079)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=libnsbmp
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='Decoding library for BMP and ICO image file formats'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/libnsbmp/'
+license=(MIT)
+makedepends=('netsurf-buildsystem>=1.9')
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
+sha256sums=('79c49365f860ed451bfc4109eddec8de3e9b7ce5a3be069596bd2aa19279324f')
+
+build() {
+  make -C $pkgname-$pkgver \
+    INCLUDEDIR=include \
+    LIBDIR=lib PREFIX=/usr \
+    COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install \
+    INCLUDEDIR=include \
+    LIBDIR=lib \
+    PREFIX=/usr \
+    DESTDIR="$pkgdir"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list