Date: Monday, January 31, 2022 @ 20:59:04
Author: arodseth
Revision: 1121342
archrelease: copy trunk to community-x86_64
Added:
gauche/repos/community-x86_64/PKGBUILD
(from rev 1121341, gauche/trunk/PKGBUILD)
Deleted:
gauche/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 67 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-31 20:58:59 UTC (rev 1121341)
+++ PKGBUILD 2022-01-31 20:59:04 UTC (rev 1121342)
@@ -1,33 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: Stefan Husmann <[email protected]>
-# Contributor: Motohiro Ueki <[email protected]>
-# Contributor: nkoizu <[email protected]>
-
-pkgname=gauche
-pkgver=0.9.11
-pkgrel=1
-url='https://practical-scheme.net/gauche/'
-arch=(x86_64)
-pkgdesc='R7RS Scheme implementation (includes gosh)'
-depends=(libatomic_ops libxcrypt slib)
-makedepends=(autoconf gauche git)
-license=(BSD)
-source=("$pkgname::git+https://github.com/shirok/Gauche#commit=83322b0b67aa543c23e1e255b96a7622e2ce7c1f")
# tag: release_0_9_11
-b2sums=(SKIP)
-
-build() {
- cd $pkgname
- export BUILD_GOSH=/usr/bin/gosh
- ./DIST gen
- ./configure --prefix=/usr --with-slib=/usr/share/slib
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install-pkg install-doc
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
- touch -d '17 May 2021 10:10' "$pkgdir"/usr/share/info/gauche-ref*info*.gz
-}
-
-# getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes
Copied: gauche/repos/community-x86_64/PKGBUILD (from rev 1121341,
gauche/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-31 20:59:04 UTC (rev 1121342)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+# Contributor: Motohiro Ueki <[email protected]>
+# Contributor: nkoizu <[email protected]>
+
+pkgname=gauche
+pkgver=0.9.11
+pkgrel=2
+url='https://practical-scheme.net/gauche/'
+arch=(x86_64)
+pkgdesc='R7RS Scheme implementation (includes gosh)'
+depends=(libatomic_ops libxcrypt slib)
+makedepends=(autoconf gauche git)
+license=(BSD)
+source=("$pkgname::git+https://github.com/shirok/Gauche#commit=83322b0b67aa543c23e1e255b96a7622e2ce7c1f")
# tag: release_0_9_11
+b2sums=(SKIP)
+
+build() {
+ cd $pkgname
+ BUILD_GOSH=/usr/bin/gosh
+ CFLAGS+=' -ffat-lto-objects -w'
+ ./DIST gen
+ ./configure --prefix=/usr --with-slib=/usr/share/slib
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install-pkg install-doc
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ touch -d '17 May 2021 10:10' "$pkgdir"/usr/share/info/gauche-ref*info*.gz
+}
+
+# getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes