[arch-commits] Commit in kshisen/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Apr 7 20:42:44 UTC 2017


    Date: Friday, April 7, 2017 @ 20:42:43
  Author: arojas
Revision: 292397

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kshisen/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 292396, kshisen/kde-unstable/PKGBUILD)
Deleted:
  kshisen/repos/kde-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-07 20:42:31 UTC (rev 292396)
+++ PKGBUILD	2017-04-07 20:42:43 UTC (rev 292397)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kshisen
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="A solitaire-like game played using the standard set of Mahjong tiles"
-url="https://kde.org/applications/games/kshisen/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'libkmahjongg' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-kshisen')
-replaces=('kdegames-kshisen')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kshisen-${pkgver}.tar.xz"{,.sig})
-sha256sums=('33f51e7f11eddadab4bea85d0e94fd8845422793d675de768016957b291f3f69'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kshisen-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kshisen/repos/kde-unstable-x86_64/PKGBUILD (from rev 292396, kshisen/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-07 20:42:43 UTC (rev 292397)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kshisen
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="A solitaire-like game played using the standard set of Mahjong tiles"
+url="https://kde.org/applications/games/kshisen/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'libkmahjongg' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-kshisen')
+replaces=('kdegames-kshisen')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kshisen-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c6a1e008eb62240756af9b41926327217e627a82d451f23dc9cc446b7cce1f46'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kshisen-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list