[arch-commits] Commit in kdeedu-cantor/repos (6 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Jul 25 14:55:47 UTC 2014


    Date: Friday, July 25, 2014 @ 16:55:46
  Author: svenstaro
Revision: 217934

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

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

-------------------------------------------+
 kde-unstable-i686/PKGBUILD                |   38 ++++++++++++++++++++++++++++
 kde-unstable-i686/kdeedu-cantor.install   |   12 ++++++++
 kde-unstable-x86_64/PKGBUILD              |   38 ++++++++++++++++++++++++++++
 kde-unstable-x86_64/kdeedu-cantor.install |   12 ++++++++
 4 files changed, 100 insertions(+)

Copied: kdeedu-cantor/repos/kde-unstable-i686/PKGBUILD (from rev 217933, kdeedu-cantor/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-07-25 14:55:46 UTC (rev 217934)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-cantor
+pkgver=4.13.95
+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/unstable/${pkgver}/src/cantor-${pkgver}.tar.xz")
+sha1sums=('64cb695cf544d1d8a73d8f06231f95e1896abe9c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../cantor-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-cantor/repos/kde-unstable-i686/kdeedu-cantor.install (from rev 217933, kdeedu-cantor/kde-unstable/kdeedu-cantor.install)
===================================================================
--- kde-unstable-i686/kdeedu-cantor.install	                        (rev 0)
+++ kde-unstable-i686/kdeedu-cantor.install	2014-07-25 14:55:46 UTC (rev 217934)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 217933, kdeedu-cantor/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-07-25 14:55:46 UTC (rev 217934)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-cantor
+pkgver=4.13.95
+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/unstable/${pkgver}/src/cantor-${pkgver}.tar.xz")
+sha1sums=('64cb695cf544d1d8a73d8f06231f95e1896abe9c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../cantor-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-cantor/repos/kde-unstable-x86_64/kdeedu-cantor.install (from rev 217933, kdeedu-cantor/kde-unstable/kdeedu-cantor.install)
===================================================================
--- kde-unstable-x86_64/kdeedu-cantor.install	                        (rev 0)
+++ kde-unstable-x86_64/kdeedu-cantor.install	2014-07-25 14:55:46 UTC (rev 217934)
@@ -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
+}




More information about the arch-commits mailing list