[arch-commits] Commit in klickety/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Apr 20 08:35:06 UTC 2017
Date: Thursday, April 20, 2017 @ 08:35:05
Author: arojas
Revision: 293418
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
klickety/repos/kde-unstable-i686/
klickety/repos/kde-unstable-i686/PKGBUILD
(from rev 293417, klickety/trunk/PKGBUILD)
klickety/repos/kde-unstable-x86_64/PKGBUILD
(from rev 293417, klickety/trunk/PKGBUILD)
Deleted:
klickety/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 39 ---------------------------------------
3 files changed, 78 insertions(+), 39 deletions(-)
Copied: klickety/repos/kde-unstable-i686/PKGBUILD (from rev 293417, klickety/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2017-04-20 08:35:05 UTC (rev 293418)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=klickety
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="An adaptation of the Clickomania game"
+url="https://kde.org/applications/games/klickety/"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdegames-klickety)
+replaces=(kdegames-klickety)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8d252feb7caab5c71aae701d45777495293e5a28bf3fa4b6400011d513783297'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid 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-04-20 08:34:47 UTC (rev 293417)
+++ kde-unstable-x86_64/PKGBUILD 2017-04-20 08:35:05 UTC (rev 293418)
@@ -1,39 +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=klickety
-pkgver=17.03.90
-pkgrel=1
-pkgdesc="An adaptation of the Clickomania game"
-url="https://kde.org/applications/games/klickety/"
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdegames-klickety)
-replaces=(kdegames-klickety)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2f2b4a6f9b7c7f71672553e8878da61cdc2a52bdc69370c3d88c8423e951270a'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid 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: klickety/repos/kde-unstable-x86_64/PKGBUILD (from rev 293417, klickety/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2017-04-20 08:35:05 UTC (rev 293418)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=klickety
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="An adaptation of the Clickomania game"
+url="https://kde.org/applications/games/klickety/"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdegames-klickety)
+replaces=(kdegames-klickety)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8d252feb7caab5c71aae701d45777495293e5a28bf3fa4b6400011d513783297'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid 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