[arch-commits] Commit in kalgebra/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Nov 18 19:54:02 UTC 2016


    Date: Friday, November 18, 2016 @ 19:54:02
  Author: arojas
Revision: 281095

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

Added:
  kalgebra/repos/staging-i686/
  kalgebra/repos/staging-i686/PKGBUILD
    (from rev 281094, kalgebra/kde-unstable/PKGBUILD)
  kalgebra/repos/staging-x86_64/
  kalgebra/repos/staging-x86_64/PKGBUILD
    (from rev 281094, kalgebra/kde-unstable/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

Copied: kalgebra/repos/staging-i686/PKGBUILD (from rev 281094, kalgebra/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-11-18 19:54:02 UTC (rev 281095)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kalgebra
+pkgver=16.11.80
+pkgrel=1
+pkgdesc="Graph Calculator"
+url="http://kde.org/applications/education/kalgebra/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('analitza' 'kio' 'qt5-webkit' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'glu')
+optdepends=('kirigami: for KAlgebra Mobile')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz"{,.sig})
+sha1sums=('a0fd8855aab852bd1e9b377c68d0b17f6c5d9edc'
+         'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kalgebra-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kalgebra/repos/staging-x86_64/PKGBUILD (from rev 281094, kalgebra/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-11-18 19:54:02 UTC (rev 281095)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kalgebra
+pkgver=16.11.80
+pkgrel=1
+pkgdesc="Graph Calculator"
+url="http://kde.org/applications/education/kalgebra/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('analitza' 'kio' 'qt5-webkit' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'glu')
+optdepends=('kirigami: for KAlgebra Mobile')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz"{,.sig})
+sha1sums=('a0fd8855aab852bd1e9b377c68d0b17f6c5d9edc'
+         'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kalgebra-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list