Date: Wednesday, March 5, 2014 @ 11:22:10
  Author: andrea
Revision: 206820

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

Added:
  kdegraphics-ksnapshot/repos/testing-i686/
  kdegraphics-ksnapshot/repos/testing-i686/PKGBUILD
    (from rev 206819, kdegraphics-ksnapshot/trunk/PKGBUILD)
  kdegraphics-ksnapshot/repos/testing-i686/kdegraphics-ksnapshot.install
    (from rev 206819, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
  kdegraphics-ksnapshot/repos/testing-x86_64/
  kdegraphics-ksnapshot/repos/testing-x86_64/PKGBUILD
    (from rev 206819, kdegraphics-ksnapshot/trunk/PKGBUILD)
  kdegraphics-ksnapshot/repos/testing-x86_64/kdegraphics-ksnapshot.install
    (from rev 206819, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)

----------------------------------------------+
 testing-i686/PKGBUILD                        |   33 +++++++++++++++++++++++++
 testing-i686/kdegraphics-ksnapshot.install   |   12 +++++++++
 testing-x86_64/PKGBUILD                      |   33 +++++++++++++++++++++++++
 testing-x86_64/kdegraphics-ksnapshot.install |   12 +++++++++
 4 files changed, 90 insertions(+)

Copied: kdegraphics-ksnapshot/repos/testing-i686/PKGBUILD (from rev 206819, 
kdegraphics-ksnapshot/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2014-03-05 10:22:10 UTC (rev 206820)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.12.3
+pkgrel=1
+pkgdesc="Screen Capture Program"
+url="http://kde.org/applications/graphics/ksnapshot/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";)
+sha1sums=('9e748cc09bd941894ae47e4beb291a4525e3aeda')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ksnapshot-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegraphics-ksnapshot/repos/testing-i686/kdegraphics-ksnapshot.install 
(from rev 206819, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
===================================================================
--- testing-i686/kdegraphics-ksnapshot.install                          (rev 0)
+++ testing-i686/kdegraphics-ksnapshot.install  2014-03-05 10:22:10 UTC (rev 
206820)
@@ -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: kdegraphics-ksnapshot/repos/testing-x86_64/PKGBUILD (from rev 206819, 
kdegraphics-ksnapshot/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2014-03-05 10:22:10 UTC (rev 206820)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.12.3
+pkgrel=1
+pkgdesc="Screen Capture Program"
+url="http://kde.org/applications/graphics/ksnapshot/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";)
+sha1sums=('9e748cc09bd941894ae47e4beb291a4525e3aeda')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ksnapshot-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
kdegraphics-ksnapshot/repos/testing-x86_64/kdegraphics-ksnapshot.install (from 
rev 206819, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
===================================================================
--- testing-x86_64/kdegraphics-ksnapshot.install                                
(rev 0)
+++ testing-x86_64/kdegraphics-ksnapshot.install        2014-03-05 10:22:10 UTC 
(rev 206820)
@@ -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