[arch-commits] Commit in gnustep-make/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu May 6 16:33:58 UTC 2021
Date: Thursday, May 6, 2021 @ 16:33:58
Author: arojas
Revision: 928514
archrelease: copy trunk to community-x86_64
Added:
gnustep-make/repos/community-x86_64/PKGBUILD
(from rev 928513, gnustep-make/trunk/PKGBUILD)
Deleted:
gnustep-make/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-06 16:33:46 UTC (rev 928513)
+++ PKGBUILD 2021-05-06 16:33:58 UTC (rev 928514)
@@ -1,38 +0,0 @@
-# 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
-}
-
Copied: gnustep-make/repos/community-x86_64/PKGBUILD (from rev 928513, gnustep-make/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-06 16:33:58 UTC (rev 928514)
@@ -0,0 +1,38 @@
+# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Sebastian Sareyko <public at nooms.de>
+
+pkgname=gnustep-make
+pkgver=2.9.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=('f7c69bea7f26ca5d4ce6ad82fbe94d2405cf238d652ea608fe387a70a5e0232c')
+
+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