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

2020-12-06 Thread Antonio Rojas via arch-commits
Date: Sunday, December 6, 2020 @ 21:48:29
  Author: arojas
Revision: 403003

kimageannotator 0.4.0 rebuild

Modified:
  spectacle/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 21:46:16 UTC (rev 403002)
+++ PKGBUILD2020-12-06 21:48:29 UTC (rev 403003)
@@ -2,7 +2,7 @@
 
 pkgname=spectacle
 pkgver=20.11.90
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE screenshot capture utility"
 arch=(x86_64)
 url='https://kde.org/applications/utilities/org.kde.spectacle'


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

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 15:54:12
  Author: arojas
Revision: 263024

Enable purpose support

Modified:
  spectacle/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 13:37:24 UTC (rev 263023)
+++ PKGBUILD2016-03-27 13:54:12 UTC (rev 263024)
@@ -3,12 +3,12 @@
 
 pkgname=spectacle
 pkgver=16.03.80
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE screenshot capture utility"
 arch=(i686 x86_64)
 url='https://projects.kde.org/spectacle'
 license=(GPL)
-depends=(kio xcb-util-cursor libkscreen libkipi hicolor-icon-theme)
+depends=(xcb-util-cursor libkscreen libkipi purpose)
 makedepends=(extra-cmake-modules kdoctools)
 conflicts=(kdegraphics-ksnapshot kscreengenie)
 replaces=(kdegraphics-ksnapshot kscreengenie)


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

2015-11-19 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 07:49:24
  Author: arojas
Revision: 251477

Add groups

Modified:
  spectacle/kde-unstable/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 06:47:55 UTC (rev 251476)
+++ PKGBUILD2015-11-20 06:49:24 UTC (rev 251477)
@@ -12,6 +12,7 @@
 makedepends=(extra-cmake-modules kdoctools)
 conflicts=(kdegraphics-ksnapshot kscreengenie)
 replaces=(kdegraphics-ksnapshot kscreengenie)
+groups=(kde-applications kdegraphics)
 
source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
 install=$pkgname.install
 md5sums=('a7f2d72ea739f54c7b2dae87eefe63f5')