Date: Friday, November 29, 2019 @ 23:43:31 Author: arojas Revision: 370087
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: spectacle/repos/kde-unstable-x86_64/PKGBUILD (from rev 370086, spectacle/kde-unstable/PKGBUILD) Deleted: spectacle/repos/kde-unstable-x86_64/PKGBUILD ----------+ PKGBUILD | 70 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-11-29 23:43:17 UTC (rev 370086) +++ PKGBUILD 2019-11-29 23:43:31 UTC (rev 370087) @@ -1,35 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgname=spectacle -pkgver=19.11.80 -pkgrel=1 -pkgdesc="KDE screenshot capture utility" -arch=(x86_64) -url='https://www.kde.org/applications/graphics/' -license=(GPL) -depends=(xcb-util-cursor libkipi purpose knewstuff kwayland qt5-tools) -makedepends=(extra-cmake-modules kdoctools) -optdepends=('kipi-plugins: export to various online services') -groups=(kde-applications kdegraphics) -source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('1fcd7ed6fbf1fe200d72d92ef2a10f2db269b97b165dd652494aa9a41a86ddd4' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} - Copied: spectacle/repos/kde-unstable-x86_64/PKGBUILD (from rev 370086, spectacle/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-11-29 23:43:31 UTC (rev 370087) @@ -0,0 +1,35 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=spectacle +pkgver=19.11.90 +pkgrel=1 +pkgdesc="KDE screenshot capture utility" +arch=(x86_64) +url='https://www.kde.org/applications/graphics/' +license=(GPL) +depends=(xcb-util-cursor libkipi purpose knewstuff kwayland qt5-tools) +makedepends=(extra-cmake-modules kdoctools) +optdepends=('kipi-plugins: export to various online services') +groups=(kde-applications kdegraphics) +source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('cd7bb187eefe2b29fd27b70af5f6250f2536b95f95533409118cbf23afe532b8' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} +