[arch-commits] Commit in mit-scheme/repos/community-x86_64 (PKGBUILD PKGBUILD)

Frederik Schwan freswa at archlinux.org
Sat Oct 17 23:42:11 UTC 2020


    Date: Saturday, October 17, 2020 @ 23:42:10
  Author: freswa
Revision: 725774

archrelease: copy trunk to community-x86_64

Added:
  mit-scheme/repos/community-x86_64/PKGBUILD
    (from rev 725773, mit-scheme/trunk/PKGBUILD)
Deleted:
  mit-scheme/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 +++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 42 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-17 23:42:07 UTC (rev 725773)
+++ PKGBUILD	2020-10-17 23:42:10 UTC (rev 725774)
@@ -1,31 +0,0 @@
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: peter feigl <peter.feigl at gmail.com>
-
-pkgname=mit-scheme
-pkgver=10.1.10
-pkgrel=2
-pkgdesc='MIT/GNU Scheme'
-url='https://www.gnu.org/software/mit-scheme/'
-arch=('x86_64')
-license=('GPL')
-depends=('ncurses' 'zlib')
-optdepends=('openssl: support for openssl')
-source=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz"
-        "https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig")
-validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01') # Chris Hanson <cph at chris-hanson.org>
-sha256sums=('4f14dd754703736c1843a8c709cd704a24e92b02d6021652d57ae5d6a2d992e6'
-            'SKIP')
-
-build() {
-    cd "$pkgname-$pkgver"/src
-    ./configure --prefix=/usr \
-        --with-x \
-        --enable-native-code
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"/src
-    make DESTDIR="$pkgdir" install
-}

Copied: mit-scheme/repos/community-x86_64/PKGBUILD (from rev 725773, mit-scheme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-17 23:42:10 UTC (rev 725774)
@@ -0,0 +1,42 @@
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: peter feigl <peter.feigl at gmail.com>
+
+pkgname=mit-scheme
+pkgver=10.1.10
+pkgrel=3
+pkgdesc='MIT/GNU Scheme'
+url='https://www.gnu.org/software/mit-scheme/'
+arch=('x86_64')
+license=('GPL')
+depends=('ncurses' 'zlib' 'libx11')
+optdepends=('openssl: support for openssl')
+provides=('x11-shim.so')
+source=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz"
+        "https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig")
+validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01') # Chris Hanson <cph at chris-hanson.org>
+sha256sums=('4f14dd754703736c1843a8c709cd704a24e92b02d6021652d57ae5d6a2d992e6'
+            'SKIP')
+
+build() {
+    cd "$pkgname-$pkgver"/src
+    ./configure --prefix=/usr \
+        --with-x \
+        --enable-x11 \
+        --enable-native-code
+    make
+    cd ../doc
+    ./configure --prefix=/usr \
+        --disable-pdf \
+        --disable-html
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    install -Dm644 "etc/xscheme.el" "$pkgdir/usr/share/emacs/site-lisp/xscheme.el"
+    cd src
+    make DESTDIR="$pkgdir" install
+    cd ../doc
+    make DESTDIR="$pkgdir" install-info install-man
+}



More information about the arch-commits mailing list