[arch-commits] Commit in palapeli/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Nov 26 14:56:30 UTC 2021
Date: Friday, November 26, 2021 @ 14:56:30
Author: arojas
Revision: 429264
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
palapeli/repos/kde-unstable-x86_64/PKGBUILD
(from rev 429263, palapeli/kde-unstable/PKGBUILD)
Deleted:
palapeli/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-26 14:56:22 UTC (rev 429263)
+++ PKGBUILD 2021-11-26 14:56:30 UTC (rev 429264)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=palapeli
-pkgver=21.11.80
-pkgrel=1
-pkgdesc='A single-player jigsaw puzzle game'
-url='https://apps.kde.org/palapeli/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-games)
-depends=(libkdegames qhull hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('798a565a027d5cf6aa154189d9043b5e4a76c7bb90eec58eac051e28f038662c'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck at kde.org>
- D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: palapeli/repos/kde-unstable-x86_64/PKGBUILD (from rev 429263, palapeli/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-26 14:56:30 UTC (rev 429264)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=palapeli
+pkgver=21.11.90
+pkgrel=1
+pkgdesc='A single-player jigsaw puzzle game'
+url='https://apps.kde.org/palapeli/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-games)
+depends=(libkdegames qhull hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('be34c19582e261292592e46dfb0b81fbdb9ed34bebb34cb715948b5999b2f121'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck at kde.org>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker 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