[arch-commits] Commit in gauche/trunk (PKGBUILD)

2020-12-25 Thread Alexander Rødseth via arch-commits
Date: Friday, December 25, 2020 @ 21:09:11
  Author: arodseth
Revision: 791004

upgpkg: gauche 0.9.10-2

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-25 21:03:51 UTC (rev 791003)
+++ PKGBUILD2020-12-25 21:09:11 UTC (rev 791004)
@@ -5,7 +5,7 @@
 
 pkgname=gauche
 pkgver=0.9.10
-pkgrel=1
+pkgrel=2
 url='https://practical-scheme.net/gauche/'
 pkgdesc='R7RS Scheme implementation (includes gosh)'
 depends=(libatomic_ops libxcrypt slib)


[arch-commits] Commit in gauche/trunk (PKGBUILD)

2020-12-25 Thread Alexander Rødseth via arch-commits
Date: Friday, December 25, 2020 @ 21:03:45
  Author: arodseth
Revision: 791002

upgpkg: gauche 0.9.10-1

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-25 20:54:00 UTC (rev 791001)
+++ PKGBUILD2020-12-25 21:03:45 UTC (rev 791002)
@@ -4,8 +4,8 @@
 # Contributor: nkoizu 
 
 pkgname=gauche
-pkgver=0.9.9
-pkgrel=2
+pkgver=0.9.10
+pkgrel=1
 url='https://practical-scheme.net/gauche/'
 pkgdesc='R7RS Scheme implementation (includes gosh)'
 depends=(libatomic_ops libxcrypt slib)
@@ -12,8 +12,8 @@
 makedepends=(autoconf gauche git)
 license=(BSD)
 arch=(x86_64)
