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

Alexander Rødseth arodseth at archlinux.org
Tue Feb 26 10:40:20 UTC 2019


    Date: Tuesday, February 26, 2019 @ 10:40:18
  Author: arodseth
Revision: 436096

archrelease: copy trunk to community-x86_64

Added:
  libnsutils/repos/community-x86_64/PKGBUILD
    (from rev 436095, libnsutils/trunk/PKGBUILD)
Deleted:
  libnsutils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 ++++++++++++++++++++++++++++------------------------------
 1 file changed, 28 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-26 10:40:10 UTC (rev 436095)
+++ PKGBUILD	2019-02-26 10:40:18 UTC (rev 436096)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=libnsutils
-pkgver=0.0.5
-_netsurf=3.8
-pkgrel=1
-pkgdesc='NetSurf Utilities'
-arch=('x86_64')
-url='http://source.netsurf-browser.org/libnsutils.git/'
-license=('MIT')
-makedepends=('netsurf-buildsystem>=1.7')
-# no https
-source=("http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz")
-sha256sums=('eb4864d4459d6f9958dd10a3301c272ea7f5df72667a7db0aad5bc5ae06c0e10')
-
-build() {
-  make -C "netsurf-all-$_netsurf/$pkgname" PREFIX=/usr INCLUDEDIR=include \
-    LIBDIR=lib COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "netsurf-all-$_netsurf/$pkgname"
-
-  make PREFIX=/usr INCLUDEDIR=include LIBDIR=lib COMPONENT_TYPE="lib-shared" \
-    DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: source.netsurf-browser.org/libnsutils.git
-# vim: ts=2 sw=2 et:

Copied: libnsutils/repos/community-x86_64/PKGBUILD (from rev 436095, libnsutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-26 10:40:18 UTC (rev 436096)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=libnsutils
+pkgver=0.0.5
+_netsurf=3.8
+pkgrel=2
+pkgdesc='NetSurf Utilities'
+arch=(x86_64)
+url='http://source.netsurf-browser.org/libnsutils.git/'
+license=(MIT)
+makedepends=('netsurf-buildsystem>=1.7')
+source=("https://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz")
+sha256sums=('eb4864d4459d6f9958dd10a3301c272ea7f5df72667a7db0aad5bc5ae06c0e10')
+
+build() {
+  make -C netsurf-all-$_netsurf/$pkgname PREFIX=/usr INCLUDEDIR=include \
+    LIBDIR=lib COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  cd netsurf-all-$_netsurf/$pkgname
+  make PREFIX=/usr INCLUDEDIR=include LIBDIR=lib COMPONENT_TYPE=lib-shared \
+    DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: source.netsurf-browser.org/libnsutils.git
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list