[arch-commits] Commit in spectacle/repos (8 files)

Antonio Rojas arojas at archlinux.org
Wed Dec 9 07:59:01 UTC 2015


    Date: Wednesday, December 9, 2015 @ 08:59:00
  Author: arojas
Revision: 254928

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  spectacle/repos/kde-unstable-i686/PKGBUILD
    (from rev 254927, spectacle/kde-unstable/PKGBUILD)
  spectacle/repos/kde-unstable-i686/spectacle.install
    (from rev 254927, spectacle/kde-unstable/spectacle.install)
  spectacle/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 254927, spectacle/kde-unstable/PKGBUILD)
  spectacle/repos/kde-unstable-x86_64/spectacle.install
    (from rev 254927, 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            |   38 ----------------
 kde-unstable-i686/spectacle.install   |   12 -----
 kde-unstable-x86_64/PKGBUILD          |   38 ----------------
 kde-unstable-x86_64/spectacle.install |   12 -----
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-12-09 07:58:40 UTC (rev 254927)
+++ kde-unstable-i686/PKGBUILD	2015-12-09 07:59:00 UTC (rev 254928)
@@ -1,38 +0,0 @@
-# $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
-}
-

Copied: spectacle/repos/kde-unstable-i686/PKGBUILD (from rev 254927, spectacle/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-12-09 07:59:00 UTC (rev 254928)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=spectacle
+pkgver=15.11.90
+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)
+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-09 07:58:40 UTC (rev 254927)
+++ kde-unstable-i686/spectacle.install	2015-12-09 07:59:00 UTC (rev 254928)
@@ -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 254927, spectacle/kde-unstable/spectacle.install)
===================================================================
--- kde-unstable-i686/spectacle.install	                        (rev 0)
+++ kde-unstable-i686/spectacle.install	2015-12-09 07:59:00 UTC (rev 254928)
@@ -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-09 07:58:40 UTC (rev 254927)
+++ kde-unstable-x86_64/PKGBUILD	2015-12-09 07:59:00 UTC (rev 254928)
@@ -1,38 +0,0 @@
-# $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
-}
-

Copied: spectacle/repos/kde-unstable-x86_64/PKGBUILD (from rev 254927, spectacle/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-12-09 07:59:00 UTC (rev 254928)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=spectacle
+pkgver=15.11.90
+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)
+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-09 07:58:40 UTC (rev 254927)
+++ kde-unstable-x86_64/spectacle.install	2015-12-09 07:59:00 UTC (rev 254928)
@@ -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 254927, spectacle/kde-unstable/spectacle.install)
===================================================================
--- kde-unstable-x86_64/spectacle.install	                        (rev 0)
+++ kde-unstable-x86_64/spectacle.install	2015-12-09 07:59:00 UTC (rev 254928)
@@ -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