[arch-commits] Commit in kapman/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Sat Aug 19 05:12:01 UTC 2017
Date: Saturday, August 19, 2017 @ 05:11:59
Author: arojas
Revision: 302493
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kapman/repos/kde-unstable-i686/
kapman/repos/kde-unstable-i686/PKGBUILD
(from rev 302492, kapman/trunk/PKGBUILD)
kapman/repos/kde-unstable-x86_64/PKGBUILD
(from rev 302492, kapman/trunk/PKGBUILD)
Deleted:
kapman/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: kapman/repos/kde-unstable-i686/PKGBUILD (from rev 302492, kapman/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2017-08-19 05:11:59 UTC (rev 302493)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapman
+pkgver=17.08.0
+pkgrel=1
+pkgdesc="A clone of the well known game Pac-Man"
+url="https://kde.org/applications/games/kapman/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-kapman')
+replaces=('kdegames-kapman')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kapman-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a3823b50df10f8fa40588a37d9d90c9d569c5e3588742ef8caf62cb6f8675410'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2017-08-19 05:11:34 UTC (rev 302492)
+++ kde-unstable-x86_64/PKGBUILD 2017-08-19 05:11:59 UTC (rev 302493)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kapman
-pkgver=17.07.80
-pkgrel=1
-pkgdesc="A clone of the well known game Pac-Man"
-url="https://kde.org/applications/games/kapman/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-kapman')
-replaces=('kdegames-kapman')
-source=("https://download.kde.org/unstable/applications/${pkgver}/src/kapman-${pkgver}.tar.xz"{,.sig})
-sha256sums=('cc4a609def94434672d845461dcd5d7f3ae6a4744d3114009967e8f8238e058c'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kapman/repos/kde-unstable-x86_64/PKGBUILD (from rev 302492, kapman/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2017-08-19 05:11:59 UTC (rev 302493)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapman
+pkgver=17.08.0
+pkgrel=1
+pkgdesc="A clone of the well known game Pac-Man"
+url="https://kde.org/applications/games/kapman/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-kapman')
+replaces=('kdegames-kapman')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kapman-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a3823b50df10f8fa40588a37d9d90c9d569c5e3588742ef8caf62cb6f8675410'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$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