[arch-commits] Commit in kdegames-palapeli/repos/kde-unstable-x86_64 (2 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 7 20:45:11 UTC 2017
Date: Friday, April 7, 2017 @ 20:45:10
Author: arojas
Revision: 292406
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
kdegames-palapeli/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292405, kdegames-palapeli/kde-unstable/PKGBUILD)
Deleted:
kdegames-palapeli/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-07 20:44:57 UTC (rev 292405)
+++ PKGBUILD 2017-04-07 20:45:10 UTC (rev 292406)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-palapeli
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="A single-player jigsaw puzzle game"
-url="https://kde.org/applications/games/palapeli/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4' 'qhull')
-makedepends=('cmake' 'automoc4')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/palapeli-${pkgver}.tar.xz"{,.sig})
-sha256sums=('7c854ca74c8bf18d84d957919c34dc755c7f81846753af597231faf376b4fad4'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-build() {
- mkdir -p build
- cd build
- cmake ../palapeli-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegames-palapeli/repos/kde-unstable-x86_64/PKGBUILD (from rev 292405, kdegames-palapeli/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-04-07 20:45:10 UTC (rev 292406)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-palapeli
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="A single-player jigsaw puzzle game"
+url="https://kde.org/applications/games/palapeli/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'qhull')
+makedepends=('cmake' 'automoc4')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/palapeli-${pkgver}.tar.xz"{,.sig})
+sha256sums=('fe42deae0de38493ebaef1ae2fc3a40094c9a56860af82df5d59da71933f13e3'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+build() {
+ mkdir -p build
+ cd build
+ cmake ../palapeli-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list