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

Antonio Rojas arojas at archlinux.org
Sat May 2 08:51:40 UTC 2020


    Date: Saturday, May 2, 2020 @ 08:51:40
  Author: arojas
Revision: 624338

archrelease: copy trunk to community-x86_64

Added:
  gnustep-make/repos/community-x86_64/PKGBUILD
    (from rev 624337, gnustep-make/trunk/PKGBUILD)
Deleted:
  gnustep-make/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-02 08:51:10 UTC (rev 624337)
+++ PKGBUILD	2020-05-02 08:51:40 UTC (rev 624338)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
-# Contributor: Sebastian Sareyko <public at nooms.de>
-
-pkgname=gnustep-make
-pkgver=2.7.0
-pkgrel=3
-pkgdesc="The GNUstep make package"
-arch=('x86_64') # See FS#29546
-url="http://www.gnustep.org/"
-license=('GPL')
-depends=()
-groups=('gnustep-core')
-backup=('etc/GNUstep/GNUstep.conf')
-source=(https://github.com/gnustep/tools-make/archive/make-${pkgver//./_}.tar.gz)
-sha256sums=('34fb9e848607e6d069bf10141d438c60e04d296a2501b2db1ba6ae28c57dbc56')
-
-prepare() {
-  cd "$srcdir"/tools-make-make-${pkgver//./_}
-  for i in GNUSTEP_SYSTEM_ADMIN_TOOLS GNUSTEP_NETWORK_ADMIN_TOOLS GNUSTEP_LOCAL_ADMIN_TOOLS; do
-    sed -i "s|@$i@|/usr/bin|g" GNUstep{,-strict-v2}.conf.in filesystem.{sh,csh,make}.in
-  done
-}
-
-build() {
-  cd "$srcdir"/tools-make-make-${pkgver//./_}
-  ./configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin \
-    --sysconfdir=/etc/GNUstep \
-    --enable-native-objc-exceptions
-  make
-}
-
-package() {
-  cd "$srcdir"/tools-make-make-${pkgver//./_}
-  make DESTDIR="$pkgdir" install
-}
-

Copied: gnustep-make/repos/community-x86_64/PKGBUILD (from rev 624337, gnustep-make/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-02 08:51:40 UTC (rev 624338)
@@ -0,0 +1,38 @@
+# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Sebastian Sareyko <public at nooms.de>
+
+pkgname=gnustep-make
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="The GNUstep make package"
+arch=('x86_64') # See FS#29546
+url="http://www.gnustep.org/"
+license=('GPL')
+depends=()
+groups=('gnustep-core')
+backup=('etc/GNUstep/GNUstep.conf')
+source=(https://github.com/gnustep/tools-make/archive/make-${pkgver//./_}.tar.gz)
+sha256sums=('a9df9b0d756a93306a8e0cb9e127f5688a459dad3d356cd760565833da605825')
+
+prepare() {
+  cd "$srcdir"/tools-make-make-${pkgver//./_}
+  for i in GNUSTEP_SYSTEM_ADMIN_TOOLS GNUSTEP_NETWORK_ADMIN_TOOLS GNUSTEP_LOCAL_ADMIN_TOOLS; do
+    sed -i "s|@$i@|/usr/bin|g" GNUstep{,-strict-v2}.conf.in filesystem.{sh,csh,make}.in
+  done
+}
+
+build() {
+  cd "$srcdir"/tools-make-make-${pkgver//./_}
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc/GNUstep \
+    --enable-native-objc-exceptions
+  make
+}
+
+package() {
+  cd "$srcdir"/tools-make-make-${pkgver//./_}
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list