-# gauche tag: release0_9_9
-source=("git+https://github.com/shirok/Gauche#commit=b9a861bdbc354cf5a357fe0b2cfc05e7cbd99ab9;)
+# gauche tag: release0_9_10
+source=("git+https://github.com/shirok/Gauche#commit=d028d2e291957b066572aae4a76dbd7a75a528d7;)
 sha256sums=('SKIP')
 
 build() {
@@ -31,4 +31,3 @@
 }
 
 # getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes
-# vim: ts=2 sw=2 et:


[arch-commits] Commit in gauche/trunk (PKGBUILD)

2020-09-22 Thread Alexander Rødseth via arch-commits
Date: Tuesday, September 22, 2020 @ 13:46:25
  Author: arodseth
Revision: 711380

libxcrypt todo

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 13:28:13 UTC (rev 711379)
+++ PKGBUILD2020-09-22 13:46:25 UTC (rev 711380)
@@ -5,25 +5,27 @@
 
 pkgname=gauche
 pkgver=0.9.9
-pkgrel=1
+pkgrel=2
 url='https://practical-scheme.net/gauche/'
 pkgdesc='R7RS Scheme implementation (includes gosh)'
-depends=(libatomic_ops slib)
+depends=(libatomic_ops libxcrypt slib)
+makedepends=(autoconf gauche git)
 license=(BSD)
 arch=(x86_64)
-source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha256sums=('4ca9325322a7efadb9680d156eb7b53521321c9ca4955c4cbe738bc2e1d7f7fb')
+# gauche tag: release0_9_9
+source=("git+https://github.com/shirok/Gauche#commit=b9a861bdbc354cf5a357fe0b2cfc05e7cbd99ab9;)
+sha256sums=('SKIP')
 
 build() {
-  cd "Gauche-$pkgver"
-
-  ./configure --enable-multibyte=utf-8 --prefix=/usr
+  cd Gauche
+  export BUILD_GOSH=/usr/bin/gosh
+  ./DIST gen
+  ./configure --prefix=/usr --with-slib=/usr/share/slib
   make
 }
 
 package() {
-  cd "Gauche-$pkgver"
-
+  cd Gauche
   make DESTDIR="$pkgdir" install-pkg install-doc
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }


[arch-commits] Commit in gauche/trunk (PKGBUILD)

2019-12-25 Thread Felix Yan via arch-commits
Date: Wednesday, December 25, 2019 @ 23:41:16
  Author: felixonmars
Revision: 541488

upgpkg: gauche 0.9.9-1

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-25 23:40:41 UTC (rev 541487)
+++ PKGBUILD2019-12-25 23:41:16 UTC (rev 541488)
@@ -4,7 +4,7 @@
 # Contributor: nkoizu 
 
 pkgname=gauche
-pkgver=0.9.8
+pkgver=0.9.9
 pkgrel=1
 url='https://practical-scheme.net/gauche/'
 pkgdesc='R7RS Scheme implementation (includes gosh)'
@@ -12,7 +12,7 @@
 license=(BSD)
 arch=(x86_64)
 source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha256sums=('3eb30d1051d8b48999fe46511c9f6983057735312c9832b7db13f9db140db74b')
+sha256sums=('4ca9325322a7efadb9680d156eb7b53521321c9ca4955c4cbe738bc2e1d7f7fb')
 
 build() {
   cd "Gauche-$pkgver"


[arch-commits] Commit in gauche/trunk (PKGBUILD)

2019-06-20 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 20, 2019 @ 17:13:55
  Author: arodseth
Revision: 482509

upgpkg: gauche 0.9.8-1

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 17:10:26 UTC (rev 482508)
+++ PKGBUILD2019-06-20 17:13:55 UTC (rev 482509)
@@ -4,7 +4,7 @@
 # Contributor: nkoizu 
 
 pkgname=gauche
-pkgver=0.9.7
+pkgver=0.9.8
 pkgrel=1
 url='https://practical-scheme.net/gauche/'
 pkgdesc='R7RS Scheme implementation (includes gosh)'
@@ -12,7 +12,7 @@
 license=(BSD)
 arch=(x86_64)
 source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha256sums=('2d33bd942e3fc2f2dcc8e5217c9130c885a0fd1cb11a1856e619a83a23f336a0')
+sha256sums=('3eb30d1051d8b48999fe46511c9f6983057735312c9832b7db13f9db140db74b')
 
 build() {
   cd "Gauche-$pkgver"


[arch-commits] Commit in gauche/trunk (PKGBUILD)

2019-01-01 Thread Alexander Rødseth via arch-commits
Date: Tuesday, January 1, 2019 @ 13:35:04
  Author: arodseth
Revision: 420146

upgpkg: gauche 0.9.7-1

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-01 13:15:21 UTC (rev 420145)
+++ PKGBUILD2019-01-01 13:35:04 UTC (rev 420146)
@@ -4,15 +4,15 @@
 # Contributor: nkoizu 
 
 pkgname=gauche
-pkgver=0.9.6
+pkgver=0.9.7
 pkgrel=1
 url='https://practical-scheme.net/gauche/'
 pkgdesc='R7RS Scheme implementation (includes gosh)'
-depends=('libatomic_ops' 'slib')
-license=('BSD')
-arch=('x86_64')
+depends=(libatomic_ops slib)
+license=(BSD)
+arch=(x86_64)
 source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha256sums=('cd8928630d63b8043842a0526fbfb8f5f3c720b0d0ace81851e266ddfde69caf')
+sha256sums=('2d33bd942e3fc2f2dcc8e5217c9130c885a0fd1cb11a1856e619a83a23f336a0')
 
 build() {
   cd "Gauche-$pkgver"


[arch-commits] Commit in gauche/trunk (PKGBUILD)

2018-07-18 Thread Alexander Rødseth via arch-commits
Date: Wednesday, July 18, 2018 @ 14:32:26
  Author: arodseth
Revision: 362000

Update description

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 14:32:25 UTC (rev 361999)
+++ PKGBUILD2018-07-18 14:32:26 UTC (rev 362000)
@@ -8,7 +8,7 @@
 pkgver=0.9.6
 pkgrel=1
 url='https://practical-scheme.net/gauche/'
-pkgdesc='R5RS Scheme implementation (provides gosh)'
+pkgdesc='R7RS Scheme implementation (includes gosh)'
 depends=('libatomic_ops' 'slib')
 license=('BSD')
 arch=('x86_64')


[arch-commits] Commit in gauche/trunk (PKGBUILD gauche.install)

2018-07-18 Thread Alexander Rødseth via arch-commits
Date: Wednesday, July 18, 2018 @ 14:30:51
  Author: arodseth
Revision: 361996

upgpkg: gauche 0.9.6-1

Modified:
  gauche/trunk/PKGBUILD
Deleted:
  gauche/trunk/gauche.install

+
 PKGBUILD   |7 +++
 gauche.install |   23 ---
 2 files changed, 3 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 14:24:39 UTC (rev 361995)
+++ PKGBUILD2018-07-18 14:30:51 UTC (rev 361996)
@@ -5,16 +5,15 @@
 # Contributor: nkoizu 
 
 pkgname=gauche
-pkgver=0.9.5
-pkgrel=4
+pkgver=0.9.6
+pkgrel=1
 url='https://practical-scheme.net/gauche/'
 pkgdesc='R5RS Scheme implementation (provides gosh)'
 depends=('libatomic_ops' 'slib')
 license=('BSD')
 arch=('x86_64')
-install=$pkgname.install
 source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha256sums=('4c8a53213de112708bbda5fa9648c21497d43ebf809ed5b32b15f21266b4e73c')
+sha256sums=('cd8928630d63b8043842a0526fbfb8f5f3c720b0d0ace81851e266ddfde69caf')
 
 build() {
   cd "Gauche-$pkgver"

Deleted: gauche.install
===
--- gauche.install  2018-07-18 14:24:39 UTC (rev 361995)
+++ gauche.install  2018-07-18 14:30:51 UTC (rev 361996)
@@ -1,23 +0,0 @@
-infodir=/usr/share/info
-filelist=(gauche-refe.info gauche-refj.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-  /usr/bin/gosh -ftest -uslib -E"require 'new-catalog" -Eexit;
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim: ts=2 sw=2 et:


[arch-commits] Commit in gauche/trunk (PKGBUILD gauche.install)

2018-06-21 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 21, 2018 @ 10:44:05
  Author: arodseth
Revision: 344297

upgpkg: gauche 0.9.5-4

Modified:
  gauche/trunk/PKGBUILD
  gauche/trunk/gauche.install

+
 PKGBUILD   |   18 +++---
 gauche.install |2 ++
 2 files changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 09:04:42 UTC (rev 344296)
+++ PKGBUILD2018-06-21 10:44:05 UTC (rev 344297)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Stefan Husmann 
 # Contributor: Motohiro Ueki 
 # Contributor: nkoizu 
@@ -6,22 +6,18 @@
 
 pkgname=gauche
 pkgver=0.9.5
-pkgrel=3
+pkgrel=4
 url='https://practical-scheme.net/gauche/'
 pkgdesc='R5RS Scheme implementation (provides gosh)'
-depends=('slib' 'libatomic_ops')
+depends=('libatomic_ops' 'slib')
 license=('BSD')
 arch=('x86_64')
 install=$pkgname.install
 source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha512sums=('6d853d734c7a56a86f0015b1bfef378803d6acc1e0405ed841eab5afc08d1edef736d85df10c86d75fd5fb6b2def684bb1f2095a019133b9f497192f5511197a')
+sha256sums=('4c8a53213de112708bbda5fa9648c21497d43ebf809ed5b32b15f21266b4e73c')
 
-prepare() {
-  ln -sf "Gauche-$pkgver" "$pkgname-$pkgver"
-}
-
 build() {
-  cd "$pkgname-$pkgver"
+  cd "Gauche-$pkgver"
 
   ./configure --enable-multibyte=utf-8 --prefix=/usr
   make
@@ -28,7 +24,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "Gauche-$pkgver"
 
   make DESTDIR="$pkgdir" install-pkg install-doc
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
@@ -35,4 +31,4 @@
 }
 
 # getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:

Modified: gauche.install
===
--- gauche.install  2018-06-21 09:04:42 UTC (rev 344296)
+++ gauche.install  2018-06-21 10:44:05 UTC (rev 344297)
@@ -19,3 +19,5 @@
 install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
   done
 }
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in gauche/trunk (PKGBUILD)

2018-01-04 Thread Felix Yan via arch-commits
Date: Friday, January 5, 2018 @ 04:51:01
  Author: felixonmars
Revision: 278814

upgpkg: gauche 0.9.5-3

rebuild with gdbm 1.14.1

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-05 04:50:01 UTC (rev 278813)
+++ PKGBUILD2018-01-05 04:51:01 UTC (rev 278814)
@@ -6,7 +6,7 @@
 
 pkgname=gauche
 pkgver=0.9.5
-pkgrel=2
+pkgrel=3
 url='https://practical-scheme.net/gauche/'
 pkgdesc='R5RS Scheme implementation (provides gosh)'
 depends=('slib' 'libatomic_ops')
@@ -14,7 +14,7 @@
 arch=('x86_64')
 install=$pkgname.install
 source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha256sums=('4c8a53213de112708bbda5fa9648c21497d43ebf809ed5b32b15f21266b4e73c')
+sha512sums=('6d853d734c7a56a86f0015b1bfef378803d6acc1e0405ed841eab5afc08d1edef736d85df10c86d75fd5fb6b2def684bb1f2095a019133b9f497192f5511197a')
 
 prepare() {
   ln -sf "Gauche-$pkgver" "$pkgname-$pkgver"


[arch-commits] Commit in gauche/trunk (PKGBUILD)

2017-04-10 Thread Alexander Rødseth
Date: Monday, April 10, 2017 @ 09:52:10
  Author: arodseth
Revision: 221746

upgpkg: gauche 0.9.5-2

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-10 09:52:00 UTC (rev 221745)
+++ PKGBUILD2017-04-10 09:52:10 UTC (rev 221746)
@@ -6,18 +6,22 @@
 
 pkgname=gauche
 pkgver=0.9.5
-pkgrel=1
-url='http://practical-scheme.net/gauche/'
+pkgrel=2
+url='https://practical-scheme.net/gauche/'
 pkgdesc='R5RS Scheme implementation (provides gosh)'
 depends=('slib' 'libatomic_ops')
 license=('BSD')
 arch=('x86_64' 'i686')
 install=$pkgname.install
-source=("http://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
+source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
 sha256sums=('4c8a53213de112708bbda5fa9648c21497d43ebf809ed5b32b15f21266b4e73c')
 
+prepare() {
+  ln -sf "Gauche-$pkgver" "$pkgname-$pkgver"
+}
+
 build() {
-  cd "Gauche-$pkgver"
+  cd "$pkgname-$pkgver"
 
   ./configure --enable-multibyte=utf-8 --prefix=/usr
   make
@@ -24,7 +28,7 @@
 }
 
 package() {
-  cd "Gauche-$pkgver"
+  cd "$pkgname-$pkgver"
 
   make DESTDIR="$pkgdir" install-pkg install-doc
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"


[arch-commits] Commit in gauche/trunk (PKGBUILD)

2016-10-12 Thread Alexander Rødseth
Date: Wednesday, October 12, 2016 @ 08:47:07
  Author: arodseth
Revision: 191992

upgpkg: gauche 0.9.5-1

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-12 08:46:50 UTC (rev 191991)
+++ PKGBUILD2016-10-12 08:47:07 UTC (rev 191992)
@@ -1,20 +1,20 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Stefan Husmann 
 # Contributor: Motohiro Ueki 
 # Contributor: nkoizu 
 
 pkgname=gauche
-pkgver=0.9.4
+pkgver=0.9.5
 pkgrel=1
 url='http://practical-scheme.net/gauche/'
 pkgdesc='R5RS Scheme implementation (provides gosh)'
-depends=('gdbm' 'zlib' 'slib')
+depends=('slib' 'libatomic_ops')
 license=('BSD')
 arch=('x86_64' 'i686')
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha256sums=('7b18bcd70beaced1e004594be46c8cff95795318f6f5830dd2a8a700410fc149')
+sha256sums=('4c8a53213de112708bbda5fa9648c21497d43ebf809ed5b32b15f21266b4e73c')
 
 build() {
   cd "Gauche-$pkgver"
@@ -30,4 +30,5 @@
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
+# getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in gauche/trunk (PKGBUILD)

2014-07-25 Thread Alexander Rødseth
Date: Friday, July 25, 2014 @ 12:30:07
  Author: arodseth
Revision: 116328

Attempting to make both i686 and x86_64 build

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 08:35:10 UTC (rev 116327)
+++ PKGBUILD2014-07-25 10:30:07 UTC (rev 116328)
@@ -19,8 +19,8 @@
 build() {
   cd Gauche-$pkgver
 
-  [ $CARCH == 'i686' ]  ./configure --enable-multibyte=utf-8 --prefix=/usr \
---enable-threads=none || ./configure --enable-multibyte=utf-8 \
+  [ $CARCH == 'i686' ]  ./configure --enable-multibyte=utf-8 --prefix=/usr \
+--enable-threads=none || ./configure --enable-multibyte=utf-8 \
 --prefix=/usr --enable-threads=pthreads
   make
 }



[arch-commits] Commit in gauche/trunk (PKGBUILD)

2014-07-25 Thread Alexander Rødseth
Date: Friday, July 25, 2014 @ 14:11:05
  Author: arodseth
Revision: 116329

upgpkg: gauche 0.9.4-1

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 10:30:07 UTC (rev 116328)
+++ PKGBUILD2014-07-25 12:11:05 UTC (rev 116329)
@@ -12,7 +12,7 @@
 depends=('gdbm' 'zlib' 'slib')
 license=('BSD')
 arch=('x86_64' 'i686')
-install=$pkgname.install
+install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
 sha256sums=('7b18bcd70beaced1e004594be46c8cff95795318f6f5830dd2a8a700410fc149')
 
@@ -19,9 +19,7 @@
 build() {
   cd Gauche-$pkgver
 
-  [ $CARCH == 'i686' ]  ./configure --enable-multibyte=utf-8 --prefix=/usr \
---enable-threads=none || ./configure --enable-multibyte=utf-8 \
---prefix=/usr --enable-threads=pthreads
+  ./configure --enable-multibyte=utf-8 --prefix=/usr
   make
 }
 



[arch-commits] Commit in gauche/trunk (PKGBUILD)

2014-07-24 Thread Alexander Rødseth
Date: Thursday, July 24, 2014 @ 12:15:38
  Author: arodseth
Revision: 116298

new package version

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 10:14:13 UTC (rev 116297)
+++ PKGBUILD2014-07-24 10:15:38 UTC (rev 116298)
@@ -5,7 +5,7 @@
 # Contributor: nkoizu nko...@gmail.com
 
 pkgname=gauche
-pkgver=0.9.3.3
+pkgver=0.9.4
 pkgrel=1
 url='http://practical-scheme.net/gauche/'
 pkgdesc='R5RS Scheme implementation (provides gosh)'
@@ -14,18 +14,17 @@
 arch=('x86_64' 'i686')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha256sums=('3d8b70075faa0f7a24f8d112cc102ee3e1066680cdd19d324d59f33fab79caac')
+sha256sums=('7b18bcd70beaced1e004594be46c8cff95795318f6f5830dd2a8a700410fc149')
 
 build() {
-  cd $srcdir/Gauche-$pkgver
+  cd Gauche-$pkgver
 
-  ./configure --prefix=/usr --enable-multibyte=utf-8 \
---enable-threads=pthreads
+  ./configure --enable-multibyte=utf-8 --enable-threads=pthreads --prefix=/usr
   make -j1
 }
 
 package() {
-  cd $srcdir/Gauche-$pkgver
+  cd Gauche-$pkgver
 
   make -j1 DESTDIR=$pkgdir install-pkg install-doc
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING



[arch-commits] Commit in gauche/trunk (PKGBUILD)

2014-07-24 Thread Alexander Rødseth
Date: Thursday, July 24, 2014 @ 13:24:04
  Author: arodseth
Revision: 116303

Does not compile with pthreads

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 11:05:39 UTC (rev 116302)
+++ PKGBUILD2014-07-24 11:24:04 UTC (rev 116303)
@@ -19,14 +19,16 @@
 build() {
   cd Gauche-$pkgver
 
-  ./configure --enable-multibyte=utf-8 --enable-threads=pthreads --prefix=/usr
-  make -j1
+  # does not compile with --enable-threads=pthreads
+  ./configure --enable-multibyte=utf-8 --prefix=/usr
+
+  make
 }
 
 package() {
   cd Gauche-$pkgver
 
-  make -j1 DESTDIR=$pkgdir install-pkg install-doc
+  make DESTDIR=$pkgdir install-pkg install-doc
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }
 



[arch-commits] Commit in gauche/trunk (PKGBUILD)

2014-07-24 Thread Alexander Rødseth
Date: Thursday, July 24, 2014 @ 13:30:33
  Author: arodseth
Revision: 116304

No threads for i686, then

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 11:24:04 UTC (rev 116303)
+++ PKGBUILD2014-07-24 11:30:33 UTC (rev 116304)
@@ -19,9 +19,9 @@
 build() {
   cd Gauche-$pkgver
 
-  # does not compile with --enable-threads=pthreads
-  ./configure --enable-multibyte=utf-8 --prefix=/usr
-
+  [ $CARCH == 'i686' ]  ./configure --enable-multibyte=utf-8 --prefix=/usr \
+--enable-threads=none || ./configure --enable-multibyte=utf-8 \
+--prefix=/usr --enable-threads=pthreads
   make
 }
 



[arch-commits] Commit in gauche/trunk (PKGBUILD)

2013-07-18 Thread Alexander Rødseth
Date: Thursday, July 18, 2013 @ 23:59:38
  Author: arodseth
Revision: 94288

upgpkg: gauche 0.9.3.3-1

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-18 21:34:45 UTC (rev 94287)
+++ PKGBUILD2013-07-18 21:59:38 UTC (rev 94288)
@@ -21,13 +21,14 @@
 
   ./configure --prefix=/usr --enable-multibyte=utf-8 \
 --enable-threads=pthreads
-  make
+  make -j1
 }
+
 package() {
   cd $srcdir/Gauche-$pkgver
 
-  make DESTDIR=$pkgdir install-pkg install-doc
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  make -j1 DESTDIR=$pkgdir install-pkg install-doc
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }
 
 # vim:set ts=2 sw=2 et: