[arch-commits] Commit in gnu-apl/repos/community-x86_64 (PKGBUILD PKGBUILD)

Kyle Keen kkeen at archlinux.org
Sun Jun 23 15:59:04 UTC 2019


    Date: Sunday, June 23, 2019 @ 15:59:03
  Author: kkeen
Revision: 483137

archrelease: copy trunk to community-x86_64

Added:
  gnu-apl/repos/community-x86_64/PKGBUILD
    (from rev 483136, gnu-apl/trunk/PKGBUILD)
Deleted:
  gnu-apl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-23 15:58:28 UTC (rev 483136)
+++ PKGBUILD	2019-06-23 15:59:03 UTC (rev 483137)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=gnu-apl
-pkgver=1.7
-pkgrel=5
-url="http://www.gnu.org/software/apl/"
-pkgdesc="An (almost) complete implementation of ISO standard 13751"
-arch=('x86_64')
-depends=('ncurses' 'postgresql-libs' 'gcc-libs' 'sqlite' 'libnsl')
-license=('GPL3')
-source=("https://ftpmirror.gnu.org/apl/apl-${pkgver}.tar.gz"{,.sig})
-md5sums=('a06456f4aa9e349700da51c8efd14150'
-         'SKIP')
-validpgpkeys=('3EB2E2ECCB2F040A26CB7F2192B68B71531B6686')
-
-prepare() {
-    cd "$srcdir/apl-$pkgver"
-    # The default color scheme is black-on-black in some terminals
-    sed -i '64 s/^.*Color.*ANSI/#&/' gnu-apl.d/preferences{,.in}
-    sed -i '65 s/^#.*Color.*CURSES/Color\tCURSES/' gnu-apl.d/preferences{,.in}
-
-    # SVN 908 (remove in 1.8)
-    sed -i '888 s/ || / || nc == /g' src/Symbol.cc
-}
-
-build() {
-    cd "$srcdir/apl-$pkgver"
-    CFLAGS='-std=gnu99' ./configure --prefix=/usr --sysconfdir=/etc
-    make PREFIX=/usr -j1
-}
-
-package() {
-    cd "$srcdir/apl-$pkgver"
-    make PREFIX=/usr DESTDIR="$pkgdir" install
-}
-

Copied: gnu-apl/repos/community-x86_64/PKGBUILD (from rev 483136, gnu-apl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-23 15:59:03 UTC (rev 483137)
@@ -0,0 +1,37 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=gnu-apl
+pkgver=1.8
+pkgrel=1
+url="https://www.gnu.org/software/apl/"
+pkgdesc="An (almost) complete implementation of ISO standard 13751"
+arch=('x86_64')
+depends=('ncurses' 'postgresql-libs' 'gcc-libs' 'sqlite' 'libnsl' 'pcre')
+license=('GPL3')
+#source=("https://ftpmirror.gnu.org/apl/apl-${pkgver}.tar.gz"{,.sig})
+# official https gnu site not updated any more?
+source=("https://mirrors.kernel.org/gnu/apl/apl-${pkgver}.tar.gz"{,.sig})
+md5sums=('b18e71ff2d307cf2268067deed5026ec'
+         'SKIP')
+validpgpkeys=('3EB2E2ECCB2F040A26CB7F2192B68B71531B6686')
+
+prepare() {
+    cd "$srcdir/apl-$pkgver"
+    # The default color scheme is black-on-black in some terminals
+    sed -i '64 s/^.*Color.*ANSI/#&/' gnu-apl.d/preferences{,.in}
+    sed -i '65 s/^#.*Color.*CURSES/Color\tCURSES/' gnu-apl.d/preferences{,.in}
+}
+
+build() {
+    cd "$srcdir/apl-$pkgver"
+    #CFLAGS='-std=gnu99' ./configure --prefix=/usr --sysconfdir=/etc
+    # FS#60643 (remove in 1.8)
+    CFLAGS='-std=gnu99' CXX_WERROR='no' ./configure --prefix=/usr --sysconfdir=/etc
+    make PREFIX=/usr -j1
+}
+
+package() {
+    cd "$srcdir/apl-$pkgver"
+    make PREFIX=/usr DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list