Date: Friday, March 4, 2016 @ 08:08:43
  Author: arojas
Revision: 260781

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

Added:
  spectacle/repos/kde-unstable-i686/
  spectacle/repos/kde-unstable-i686/PKGBUILD
    (from rev 260780, spectacle/trunk/PKGBUILD)
  spectacle/repos/kde-unstable-i686/spectacle.install
    (from rev 260780, spectacle/trunk/spectacle.install)
  spectacle/repos/kde-unstable-x86_64/
  spectacle/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 260780, spectacle/trunk/PKGBUILD)
  spectacle/repos/kde-unstable-x86_64/spectacle.install
    (from rev 260780, spectacle/trunk/spectacle.install)

---------------------------------------+
 kde-unstable-i686/PKGBUILD            |   38 ++++++++++++++++++++++++++++++++
 kde-unstable-i686/spectacle.install   |   12 ++++++++++
 kde-unstable-x86_64/PKGBUILD          |   38 ++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/spectacle.install |   12 ++++++++++
 4 files changed, 100 insertions(+)

Copied: spectacle/repos/kde-unstable-i686/PKGBUILD (from rev 260780, 
spectacle/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-04 07:08:43 UTC (rev 260781)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=spectacle
+pkgver=15.12.2
+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/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/kde-unstable-i686/spectacle.install (from rev 260780, 
spectacle/trunk/spectacle.install)
===================================================================
--- kde-unstable-i686/spectacle.install                         (rev 0)
+++ kde-unstable-i686/spectacle.install 2016-03-04 07:08:43 UTC (rev 260781)
@@ -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
+}

Copied: spectacle/repos/kde-unstable-x86_64/PKGBUILD (from rev 260780, 
spectacle/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2016-03-04 07:08:43 UTC (rev 260781)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=spectacle
+pkgver=15.12.2
+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/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/kde-unstable-x86_64/spectacle.install (from rev 260780, 
spectacle/trunk/spectacle.install)
===================================================================
--- kde-unstable-x86_64/spectacle.install                               (rev 0)
+++ kde-unstable-x86_64/spectacle.install       2016-03-04 07:08:43 UTC (rev 
260781)
@@ -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
+}

Reply via email to