[arch-commits] Commit in khangman/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Apr 7 20:30:44 UTC 2017
Date: Friday, April 7, 2017 @ 20:30:43
Author: arojas
Revision: 292356
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
khangman/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292355, khangman/kde-unstable/PKGBUILD)
Deleted:
khangman/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-07 20:30:23 UTC (rev 292355)
+++ PKGBUILD 2017-04-07 20:30:43 UTC (rev 292356)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=khangman
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="Hangman Game"
-url="https://kde.org/applications/education/khangman/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('libkeduvocdocument' 'knewstuff' 'kdeclarative')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdeedu-khangman')
-conflicts=('kdeedu-khangman')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/khangman-${pkgver}.tar.xz"{,.sig})
-sha256sums=('54756996929d7cbdffbaf3030eacbb5d740d8adee45b77a66a0c631036c9274d'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../khangman-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=lib \
- -DSYSCONF_INSTALL_DIR=/etc
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: khangman/repos/kde-unstable-x86_64/PKGBUILD (from rev 292355, khangman/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-04-07 20:30:43 UTC (rev 292356)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=khangman
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="Hangman Game"
+url="https://kde.org/applications/education/khangman/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('libkeduvocdocument' 'knewstuff' 'kdeclarative')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-khangman')
+conflicts=('kdeedu-khangman')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/khangman-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c2ce841a05c946870f55872e802c52b3af5af8c12953c6ce72b85e7871ab56db'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../khangman-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DSYSCONF_INSTALL_DIR=/etc
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list