[arch-commits] Commit in netsurf-buildsystem/repos/community-any (PKGBUILD PKGBUILD)

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


    Date: Tuesday, February 26, 2019 @ 10:51:38
  Author: arodseth
Revision: 436102

archrelease: copy trunk to community-any

Added:
  netsurf-buildsystem/repos/community-any/PKGBUILD
    (from rev 436101, netsurf-buildsystem/trunk/PKGBUILD)
Deleted:
  netsurf-buildsystem/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-26 10:51:29 UTC (rev 436101)
+++ PKGBUILD	2019-02-26 10:51:38 UTC (rev 436102)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=netsurf-buildsystem
-pkgver=1.7
-pkgrel=1
-pkgdesc='The Netsurf buildsystem'
-arch=('any')
-url='http://source.netsurf-browser.org/buildsystem.git'
-license=('MIT')
-source=("http://download.netsurf-browser.org/libs/releases/buildsystem-$pkgver.tar.gz")
-sha256sums=('1cd6453301cd88c4dcc36ae67c67d2023b8a56ec2fd0704851b58ccdbc5243e0')
-
-build() {
-  cd "buildsystem-$pkgver"
-
-  sed -i 's:-Werror::' Makefile
-  make PREFIX=/usr COMPONENT_TYPE='lib-shared'
-  make PREFIX=/usr COMPONENT_TYPE='lib-static'
-}
-
-package() {
-  cd "buildsystem-$pkgver"
-
-  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE='lib-shared'
-  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE='lib-static'
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: git.netsurf-browser.org/buildsystem.git/plain/Makefile
-# vim: ts=2 sw=2 et:

Copied: netsurf-buildsystem/repos/community-any/PKGBUILD (from rev 436101, netsurf-buildsystem/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-26 10:51:38 UTC (rev 436102)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=netsurf-buildsystem
+pkgver=1.7
+pkgrel=2
+pkgdesc='The Netsurf buildsystem'
+arch=(any)
+url='http://source.netsurf-browser.org/buildsystem.git'
+license=(MIT)
+source=("http://download.netsurf-browser.org/libs/releases/buildsystem-$pkgver.tar.gz")
+sha256sums=('1cd6453301cd88c4dcc36ae67c67d2023b8a56ec2fd0704851b58ccdbc5243e0')
+
+build() {
+  cd buildsystem-$pkgver
+  sed -i 's:-Werror::' Makefile
+  make PREFIX=/usr COMPONENT_TYPE=lib-shared
+  make PREFIX=/usr COMPONENT_TYPE=lib-static
+}
+
+package() {
+  cd buildsystem-$pkgver
+  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE=lib-shared
+  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE=lib-static
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: git.netsurf-browser.org/buildsystem.git/plain/Makefile
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list