[arch-commits] Commit in spectacle/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Feb 4 13:18:16 UTC 2021


    Date: Thursday, February 4, 2021 @ 13:18:15
  Author: arojas
Revision: 407368

archrelease: copy trunk to extra-x86_64

Added:
  spectacle/repos/extra-x86_64/PKGBUILD
    (from rev 407367, spectacle/trunk/PKGBUILD)
Deleted:
  spectacle/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 30 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-04 13:18:00 UTC (rev 407367)
+++ PKGBUILD	2021-02-04 13:18:15 UTC (rev 407368)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=spectacle
-pkgver=20.12.1
-pkgrel=1
-pkgdesc="KDE screenshot capture utility"
-arch=(x86_64)
-url='https://kde.org/applications/utilities/org.kde.spectacle'
-license=(GPL)
-depends=(xcb-util-cursor libkipi purpose knewstuff kwayland qt5-tools kimageannotator)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('kipi-plugins: export to various online services')
-groups=(kde-applications kde-graphics)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3414bcb536ea63876342dab7a33a4b005897985b10da8e01628c297723a85a12'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-   -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}
-

Copied: spectacle/repos/extra-x86_64/PKGBUILD (from rev 407367, spectacle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-04 13:18:15 UTC (rev 407368)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=spectacle
+pkgver=20.12.2
+pkgrel=1
+pkgdesc="KDE screenshot capture utility"
+arch=(x86_64)
+url='https://kde.org/applications/utilities/org.kde.spectacle'
+license=(GPL)
+depends=(xcb-util-cursor libkipi purpose knewstuff kwayland qt5-tools kimageannotator)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('kipi-plugins: export to various online services')
+groups=(kde-applications kde-graphics)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7e81047b78f2561aa8bb3a1af0c2b70dbbf9fb56d0427fea89986f90affe1b6c'
+            '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