Date: Saturday, March 14, 2015 @ 11:29:42
  Author: arojas
Revision: 233718

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

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

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

Copied: kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD (from rev 
233717, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:29:42 UTC (rev 233718)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdegraphics-kolourpaint
+pkgver=15.03.90
+pkgrel=1
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";)
+sha1sums=('876de20298ccb7cffc06d776a75211f0102384d3')
+
+build() {
+  cd "${srcdir}"
+  mkdir 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/kde-unstable-i686/kdegraphics-kolourpaint.install 
(from rev 233717, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
===================================================================
--- kde-unstable-i686/kdegraphics-kolourpaint.install                           
(rev 0)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install   2015-03-14 10:29:42 UTC 
(rev 233718)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 
233717, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2015-03-14 10:29:42 UTC (rev 233718)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdegraphics-kolourpaint
+pkgver=15.03.90
+pkgrel=1
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";)
+sha1sums=('876de20298ccb7cffc06d776a75211f0102384d3')
+
+build() {
+  cd "${srcdir}"
+  mkdir 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/kde-unstable-x86_64/kdegraphics-kolourpaint.install
 (from rev 233717, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
===================================================================
--- kde-unstable-x86_64/kdegraphics-kolourpaint.install                         
(rev 0)
+++ kde-unstable-x86_64/kdegraphics-kolourpaint.install 2015-03-14 10:29:42 UTC 
(rev 233718)
@@ -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