[arch-commits] Commit in spectacle (trunk trunk trunk/PKGBUILD)

2019-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 20, 2019 @ 08:59:52
  Author: felixonmars
Revision: 360335

upgpkg: spectacle 19.08.0-1

KDE Applications 19.08.0

Added:
  spectacle/trunk/
  spectacle/trunk/PKGBUILD
Deleted:
  spectacle/trunk/

--+
 PKGBUILD |   37 +
 1 file changed, 37 insertions(+)

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2019-08-20 08:59:52 UTC (rev 360335)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=spectacle
+pkgver=19.08.0
+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)
+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=('8ada4f765f81ee496f9fd00b74764690df9c479e343a035e363f7159f93c35a4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


Property changes on: spectacle/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in spectacle (trunk trunk trunk/PKGBUILD)

2016-08-20 Thread Felix Yan
Date: Sunday, August 21, 2016 @ 03:30:48
  Author: felixonmars
Revision: 274390

upgpkg: spectacle 16.08.0-1

Upstream release

Added:
  spectacle/trunk/
  spectacle/trunk/PKGBUILD
Deleted:
  spectacle/trunk/

--+
 PKGBUILD |   38 ++
 1 file changed, 38 insertions(+)

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2016-08-21 03:30:48 UTC (rev 274390)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=spectacle
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="KDE screenshot capture utility"
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/graphics/'
+license=(GPL)
+depends=(xcb-util-cursor libkscreen libkipi purpose)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kipi-plugins: export to various online services')
+conflicts=(kdegraphics-ksnapshot kscreengenie)
+replaces=(kdegraphics-ksnapshot kscreengenie)
+groups=(kde-applications kdegraphics)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('5476a3336ebda139befdff5f6799c6d6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE_INSTALL_LIBDIR=lib \
+   -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


Property changes on: spectacle/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property