[arch-commits] Commit in klickety/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Jan 7 14:37:43 UTC 2021
Date: Thursday, January 7, 2021 @ 14:37:43
Author: arojas
Revision: 405543
archrelease: copy trunk to extra-x86_64
Added:
klickety/repos/extra-x86_64/PKGBUILD
(from rev 405542, klickety/trunk/PKGBUILD)
Deleted:
klickety/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 64 +++++++++++++++++++++++++++----------------------------------
1 file changed, 29 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-07 14:37:33 UTC (rev 405542)
+++ PKGBUILD 2021-01-07 14:37:43 UTC (rev 405543)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=klickety
-pkgver=20.12.0
-pkgrel=2
-pkgdesc="An adaptation of the Clickomania game"
-url="https://kde.org/applications/games/klickety/"
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-games)
-depends=(libkdegames hicolor-icon-theme perl)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
- kdebug-430362.patch::"https://invent.kde.org/games/klickety/-/commit/3d178427.patch")
-sha256sums=('310baa29e713a53478c8d19c9cab97303f17320e7c01c177e5109563f23ac287'
- 'SKIP'
- 'd0552f4605d01a58b36796f2dc2ee7bf3cef63b335e9a1cd56532ec27d867eca')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
- patch -d $pkgname-$pkgver -p1 -i ../kdebug-430362.patch # Fix starting new game
-}
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: klickety/repos/extra-x86_64/PKGBUILD (from rev 405542, klickety/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-07 14:37:43 UTC (rev 405543)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=klickety
+pkgver=20.12.1
+pkgrel=1
+pkgdesc="An adaptation of the Clickomania game"
+url="https://kde.org/applications/games/klickety/"
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-games)
+depends=(libkdegames hicolor-icon-theme perl)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c662f142db924105e173212515b5d5e9cfb0d671931a5c9882cd6a012e40b49e'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list