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

Alexander Rødseth arodseth at gemini.archlinux.org
Mon Mar 14 00:30:31 UTC 2022


    Date: Monday, March 14, 2022 @ 00:30:30
  Author: arodseth
Revision: 1151990

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-14 00:30:29 UTC (rev 1151989)
+++ PKGBUILD	2022-03-14 00:30:30 UTC (rev 1151990)
@@ -1,32 +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.6
-pkgrel=3
-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() {
-  CFLAGS+=' -ffat-lto-objects'
-  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"
-}

Copied: libnsbmp/repos/community-x86_64/PKGBUILD (from rev 1151988, libnsbmp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-14 00:30:30 UTC (rev 1151990)
@@ -0,0 +1,36 @@
+# 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=4
+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')
+options=(staticlibs)
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
+b2sums=('546f26c0ebbc2b93aec3002424c8e6d5aaeaa06f06fea13712675dd33c71b431c7f6d296c55a4d091cba7c9d5eaf053960b3d7e16e24b0832e42f8f4881f675d')
+
+build() {
+  CFLAGS+=' -ffat-lto-objects'
+  make -C $pkgname-$pkgver \
+    COMPONENT_TYPE=lib-shared \
+    INCLUDEDIR=include \
+    LIBDIR=lib \
+    PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  CFLAGS+=' -ffat-lto-objects'
+  make \
+    DESTDIR="$pkgdir" \
+    INCLUDEDIR=include \
+    LIBDIR=lib \
+    PREFIX=/usr \
+    install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list