[arch-commits] Commit in khangman/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Apr 20 08:20:49 UTC 2017
Date: Thursday, April 20, 2017 @ 08:20:48
Author: arojas
Revision: 293387
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
khangman/repos/kde-unstable-i686/
khangman/repos/kde-unstable-i686/PKGBUILD
(from rev 293386, khangman/trunk/PKGBUILD)
khangman/repos/kde-unstable-x86_64/PKGBUILD
(from rev 293386, khangman/trunk/PKGBUILD)
Deleted:
khangman/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 40 ----------------------------------------
3 files changed, 80 insertions(+), 40 deletions(-)
Copied: khangman/repos/kde-unstable-i686/PKGBUILD (from rev 293386, khangman/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2017-04-20 08:20:48 UTC (rev 293387)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=khangman
+pkgver=17.04.0
+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=('2d2d143531bf10a07dd2f92fa5d0e853055341061116ba0a5a9cd30a3756ad91'
+ '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
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2017-04-20 08:20:15 UTC (rev 293386)
+++ kde-unstable-x86_64/PKGBUILD 2017-04-20 08:20:48 UTC (rev 293387)
@@ -1,40 +0,0 @@
-# $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
-}
Copied: khangman/repos/kde-unstable-x86_64/PKGBUILD (from rev 293386, khangman/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2017-04-20 08:20:48 UTC (rev 293387)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=khangman
+pkgver=17.04.0
+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=('2d2d143531bf10a07dd2f92fa5d0e853055341061116ba0a5a9cd30a3756ad91'
+ '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