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

Alexander Rødseth arodseth at archlinux.org
Fri Sep 14 10:50:19 UTC 2018


    Date: Friday, September 14, 2018 @ 10:50:19
  Author: arodseth
Revision: 380870

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   61 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-14 10:50:11 UTC (rev 380869)
+++ PKGBUILD	2018-09-14 10:50:19 UTC (rev 380870)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=libnsutils
-pkgver=0.0.3
-_netsurf=3.6
-pkgrel=1
-pkgdesc='NetSurf Utilities'
-arch=('x86_64' 'i686')
-url='http://source.netsurf-browser.org/libnsutils.git/'
-license=('MIT')
-makedepends=('netsurf-buildsystem')
-depends=('glibc')
-source=("http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz")
-sha256sums=('fdde93ab180222bda8e2135dbb52d7cc1b63c66eaa5da74782f1ce6d894df8b1')
-
-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:set ts=2 sw=2 et:

Copied: libnsutils/repos/community-x86_64/PKGBUILD (from rev 380869, libnsutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-14 10:50:19 UTC (rev 380870)
@@ -0,0 +1,30 @@
+# 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:



More information about the arch-commits mailing list