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

Alexander Rødseth arodseth at archlinux.org
Thu Feb 21 22:21:55 UTC 2019


    Date: Thursday, February 21, 2019 @ 22:21:54
  Author: arodseth
Revision: 435143

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-21 22:21:43 UTC (rev 435142)
+++ PKGBUILD	2019-02-21 22:21:54 UTC (rev 435143)
@@ -1,36 +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=1
-pkgdesc='Decoding library for BMP and ICO image file formats'
-arch=('x86_64')
-url='http://www.netsurf-browser.org/projects/libnsbmp/'
-license=('MIT')
-makedepends=('netsurf-buildsystem>=1.7')
-# no https available
-source=("http://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 435142, libnsbmp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-21 22:21:54 UTC (rev 435143)
@@ -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.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:



More information about the arch-commits mailing list