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

Antonio Rojas arojas at archlinux.org
Thu Nov 7 13:20:42 UTC 2019


    Date: Thursday, November 7, 2019 @ 13:20:42
  Author: arojas
Revision: 367052

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-07 13:20:33 UTC (rev 367051)
+++ PKGBUILD	2019-11-07 13:20:42 UTC (rev 367052)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=spectacle
-pkgver=19.08.2
-pkgrel=2
-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/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4cf2f0903cec2787a03a8bbdbd219acc29ac412f352a4ff94ef50ae9a6eb459e'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at 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/extra-x86_64/PKGBUILD (from rev 367051, spectacle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-07 13:20:42 UTC (rev 367052)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=spectacle
+pkgver=19.08.3
+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/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3717b7ebd314cac47c263c304c54c14b0115b15cfa4b87201f5ea27a2f4e9b8a'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list