Date: Wednesday, February 6, 2013 @ 09:38:16
  Author: andrea
Revision: 177136

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

Added:
  kdeedu-cantor/repos/testing-i686/
  kdeedu-cantor/repos/testing-i686/PKGBUILD
    (from rev 177135, kdeedu-cantor/trunk/PKGBUILD)
  kdeedu-cantor/repos/testing-i686/kdeedu-cantor.install
    (from rev 177135, kdeedu-cantor/trunk/kdeedu-cantor.install)
  kdeedu-cantor/repos/testing-x86_64/
  kdeedu-cantor/repos/testing-x86_64/PKGBUILD
    (from rev 177135, kdeedu-cantor/trunk/PKGBUILD)
  kdeedu-cantor/repos/testing-x86_64/kdeedu-cantor.install
    (from rev 177135, kdeedu-cantor/trunk/kdeedu-cantor.install)

--------------------------------------+
 testing-i686/PKGBUILD                |   35 +++++++++++++++++++++++++++++++++
 testing-i686/kdeedu-cantor.install   |   12 +++++++++++
 testing-x86_64/PKGBUILD              |   35 +++++++++++++++++++++++++++++++++
 testing-x86_64/kdeedu-cantor.install |   12 +++++++++++
 4 files changed, 94 insertions(+)

Copied: kdeedu-cantor/repos/testing-i686/PKGBUILD (from rev 177135, 
kdeedu-cantor/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2013-02-06 08:38:16 UTC (rev 177136)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdeedu-cantor
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="KDE Frontend to Mathematical Software"
+url="http://kde.org/applications/education/cantor/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libspectre' 'kdeedu-analitza' 'libqalculate')
+makedepends=('cmake' 'automoc4' 'r')
+optdepends=('maxima: Maxima backend'
+            'octave: Octave backend'
+            'r: R backend')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/cantor-${pkgver}.tar.xz";)
+sha1sums=('6132287443ffc9e99d9ff738582e81ea2fe22b4a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../cantor-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-cantor/repos/testing-i686/kdeedu-cantor.install (from rev 
177135, kdeedu-cantor/trunk/kdeedu-cantor.install)
===================================================================
--- testing-i686/kdeedu-cantor.install                          (rev 0)
+++ testing-i686/kdeedu-cantor.install  2013-02-06 08:38:16 UTC (rev 177136)
@@ -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-cantor/repos/testing-x86_64/PKGBUILD (from rev 177135, 
kdeedu-cantor/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2013-02-06 08:38:16 UTC (rev 177136)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdeedu-cantor
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="KDE Frontend to Mathematical Software"
+url="http://kde.org/applications/education/cantor/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libspectre' 'kdeedu-analitza' 'libqalculate')
+makedepends=('cmake' 'automoc4' 'r')
+optdepends=('maxima: Maxima backend'
+            'octave: Octave backend'
+            'r: R backend')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/cantor-${pkgver}.tar.xz";)
+sha1sums=('6132287443ffc9e99d9ff738582e81ea2fe22b4a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../cantor-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-cantor/repos/testing-x86_64/kdeedu-cantor.install (from rev 
177135, kdeedu-cantor/trunk/kdeedu-cantor.install)
===================================================================
--- testing-x86_64/kdeedu-cantor.install                                (rev 0)
+++ testing-x86_64/kdeedu-cantor.install        2013-02-06 08:38:16 UTC (rev 
177136)
@@ -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