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

Alexander Rødseth arodseth at archlinux.org
Mon Jul 29 10:02:15 UTC 2019


    Date: Monday, July 29, 2019 @ 10:02:14
  Author: arodseth
Revision: 494539

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-29 10:02:09 UTC (rev 494538)
+++ PKGBUILD	2019-07-29 10:02:14 UTC (rev 494539)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=netsurf-buildsystem
-pkgver=1.7
-pkgrel=3
-pkgdesc='The Netsurf buildsystem'
-arch=(any)
-url='https://source.netsurf-browser.org/buildsystem.git'
-license=(MIT)
-source=("https://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 494538, netsurf-buildsystem/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-29 10:02:14 UTC (rev 494539)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=netsurf-buildsystem
+pkgver=1.8
+pkgrel=1
+pkgdesc='The Netsurf buildsystem'
+arch=(any)
+url='https://source.netsurf-browser.org/buildsystem.git'
+license=(MIT)
+source=("$pkgname-$pkgver.tar.bz2::https://source.netsurf-browser.org/buildsystem.git/snapshot/buildsystem-release/$pkgver.tar.bz2")
+sha256sums=('86c03394273e8c4a91ad0c930fa91c31d2c6dcffe92fe95c97cffef01ef2526c')
+
+build() {
+  cd "buildsystem-release/$pkgver"
+  sed -i 's:-Werror::' Makefile
+  make PREFIX=/usr COMPONENT_TYPE=lib-shared
+  make PREFIX=/usr COMPONENT_TYPE=lib-static
+}
+
+package() {
+  cd "buildsystem-release/$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