Date: Wednesday, August 1, 2012 @ 10:40:30
  Author: andrea
Revision: 164590

db-move: moved kdegraphics-ksnapshot from [kde-unstable] to [testing] (i686, 
x86_64)

Added:
  kdegraphics-ksnapshot/repos/testing-i686/
  kdegraphics-ksnapshot/repos/testing-i686/PKGBUILD
    (from rev 164519, kdegraphics-ksnapshot/repos/kde-unstable-i686/PKGBUILD)
  kdegraphics-ksnapshot/repos/testing-i686/kdegraphics-ksnapshot.install
    (from rev 164519, 
kdegraphics-ksnapshot/repos/kde-unstable-i686/kdegraphics-ksnapshot.install)
  kdegraphics-ksnapshot/repos/testing-x86_64/
  kdegraphics-ksnapshot/repos/testing-x86_64/PKGBUILD
    (from rev 164519, kdegraphics-ksnapshot/repos/kde-unstable-x86_64/PKGBUILD)
  kdegraphics-ksnapshot/repos/testing-x86_64/kdegraphics-ksnapshot.install
    (from rev 164519, 
kdegraphics-ksnapshot/repos/kde-unstable-x86_64/kdegraphics-ksnapshot.install)
Deleted:
  kdegraphics-ksnapshot/repos/kde-unstable-i686/
  kdegraphics-ksnapshot/repos/kde-unstable-x86_64/

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

Copied: kdegraphics-ksnapshot/repos/testing-i686/PKGBUILD (from rev 164519, 
kdegraphics-ksnapshot/repos/kde-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-08-01 14:40:30 UTC (rev 164590)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.9.0
+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=('kdelibs' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";)
+sha1sums=('5c3e26a08a43f2221ef66458b01c88ae191c0db2')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ksnapshot-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegraphics-ksnapshot/repos/testing-i686/kdegraphics-ksnapshot.install 
(from rev 164519, 
kdegraphics-ksnapshot/repos/kde-unstable-i686/kdegraphics-ksnapshot.install)
===================================================================
--- testing-i686/kdegraphics-ksnapshot.install                          (rev 0)
+++ testing-i686/kdegraphics-ksnapshot.install  2012-08-01 14:40:30 UTC (rev 
164590)
@@ -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 164519, 
kdegraphics-ksnapshot/repos/kde-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-08-01 14:40:30 UTC (rev 164590)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.9.0
+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=('kdelibs' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";)
+sha1sums=('5c3e26a08a43f2221ef66458b01c88ae191c0db2')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ksnapshot-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -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 164519, 
kdegraphics-ksnapshot/repos/kde-unstable-x86_64/kdegraphics-ksnapshot.install)
===================================================================
--- testing-x86_64/kdegraphics-ksnapshot.install                                
(rev 0)
+++ testing-x86_64/kdegraphics-ksnapshot.install        2012-08-01 14:40:30 UTC 
(rev 164590)
@@ -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