[arch-commits] Commit in spectacle/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Thu Dec 3 20:38:48 UTC 2015
Date: Thursday, December 3, 2015 @ 21:38:48
Author: arojas
Revision: 252276
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
spectacle/repos/kde-unstable-i686/PKGBUILD
(from rev 252275, spectacle/kde-unstable/PKGBUILD)
spectacle/repos/kde-unstable-i686/spectacle.install
(from rev 252275, spectacle/kde-unstable/spectacle.install)
spectacle/repos/kde-unstable-x86_64/PKGBUILD
(from rev 252275, spectacle/kde-unstable/PKGBUILD)
spectacle/repos/kde-unstable-x86_64/spectacle.install
(from rev 252275, spectacle/kde-unstable/spectacle.install)
Deleted:
spectacle/repos/kde-unstable-i686/PKGBUILD
spectacle/repos/kde-unstable-i686/spectacle.install
spectacle/repos/kde-unstable-x86_64/PKGBUILD
spectacle/repos/kde-unstable-x86_64/spectacle.install
---------------------------------------+
/PKGBUILD | 76 ++++++++++++++++++++++++++++++++
/spectacle.install | 24 ++++++++++
kde-unstable-i686/PKGBUILD | 37 ---------------
kde-unstable-i686/spectacle.install | 12 -----
kde-unstable-x86_64/PKGBUILD | 37 ---------------
kde-unstable-x86_64/spectacle.install | 12 -----
6 files changed, 100 insertions(+), 98 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-12-03 20:38:27 UTC (rev 252275)
+++ kde-unstable-i686/PKGBUILD 2015-12-03 20:38:48 UTC (rev 252276)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=spectacle
-pkgver=15.11.80
-pkgrel=1
-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)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdegraphics-ksnapshot kscreengenie)
-replaces=(kdegraphics-ksnapshot kscreengenie)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-install=$pkgname.install
-md5sums=('a7f2d72ea739f54c7b2dae87eefe63f5')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
-
Copied: spectacle/repos/kde-unstable-i686/PKGBUILD (from rev 252275, spectacle/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-12-03 20:38:48 UTC (rev 252276)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=spectacle
+pkgver=15.11.90
+pkgrel=1
+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)
+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=('c0b099d113e94b907038a3ea02d5fe77')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
+
Deleted: kde-unstable-i686/spectacle.install
===================================================================
--- kde-unstable-i686/spectacle.install 2015-12-03 20:38:27 UTC (rev 252275)
+++ kde-unstable-i686/spectacle.install 2015-12-03 20:38:48 UTC (rev 252276)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: spectacle/repos/kde-unstable-i686/spectacle.install (from rev 252275, spectacle/kde-unstable/spectacle.install)
===================================================================
--- kde-unstable-i686/spectacle.install (rev 0)
+++ kde-unstable-i686/spectacle.install 2015-12-03 20:38:48 UTC (rev 252276)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2015-12-03 20:38:27 UTC (rev 252275)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-03 20:38:48 UTC (rev 252276)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=spectacle
-pkgver=15.11.80
-pkgrel=1
-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)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdegraphics-ksnapshot kscreengenie)
-replaces=(kdegraphics-ksnapshot kscreengenie)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-install=$pkgname.install
-md5sums=('a7f2d72ea739f54c7b2dae87eefe63f5')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
-
Copied: spectacle/repos/kde-unstable-x86_64/PKGBUILD (from rev 252275, spectacle/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-03 20:38:48 UTC (rev 252276)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=spectacle
+pkgver=15.11.90
+pkgrel=1
+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)
+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=('c0b099d113e94b907038a3ea02d5fe77')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
+
Deleted: kde-unstable-x86_64/spectacle.install
===================================================================
--- kde-unstable-x86_64/spectacle.install 2015-12-03 20:38:27 UTC (rev 252275)
+++ kde-unstable-x86_64/spectacle.install 2015-12-03 20:38:48 UTC (rev 252276)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: spectacle/repos/kde-unstable-x86_64/spectacle.install (from rev 252275, spectacle/kde-unstable/spectacle.install)
===================================================================
--- kde-unstable-x86_64/spectacle.install (rev 0)
+++ kde-unstable-x86_64/spectacle.install 2015-12-03 20:38:48 UTC (rev 252276)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list