Date: Friday, August 5, 2022 @ 17:19:33 Author: arojas Revision: 452318
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: yakuake/repos/kde-unstable-x86_64/PKGBUILD (from rev 452317, yakuake/kde-unstable/PKGBUILD) yakuake/repos/kde-unstable-x86_64/keys/ Deleted: yakuake/repos/kde-unstable-x86_64/PKGBUILD yakuake/repos/kde-unstable-x86_64/keys/ ----------+ PKGBUILD | 66 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-08-05 17:19:21 UTC (rev 452317) +++ PKGBUILD 2022-08-05 17:19:33 UTC (rev 452318) @@ -1,33 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: James Rayner <iphi...@gmail.com> -# Contributor: leeghoofd <abcd...@solcon.nl> - -pkgname=yakuake -pkgver=22.07.80 -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/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('a27d00f43187fdda288e44c79ec137e8e78e1ac647405df3ae4a6c87da4cb9e3' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cf...@kde.org> - D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.bec...@kde.org> -options=(debug) - -build() { - cmake -B build -S $pkgname-$pkgver \ - -DBUILD_TESTING=OFF - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} Copied: yakuake/repos/kde-unstable-x86_64/PKGBUILD (from rev 452317, yakuake/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-08-05 17:19:33 UTC (rev 452318) @@ -0,0 +1,33 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: James Rayner <iphi...@gmail.com> +# Contributor: leeghoofd <abcd...@solcon.nl> + +pkgname=yakuake +pkgver=22.07.90 +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/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('f244d4e0732a0dfb14727dd9d6e17ec635f37666acdccfb6bd53adc2b7a98cfc' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cf...@kde.org> + D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.bec...@kde.org> +options=(debug) + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DBUILD_TESTING=OFF + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}