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

Antonio Rojas arojas at archlinux.org
Tue Mar 15 11:08:36 UTC 2016


    Date: Tuesday, March 15, 2016 @ 12:08:35
  Author: arojas
Revision: 261604

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  spectacle/repos/extra-i686/PKGBUILD
    (from rev 261603, spectacle/trunk/PKGBUILD)
  spectacle/repos/extra-i686/spectacle.install
    (from rev 261603, spectacle/trunk/spectacle.install)
  spectacle/repos/extra-x86_64/PKGBUILD
    (from rev 261603, spectacle/trunk/PKGBUILD)
  spectacle/repos/extra-x86_64/spectacle.install
    (from rev 261603, spectacle/trunk/spectacle.install)
Deleted:
  spectacle/repos/extra-i686/PKGBUILD
  spectacle/repos/extra-i686/spectacle.install
  spectacle/repos/extra-x86_64/PKGBUILD
  spectacle/repos/extra-x86_64/spectacle.install

--------------------------------+
 /PKGBUILD                      |   76 +++++++++++++++++++++++++++++++++++++++
 /spectacle.install             |   24 ++++++++++++
 extra-i686/PKGBUILD            |   38 -------------------
 extra-i686/spectacle.install   |   12 ------
 extra-x86_64/PKGBUILD          |   38 -------------------
 extra-x86_64/spectacle.install |   12 ------
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-03-15 11:08:20 UTC (rev 261603)
+++ extra-i686/PKGBUILD	2016-03-15 11:08:35 UTC (rev 261604)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=spectacle
-pkgver=15.12.2
-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/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-install=$pkgname.install
-md5sums=('a7801c3592229e1763129a1f80cacab0')
-
-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/extra-i686/PKGBUILD (from rev 261603, spectacle/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-03-15 11:08:35 UTC (rev 261604)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=spectacle
+pkgver=15.12.3
+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/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('f5335ec21b56fdf0513b46e95d20b260')
+
+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: extra-i686/spectacle.install
===================================================================
--- extra-i686/spectacle.install	2016-03-15 11:08:20 UTC (rev 261603)
+++ extra-i686/spectacle.install	2016-03-15 11:08:35 UTC (rev 261604)
@@ -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/extra-i686/spectacle.install (from rev 261603, spectacle/trunk/spectacle.install)
===================================================================
--- extra-i686/spectacle.install	                        (rev 0)
+++ extra-i686/spectacle.install	2016-03-15 11:08:35 UTC (rev 261604)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-03-15 11:08:20 UTC (rev 261603)
+++ extra-x86_64/PKGBUILD	2016-03-15 11:08:35 UTC (rev 261604)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=spectacle
-pkgver=15.12.2
-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/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-install=$pkgname.install
-md5sums=('a7801c3592229e1763129a1f80cacab0')
-
-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/extra-x86_64/PKGBUILD (from rev 261603, spectacle/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-03-15 11:08:35 UTC (rev 261604)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=spectacle
+pkgver=15.12.3
+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/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('f5335ec21b56fdf0513b46e95d20b260')
+
+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: extra-x86_64/spectacle.install
===================================================================
--- extra-x86_64/spectacle.install	2016-03-15 11:08:20 UTC (rev 261603)
+++ extra-x86_64/spectacle.install	2016-03-15 11:08:35 UTC (rev 261604)
@@ -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/extra-x86_64/spectacle.install (from rev 261603, spectacle/trunk/spectacle.install)
===================================================================
--- extra-x86_64/spectacle.install	                        (rev 0)
+++ extra-x86_64/spectacle.install	2016-03-15 11:08:35 UTC (rev 261604)
@@ -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