[arch-commits] Commit in freecell-solver/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Feb 20 15:20:53 UTC 2019
Date: Wednesday, February 20, 2019 @ 15:20:51
Author: arojas
Revision: 346578
archrelease: copy trunk to extra-x86_64
Added:
freecell-solver/repos/extra-x86_64/PKGBUILD
(from rev 346577, freecell-solver/trunk/PKGBUILD)
Deleted:
freecell-solver/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 69 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-20 15:20:22 UTC (rev 346577)
+++ PKGBUILD 2019-02-20 15:20:51 UTC (rev 346578)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=freecell-solver
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="A program that automatically solves layouts of Freecell and similar variants of Card Solitaire"
-arch=(x86_64)
-url="http://fc-solve.shlomifish.org"
-license=(MIT)
-depends=(bash)
-makedepends=(cmake gperf perl-path-tiny perl-template-toolkit python-random2 python-six)
-optdepends=('python-random2: for the Python scripts' 'python-six: for the Python scripts')
-source=(http://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
-sha256sums=('696717df7e4fab2d5a038b26cc23e2259f7b68a101bc8a4855dffa2841699dfd')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DFCS_WITH_TEST_SUITE=OFF \
- -DBUILD_STATIC_LIBRARY=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
- install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING.html "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
-}
-
Copied: freecell-solver/repos/extra-x86_64/PKGBUILD (from rev 346577, freecell-solver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-02-20 15:20:51 UTC (rev 346578)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=freecell-solver
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="A program that automatically solves layouts of Freecell and similar variants of Card Solitaire"
+arch=(x86_64)
+url="https://fc-solve.shlomifish.org"
+license=(MIT)
+depends=(bash)
+makedepends=(cmake gperf perl-path-tiny perl-template-toolkit python-random2 python-six python-pysol_cards)
+optdepends=('python-random2: for the Python interface' 'python-six: for the Python interface'
+ 'python-pysol_cards: for the Python interface')
+source=(https://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
+sha256sums=('a5f16ede284b89014070d628e8e7ddd2e8cf165e886dbc12678b3cb9220d11f5')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DFCS_WITH_TEST_SUITE=OFF \
+ -DBUILD_STATIC_LIBRARY=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+ install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING.html "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
+}
+
More information about the arch-commits
mailing list