[arch-commits] Commit in swi-prolog/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Dec 7 21:39:18 UTC 2017
Date: Thursday, December 7, 2017 @ 21:39:17
Author: arodseth
Revision: 273195
archrelease: copy trunk to community-x86_64
Added:
swi-prolog/repos/community-x86_64/PKGBUILD
(from rev 273194, swi-prolog/trunk/PKGBUILD)
Deleted:
swi-prolog/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-07 21:39:05 UTC (rev 273194)
+++ PKGBUILD 2017-12-07 21:39:17 UTC (rev 273195)
@@ -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.1
-pkgrel=1
-pkgdesc='Prolog environment'
-arch=('x86_64' 'i686')
-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=('24ada4bd016189fd417592edf1ffc74e4e51ee4f47e569f97e2d11f4d8f89ec3')
-
-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 273194, swi-prolog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-07 21:39:17 UTC (rev 273195)
@@ -0,0 +1,47 @@
+# $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:
More information about the arch-commits
mailing list