[arch-commits] Commit in kubrick/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Jul 30 10:51:21 UTC 2021
Date: Friday, July 30, 2021 @ 10:51:21
Author: arojas
Revision: 420817
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
kubrick/repos/kde-unstable-x86_64/PKGBUILD
(from rev 420816, kubrick/kde-unstable/PKGBUILD)
Deleted:
kubrick/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-30 10:51:08 UTC (rev 420816)
+++ PKGBUILD 2021-07-30 10:51:21 UTC (rev 420817)
@@ -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=kubrick
-pkgver=21.07.80
-pkgrel=1
-pkgdesc="Based on the famous Rubik's Cube"
-url='https://apps.kde.org/kubrick/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-games)
-depends=(libkdegames glu hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('c1e71ba25fba3f103802610aff892e1e6e44a570c2631bd487c85be79ad41fb9'
- '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: kubrick/repos/kde-unstable-x86_64/PKGBUILD (from rev 420816, kubrick/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-30 10:51:21 UTC (rev 420817)
@@ -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=kubrick
+pkgver=21.07.90
+pkgrel=1
+pkgdesc="Based on the famous Rubik's Cube"
+url='https://apps.kde.org/kubrick/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-games)
+depends=(libkdegames glu hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('7394d2b306f17443d63403369536db84ad10b68dd6df2a1026af94e451b50dfc'
+ '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