[arch-commits] Commit in swi-prolog/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Tue Jan 16 14:10:44 UTC 2018


    Date: Tuesday, January 16, 2018 @ 14:10:44
  Author: arodseth
Revision: 283295

archrelease: copy trunk to community-x86_64

Added:
  swi-prolog/repos/community-x86_64/PKGBUILD
    (from rev 283294, swi-prolog/trunk/PKGBUILD)
Deleted:
  swi-prolog/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 45 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-16 14:10:35 UTC (rev 283294)
+++ PKGBUILD	2018-01-16 14:10:44 UTC (rev 283295)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Jachym Barvinek <jachymb at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: John Proctor <jproctor at prium.net>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=swi-prolog
-pkgver=7.6.3
-pkgrel=1
-pkgdesc='Prolog environment'
-arch=('x86_64')
-url='http://www.swi-prolog.org/'
-license=('GPL' 'LGPL')
-depends=('gmp' 'libarchive' 'openssl' 'readline')
-makedepends=('libjpeg' 'libxft' 'libxinerama' 'libxpm' 'unixodbc')
-optdepends=('unixodbc: for using the odbc4pl library'
-            'libjpeg: for using the pl2xpce library'
-            'libxpm: for using the pl2xpce library'
-            'libxinerama: for using the pl2xpce library'
-            'libxft: for using the pl2xpce library')
-source=("http://www.swi-prolog.org/download/stable/src/swipl-${pkgver/_/-}.tar.gz") # invalid HTTPS cert
-sha256sums=('9c0be513dc98e6ca420d109f7a455a6593840682cf1b0e21876d1e71e7f35d39')
-
-build() {
-  cd "swipl-${pkgver/_/-}"
-  ./configure --prefix=/usr --with-world
-
-  cd src
-  ./configure --enable-readline --prefix=/usr
-
-  make -C ..
-}
-
-check() {
-  make -C "swipl-${pkgver/_/-}" check || true
-}
-
-package() {
-  make -C "swipl-${pkgver/_/-}" DESTDIR="$pkgdir" install
-
-  # Fix for FS#20873
-  chmod +x "$pkgdir/usr/lib/swipl-${pkgver/_/-}/library/dialect/sicstus/swipl-lfr.pl"
-}
-
-# getver: swi-prolog.org/download/stable
-# vim: ts=2 sw=2 et:

Copied: swi-prolog/repos/community-x86_64/PKGBUILD (from rev 283294, swi-prolog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-16 14:10:44 UTC (rev 283295)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Jachym Barvinek <jachymb at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: John Proctor <jproctor at prium.net>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=swi-prolog
+pkgver=7.6.4
+pkgrel=1
+pkgdesc='Prolog environment'
+arch=('x86_64')
+url='http://www.swi-prolog.org/'
+license=('GPL' 'LGPL')
+depends=('gmp' 'libarchive' 'openssl' 'readline')
+makedepends=('libjpeg' 'libxft' 'libxinerama' 'libxpm' 'unixodbc')
+optdepends=('unixodbc:    for using the odbc4pl library'
+            'libjpeg:     for using the pl2xpce library'
+            'libxpm:      for using the pl2xpce library'
+            'libxinerama: for using the pl2xpce library'
+            'libxft:      for using the pl2xpce library')
+source=("http://www.swi-prolog.org/download/stable/src/swipl-${pkgver/_/-}.tar.gz") # invalid HTTPS cert
+sha256sums=('2d3d7aabd6d99a02dcc2da5d7604e3500329e541c6f857edc5aa06a3b1267891')
+
+build() {
+  cd "swipl-${pkgver/_/-}"
+
+  ./configure --with-world --prefix=/usr
+  (cd src; ./configure --enable-readline --prefix=/usr)
+  make
+}
+
+check() {
+  make -C "swipl-${pkgver/_/-}" check || true
+}
+
+package() {
+  make -C "swipl-${pkgver/_/-}" DESTDIR="$pkgdir" install
+
+  # Fix for FS#20873
+  chmod +x "$pkgdir/usr/lib/swipl-${pkgver/_/-}/library/dialect/sicstus/swipl-lfr.pl"
+}
+
+# getver: swi-prolog.org/download/stable
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list