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

Antonio Rojas arojas at archlinux.org
Thu Nov 10 18:38:41 UTC 2016


    Date: Thursday, November 10, 2016 @ 18:38:40
  Author: arojas
Revision: 280495

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

Added:
  kalgebra/repos/testing-i686/PKGBUILD
    (from rev 280494, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/testing-x86_64/PKGBUILD
    (from rev 280494, kalgebra/trunk/PKGBUILD)
Deleted:
  kalgebra/repos/testing-i686/PKGBUILD
  kalgebra/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   74 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   36 ----------------------
 testing-x86_64/PKGBUILD |   36 ----------------------
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2016-11-10 18:38:10 UTC (rev 280494)
+++ testing-i686/PKGBUILD	2016-11-10 18:38:40 UTC (rev 280495)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kalgebra
-pkgver=16.08.2
-pkgrel=2
-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')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz")
-sha1sums=('5a5bc748a161d11283832491590fc5a119b3e174')
-
-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/testing-i686/PKGBUILD (from rev 280494, kalgebra/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-11-10 18:38:40 UTC (rev 280495)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kalgebra
+pkgver=16.08.3
+pkgrel=2
+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/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz")
+sha1sums=('ea65bc986a4cfdbd1d479f93e65ab55f78f4e273')
+
+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
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2016-11-10 18:38:10 UTC (rev 280494)
+++ testing-x86_64/PKGBUILD	2016-11-10 18:38:40 UTC (rev 280495)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kalgebra
-pkgver=16.08.2
-pkgrel=2
-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')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz")
-sha1sums=('5a5bc748a161d11283832491590fc5a119b3e174')
-
-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/testing-x86_64/PKGBUILD (from rev 280494, kalgebra/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-11-10 18:38:40 UTC (rev 280495)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kalgebra
+pkgver=16.08.3
+pkgrel=2
+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/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz")
+sha1sums=('ea65bc986a4cfdbd1d479f93e65ab55f78f4e273')
+
+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