[arch-commits] Commit in clasp/repos (4 files)

Alexander Rødseth arodseth at archlinux.org
Mon Jun 5 12:11:17 UTC 2017


    Date: Monday, June 5, 2017 @ 12:11:12
  Author: arodseth
Revision: 234169

archrelease: copy trunk to community-x86_64, community-i686

Added:
  clasp/repos/community-i686/PKGBUILD
    (from rev 234167, clasp/trunk/PKGBUILD)
  clasp/repos/community-x86_64/PKGBUILD
    (from rev 234167, clasp/trunk/PKGBUILD)
Deleted:
  clasp/repos/community-i686/PKGBUILD
  clasp/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 ----------------------
 community-x86_64/PKGBUILD |   29 ----------------------
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-05 12:10:45 UTC (rev 234168)
+++ community-i686/PKGBUILD	2017-06-05 12:11:12 UTC (rev 234169)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
-
-pkgname=clasp
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='Answer set solver'
-arch=('x86_64' 'i686')
-url='https://potassco.org/'
-license=('GPL3')
-depends=('gcc-libs')
-source=("$pkgname-$pkgver.tgz::https://github.com/potassco/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('987513ffa84f885d7fcf94f0edb2ef25c8b5730553513120699a4820c9bc42f7')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure.sh --with-mt=std --prefix=/usr
-  make -C build/release_mt
-}
-
-package() {
-  install -D \
-    "$pkgname-$pkgver/build/release_mt/bin/$pkgname" \
-    "$pkgdir/usr/bin/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clasp/repos/community-i686/PKGBUILD (from rev 234167, clasp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-05 12:11:12 UTC (rev 234169)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
+
+pkgname=clasp
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='Answer set solver'
+arch=('x86_64' 'i686')
+url='https://potassco.org/'
+license=('GPL3')
+makedepends=('cmake' 'ninja')
+source=("https://github.com/potassco/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('74ba1b75823c1401d254020fb8954e5ac2bc04a56d624abaee6519f95be78f48')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "../$pkgname-$pkgver" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-06-05 12:10:45 UTC (rev 234168)
+++ community-x86_64/PKGBUILD	2017-06-05 12:11:12 UTC (rev 234169)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
-
-pkgname=clasp
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='Answer set solver'
-arch=('x86_64' 'i686')
-url='https://potassco.org/'
-license=('GPL3')
-depends=('gcc-libs')
-source=("$pkgname-$pkgver.tgz::https://github.com/potassco/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('987513ffa84f885d7fcf94f0edb2ef25c8b5730553513120699a4820c9bc42f7')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure.sh --with-mt=std --prefix=/usr
-  make -C build/release_mt
-}
-
-package() {
-  install -D \
-    "$pkgname-$pkgver/build/release_mt/bin/$pkgname" \
-    "$pkgdir/usr/bin/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clasp/repos/community-x86_64/PKGBUILD (from rev 234167, clasp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-05 12:11:12 UTC (rev 234169)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
+
+pkgname=clasp
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='Answer set solver'
+arch=('x86_64' 'i686')
+url='https://potassco.org/'
+license=('GPL3')
+makedepends=('cmake' 'ninja')
+source=("https://github.com/potassco/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('74ba1b75823c1401d254020fb8954e5ac2bc04a56d624abaee6519f95be78f48')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "../$pkgname-$pkgver" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list