[arch-commits] Commit in yakuake/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Mar 4 15:24:13 UTC 2021
Date: Thursday, March 4, 2021 @ 15:24:13
Author: arojas
Revision: 409377
archrelease: copy trunk to extra-x86_64
Added:
yakuake/repos/extra-x86_64/PKGBUILD
(from rev 409376, yakuake/trunk/PKGBUILD)
Deleted:
yakuake/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-04 15:24:04 UTC (rev 409376)
+++ PKGBUILD 2021-03-04 15:24:13 UTC (rev 409377)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: James Rayner <iphitus at gmail.com>
-# Contributor: leeghoofd <abcdefg at solcon.nl>
-
-pkgname=yakuake
-pkgver=20.12.2
-pkgrel=1
-pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
-arch=(x86_64)
-url='https://kde.org/applications/system/org.kde.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=('c4664a037ba01e25665720cbb540a09586909e0557ed4c4fb6cabb6e68ff399a'
- '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: yakuake/repos/extra-x86_64/PKGBUILD (from rev 409376, yakuake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-03-04 15:24:13 UTC (rev 409377)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: James Rayner <iphitus at gmail.com>
+# Contributor: leeghoofd <abcdefg at solcon.nl>
+
+pkgname=yakuake
+pkgver=20.12.3
+pkgrel=1
+pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
+arch=(x86_64)
+url='https://kde.org/applications/system/org.kde.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=('7ddd1a47fdd3af67be16ae40182bea97f7c004448391ac52737d3e5f2e0b25f8'
+ '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