Date: Saturday, March 8, 2014 @ 09:40:09
  Author: andrea
Revision: 207224

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

Added:
  kdeedu-kmplot/repos/kde-unstable-i686/
  kdeedu-kmplot/repos/kde-unstable-i686/PKGBUILD
    (from rev 207223, kdeedu-kmplot/kde-unstable/PKGBUILD)
  kdeedu-kmplot/repos/kde-unstable-i686/kdeedu-kmplot.install
    (from rev 207223, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install)
  kdeedu-kmplot/repos/kde-unstable-x86_64/
  kdeedu-kmplot/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 207223, kdeedu-kmplot/kde-unstable/PKGBUILD)
  kdeedu-kmplot/repos/kde-unstable-x86_64/kdeedu-kmplot.install
    (from rev 207223, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install)

-------------------------------------------+
 kde-unstable-i686/PKGBUILD                |   32 ++++++++++++++++++++++++++++
 kde-unstable-i686/kdeedu-kmplot.install   |   12 ++++++++++
 kde-unstable-x86_64/PKGBUILD              |   32 ++++++++++++++++++++++++++++
 kde-unstable-x86_64/kdeedu-kmplot.install |   12 ++++++++++
 4 files changed, 88 insertions(+)

Copied: kdeedu-kmplot/repos/kde-unstable-i686/PKGBUILD (from rev 207223, 
kdeedu-kmplot/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:40:09 UTC (rev 207224)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdeedu-kmplot
+pkgver=4.12.80
+pkgrel=1
+pkgdesc="Mathematical Function Plotter"
+url="http://kde.org/applications/education/kmplot/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kmplot-${pkgver}.tar.xz";)
+sha1sums=('cc31d00bb1ff811ac20afe4f3225e09f62468ec3')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmplot-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-kmplot/repos/kde-unstable-i686/kdeedu-kmplot.install (from rev 
207223, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install)
===================================================================
--- kde-unstable-i686/kdeedu-kmplot.install                             (rev 0)
+++ kde-unstable-i686/kdeedu-kmplot.install     2014-03-08 08:40:09 UTC (rev 
207224)
@@ -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: kdeedu-kmplot/repos/kde-unstable-x86_64/PKGBUILD (from rev 207223, 
kdeedu-kmplot/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2014-03-08 08:40:09 UTC (rev 207224)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdeedu-kmplot
+pkgver=4.12.80
+pkgrel=1
+pkgdesc="Mathematical Function Plotter"
+url="http://kde.org/applications/education/kmplot/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kmplot-${pkgver}.tar.xz";)
+sha1sums=('cc31d00bb1ff811ac20afe4f3225e09f62468ec3')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmplot-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-kmplot/repos/kde-unstable-x86_64/kdeedu-kmplot.install (from rev 
207223, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install)
===================================================================
--- kde-unstable-x86_64/kdeedu-kmplot.install                           (rev 0)
+++ kde-unstable-x86_64/kdeedu-kmplot.install   2014-03-08 08:40:09 UTC (rev 
207224)
@@ -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