Date: Sunday, March 27, 2016 @ 00:21:43
  Author: arojas
Revision: 262736

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

Added:
  kdegraphics-kolourpaint/repos/staging-i686/
  kdegraphics-kolourpaint/repos/staging-i686/PKGBUILD
    (from rev 262735, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
  kdegraphics-kolourpaint/repos/staging-i686/kdegraphics-kolourpaint.install
    (from rev 262735, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
  kdegraphics-kolourpaint/repos/staging-x86_64/
  kdegraphics-kolourpaint/repos/staging-x86_64/PKGBUILD
    (from rev 262735, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
  kdegraphics-kolourpaint/repos/staging-x86_64/kdegraphics-kolourpaint.install
    (from rev 262735, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)

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

Copied: kdegraphics-kolourpaint/repos/staging-i686/PKGBUILD (from rev 262735, 
kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2016-03-26 23:21:43 UTC (rev 262736)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdegraphics-kolourpaint
+pkgver=16.03.80
+pkgrel=1
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'libksane4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";)
+sha1sums=('c445f2331e69a1913c21f924a975203dfec5eed8')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kolourpaint-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
kdegraphics-kolourpaint/repos/staging-i686/kdegraphics-kolourpaint.install 
(from rev 262735, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
===================================================================
--- staging-i686/kdegraphics-kolourpaint.install                                
(rev 0)
+++ staging-i686/kdegraphics-kolourpaint.install        2016-03-26 23:21:43 UTC 
(rev 262736)
@@ -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-kolourpaint/repos/staging-x86_64/PKGBUILD (from rev 262735, 
kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2016-03-26 23:21:43 UTC (rev 262736)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdegraphics-kolourpaint
+pkgver=16.03.80
+pkgrel=1
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'libksane4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";)
+sha1sums=('c445f2331e69a1913c21f924a975203dfec5eed8')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kolourpaint-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
kdegraphics-kolourpaint/repos/staging-x86_64/kdegraphics-kolourpaint.install 
(from rev 262735, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
===================================================================
--- staging-x86_64/kdegraphics-kolourpaint.install                              
(rev 0)
+++ staging-x86_64/kdegraphics-kolourpaint.install      2016-03-26 23:21:43 UTC 
(rev 262736)
@@ -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