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

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 01:15:52 UTC 2022


    Date: Monday, April 25, 2022 @ 01:15:52
  Author: allan
Revision: 1189776

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 01:15:35 UTC (rev 1189775)
+++ PKGBUILD	2022-04-25 01:15:52 UTC (rev 1189776)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=netsurf-buildsystem
-pkgver=1.9
-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=('9689085bda4b4110cbbb2034eb19f27b0c5f77f7998029be5a18d61f4d32a336')
-
-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:

Copied: netsurf-buildsystem/repos/community-any/PKGBUILD (from rev 1189775, netsurf-buildsystem/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 01:15:52 UTC (rev 1189776)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=netsurf-buildsystem
+pkgver=1.9
+pkgrel=2
+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=('9689085bda4b4110cbbb2034eb19f27b0c5f77f7998029be5a18d61f4d32a336')
+
+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