Date: Thursday, January 5, 2023 @ 14:32:07
Author: arojas
Revision: 465949
archrelease: copy trunk to extra-x86_64
Added:
yakuake/repos/extra-x86_64/PKGBUILD
(from rev 465948, yakuake/trunk/PKGBUILD)
yakuake/repos/extra-x86_64/keys/
Deleted:
yakuake/repos/extra-x86_64/PKGBUILD
yakuake/repos/extra-x86_64/keys/
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-05 14:31:45 UTC (rev 465948)
+++ PKGBUILD 2023-01-05 14:32:07 UTC (rev 465949)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-# Contributor: James Rayner <[email protected]>
-# Contributor: leeghoofd <[email protected]>
-
-pkgname=yakuake
-pkgver=22.12.0
-pkgrel=1
-pkgdesc='A drop-down terminal emulator based on KDE konsole technology'
-arch=(x86_64)
-url='https://apps.kde.org/yakuake/'
-license=(GPL)
-depends=(konsole kwayland hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(kde-applications kde-utilities)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('7f95441da4686d887c3b3b596a8d589c398a7d0a8cc0db50846dafc0d45f3e6a'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
- D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
-options=(debug)
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: yakuake/repos/extra-x86_64/PKGBUILD (from rev 465948,
yakuake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-05 14:32:07 UTC (rev 465949)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: James Rayner <[email protected]>
+# Contributor: leeghoofd <[email protected]>
+
+pkgname=yakuake
+pkgver=22.12.1
+pkgrel=1
+pkgdesc='A drop-down terminal emulator based on KDE konsole technology'
+arch=(x86_64)
+url='https://apps.kde.org/yakuake/'
+license=(GPL)
+depends=(konsole kwayland hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('34813bc61fd55656578f4c1ad544e05e33a247d2c5398f29b09d1e2985470462'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
+options=(debug)
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}