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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:09:31
  Author: arojas
Revision: 265308

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

Added:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
(from rev 265307, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/kde-unstable-i686/kalgebra.install
(from rev 265307, kalgebra/trunk/kalgebra.install)
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265307, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install
(from rev 265307, kalgebra/trunk/kalgebra.install)
Deleted:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
  kalgebra/repos/kde-unstable-i686/kalgebra.install
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install

--+
 /PKGBUILD|   74 +
 /kalgebra.install|   24 ++
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/kalgebra.install   |   12 -
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/kalgebra.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:09:15 UTC (rev 265307)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:09:31 UTC (rev 265308)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=16.03.90
-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')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('44072433434a4556d0bb8966cfa11ca9e327f53e')
-
-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/kde-unstable-i686/PKGBUILD (from rev 265307, 
kalgebra/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:09:31 UTC (rev 265308)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=16.04.0
+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')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('2ea671aa955c4ed76652505dbfa8e77d62537546')
+
+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: kde-unstable-i686/kalgebra.install
===
--- kde-unstable-i686/kalgebra.install  2016-04-19 12:09:15 UTC (rev 265307)
+++ kde-unstable-i686/kalgebra.install  2016-04-19 12:09:31 UTC (rev 265308)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/kde-unstable-i686/kalgebra.install (from rev 265307, 
kalgebra/trunk/kalgebra.install)
===
--- kde-unstable-i686/kalgebra.install  (rev 0)
+++ kde-unstable-i686/kalgebra.install  2016-04-19 12:09:31 UTC (rev 265308)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:09:15 UTC (rev 265307)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:09:31 UTC (rev 265308)
@@ -1,37 +0,0 @@
-# $I

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

2016-04-07 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 08:50:05
  Author: arojas
Revision: 264070

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

Added:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
(from rev 264069, kalgebra/kde-unstable/PKGBUILD)
  kalgebra/repos/kde-unstable-i686/kalgebra.install
(from rev 264069, kalgebra/kde-unstable/kalgebra.install)
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264069, kalgebra/kde-unstable/PKGBUILD)
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install
(from rev 264069, kalgebra/kde-unstable/kalgebra.install)
Deleted:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
  kalgebra/repos/kde-unstable-i686/kalgebra.install
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install

--+
 /PKGBUILD|   74 +
 /kalgebra.install|   24 ++
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/kalgebra.install   |   12 -
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/kalgebra.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 06:49:44 UTC (rev 264069)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 06:50:05 UTC (rev 264070)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=16.03.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')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('b8b7bb11e5770c22007b5d5e2054dc649432e27d')
-
-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/kde-unstable-i686/PKGBUILD (from rev 264069, 
kalgebra/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 06:50:05 UTC (rev 264070)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=16.03.90
+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')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('44072433434a4556d0bb8966cfa11ca9e327f53e')
+
+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: kde-unstable-i686/kalgebra.install
===
--- kde-unstable-i686/kalgebra.install  2016-04-08 06:49:44 UTC (rev 264069)
+++ kde-unstable-i686/kalgebra.install  2016-04-08 06:50:05 UTC (rev 264070)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/kde-unstable-i686/kalgebra.install (from rev 264069, 
kalgebra/kde-unstable/kalgebra.install)
===
--- kde-unstable-i686/kalgebra.install  (rev 0)
+++ kde-unstable-i686/kalgebra.install  2016-04-08 06:50:05 UTC (rev 264070)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 06:49:44 UTC (rev 264069)
+++ kde-unstable-x86_64/PKGBUILD2016-04-0

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

2016-03-15 Thread Antonio Rojas
Date: Tuesday, March 15, 2016 @ 11:50:48
  Author: arojas
Revision: 261539

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

Added:
  kalgebra/repos/extra-i686/PKGBUILD
(from rev 261538, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/extra-i686/kalgebra.install
(from rev 261538, kalgebra/trunk/kalgebra.install)
  kalgebra/repos/extra-x86_64/PKGBUILD
(from rev 261538, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/extra-x86_64/kalgebra.install
(from rev 261538, kalgebra/trunk/kalgebra.install)
Deleted:
  kalgebra/repos/extra-i686/PKGBUILD
  kalgebra/repos/extra-i686/kalgebra.install
  kalgebra/repos/extra-x86_64/PKGBUILD
  kalgebra/repos/extra-x86_64/kalgebra.install

---+
 /PKGBUILD |   74 
 /kalgebra.install |   24 
 extra-i686/PKGBUILD   |   37 
 extra-i686/kalgebra.install   |   12 --
 extra-x86_64/PKGBUILD |   37 
 extra-x86_64/kalgebra.install |   12 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-15 10:50:33 UTC (rev 261538)
+++ extra-i686/PKGBUILD 2016-03-15 10:50:48 UTC (rev 261539)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.12.2
-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')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('b05ee10795d2fcadc2b08f243864b7a610f9b417')
-
-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/extra-i686/PKGBUILD (from rev 261538, 
kalgebra/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-15 10:50:48 UTC (rev 261539)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=15.12.3
+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')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('28f9cc2c16f23ac65747a4cdf056fdaf841132e0')
+
+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: extra-i686/kalgebra.install
===
--- extra-i686/kalgebra.install 2016-03-15 10:50:33 UTC (rev 261538)
+++ extra-i686/kalgebra.install 2016-03-15 10:50:48 UTC (rev 261539)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/extra-i686/kalgebra.install (from rev 261538, 
kalgebra/trunk/kalgebra.install)
===
--- extra-i686/kalgebra.install (rev 0)
+++ extra-i686/kalgebra.install 2016-03-15 10:50:48 UTC (rev 261539)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-15 10:50:33 UTC (rev 261538)
+++ extra-x86_64/PKGBUILD   2016-03-15 10:50:48 UTC (rev 261539)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.12.2
-pkgrel=1
-pkgdesc="Graph Calculator"
-url="http://kde.org/applications/education/kalgebra/";
-arch=('i686' 'x86_64')
-l

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

2016-01-11 Thread Antonio Rojas
Date: Tuesday, January 12, 2016 @ 08:48:55
  Author: arojas
Revision: 258016

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

Added:
  kalgebra/repos/extra-i686/PKGBUILD
(from rev 258015, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/extra-i686/kalgebra.install
(from rev 258015, kalgebra/trunk/kalgebra.install)
  kalgebra/repos/extra-x86_64/PKGBUILD
(from rev 258015, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/extra-x86_64/kalgebra.install
(from rev 258015, kalgebra/trunk/kalgebra.install)
Deleted:
  kalgebra/repos/extra-i686/PKGBUILD
  kalgebra/repos/extra-i686/kalgebra.install
  kalgebra/repos/extra-x86_64/PKGBUILD
  kalgebra/repos/extra-x86_64/kalgebra.install

---+
 /PKGBUILD |   74 
 /kalgebra.install |   24 
 extra-i686/PKGBUILD   |   37 
 extra-i686/kalgebra.install   |   12 --
 extra-x86_64/PKGBUILD |   37 
 extra-x86_64/kalgebra.install |   12 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-12 07:48:37 UTC (rev 258015)
+++ extra-i686/PKGBUILD 2016-01-12 07:48:55 UTC (rev 258016)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.12.0
-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')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('3b171337a25c169e41811e27b1c693b251e82882')
-
-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/extra-i686/PKGBUILD (from rev 258015, 
kalgebra/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 07:48:55 UTC (rev 258016)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=15.12.1
+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')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('19f60237da950c874a7e9942955dd09219b6be9d')
+
+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: extra-i686/kalgebra.install
===
--- extra-i686/kalgebra.install 2016-01-12 07:48:37 UTC (rev 258015)
+++ extra-i686/kalgebra.install 2016-01-12 07:48:55 UTC (rev 258016)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/extra-i686/kalgebra.install (from rev 258015, 
kalgebra/trunk/kalgebra.install)
===
--- extra-i686/kalgebra.install (rev 0)
+++ extra-i686/kalgebra.install 2016-01-12 07:48:55 UTC (rev 258016)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-12 07:48:37 UTC (rev 258015)
+++ extra-x86_64/PKGBUILD   2016-01-12 07:48:55 UTC (rev 258016)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.12.0
-pkgrel=1
-pkgdesc="Graph Calculator"
-url="http://kde.org/applications/education/kalgebra/";
-arch=('i686' 'x86_64')

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

2015-12-15 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 08:40:52
  Author: arojas
Revision: 256333

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

Added:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
(from rev 256332, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/kde-unstable-i686/kalgebra.install
(from rev 256332, kalgebra/trunk/kalgebra.install)
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 256332, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install
(from rev 256332, kalgebra/trunk/kalgebra.install)
Deleted:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
  kalgebra/repos/kde-unstable-i686/kalgebra.install
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install

--+
 /PKGBUILD|   74 +
 /kalgebra.install|   24 ++
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/kalgebra.install   |   12 -
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/kalgebra.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-16 07:40:33 UTC (rev 256332)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:40:52 UTC (rev 256333)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.11.90
-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')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('018d14aa105bdc5758e1cf06a63fb74b0bb951f0')
-
-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/kde-unstable-i686/PKGBUILD (from rev 256332, 
kalgebra/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:40:52 UTC (rev 256333)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=15.12.0
+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')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('3b171337a25c169e41811e27b1c693b251e82882')
+
+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: kde-unstable-i686/kalgebra.install
===
--- kde-unstable-i686/kalgebra.install  2015-12-16 07:40:33 UTC (rev 256332)
+++ kde-unstable-i686/kalgebra.install  2015-12-16 07:40:52 UTC (rev 256333)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/kde-unstable-i686/kalgebra.install (from rev 256332, 
kalgebra/trunk/kalgebra.install)
===
--- kde-unstable-i686/kalgebra.install  (rev 0)
+++ kde-unstable-i686/kalgebra.install  2015-12-16 07:40:52 UTC (rev 256333)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-16 07:40:33 UTC (rev 256332)
+++ kde-unstable-x86_64/PKGBUILD2015-12-16 07:40:52 UTC (rev 256333)
@@ -1,37 +0,0 @@

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:35:57
  Author: arojas
Revision: 254862

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

Added:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
(from rev 254861, kalgebra/kde-unstable/PKGBUILD)
  kalgebra/repos/kde-unstable-i686/kalgebra.install
(from rev 254861, kalgebra/kde-unstable/kalgebra.install)
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254861, kalgebra/kde-unstable/PKGBUILD)
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install
(from rev 254861, kalgebra/kde-unstable/kalgebra.install)
Deleted:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
  kalgebra/repos/kde-unstable-i686/kalgebra.install
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install

--+
 /PKGBUILD|   74 +
 /kalgebra.install|   24 ++
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/kalgebra.install   |   12 -
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/kalgebra.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:35:39 UTC (rev 254861)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:35:57 UTC (rev 254862)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.11.90
-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')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('018d14aa105bdc5758e1cf06a63fb74b0bb951f0')
-
-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/kde-unstable-i686/PKGBUILD (from rev 254861, 
kalgebra/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:35:57 UTC (rev 254862)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=15.11.90
+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')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('018d14aa105bdc5758e1cf06a63fb74b0bb951f0')
+
+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: kde-unstable-i686/kalgebra.install
===
--- kde-unstable-i686/kalgebra.install  2015-12-09 07:35:39 UTC (rev 254861)
+++ kde-unstable-i686/kalgebra.install  2015-12-09 07:35:57 UTC (rev 254862)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/kde-unstable-i686/kalgebra.install (from rev 254861, 
kalgebra/kde-unstable/kalgebra.install)
===
--- kde-unstable-i686/kalgebra.install  (rev 0)
+++ kde-unstable-i686/kalgebra.install  2015-12-09 07:35:57 UTC (rev 254862)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:35:39 UTC (rev 254861)
+++ kde-unstable-x86_64/PKGBUILD201

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

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 21:14:07
  Author: arojas
Revision: 252210

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

Added:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
(from rev 252209, kalgebra/kde-unstable/PKGBUILD)
  kalgebra/repos/kde-unstable-i686/kalgebra.install
(from rev 252209, kalgebra/kde-unstable/kalgebra.install)
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 252209, kalgebra/kde-unstable/PKGBUILD)
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install
(from rev 252209, kalgebra/kde-unstable/kalgebra.install)
Deleted:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
  kalgebra/repos/kde-unstable-i686/kalgebra.install
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install

--+
 /PKGBUILD|   74 +
 /kalgebra.install|   24 ++
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/kalgebra.install   |   12 -
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/kalgebra.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 20:13:46 UTC (rev 252209)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:14:07 UTC (rev 252210)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.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')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('2e5ca5de263986b663871c8b656862dc6dc5924f')
-
-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/kde-unstable-i686/PKGBUILD (from rev 252209, 
kalgebra/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:14:07 UTC (rev 252210)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=15.11.90
+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')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('018d14aa105bdc5758e1cf06a63fb74b0bb951f0')
+
+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: kde-unstable-i686/kalgebra.install
===
--- kde-unstable-i686/kalgebra.install  2015-12-03 20:13:46 UTC (rev 252209)
+++ kde-unstable-i686/kalgebra.install  2015-12-03 20:14:07 UTC (rev 252210)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/kde-unstable-i686/kalgebra.install (from rev 252209, 
kalgebra/kde-unstable/kalgebra.install)
===
--- kde-unstable-i686/kalgebra.install  (rev 0)
+++ kde-unstable-i686/kalgebra.install  2015-12-03 20:14:07 UTC (rev 252210)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-03 20:13:46 UTC (rev 252209)
+++ kde-unstable-x86_64/PKGBUILD2015

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

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 22:36:27
  Author: arojas
Revision: 250349

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

Added:
  kalgebra/repos/extra-i686/PKGBUILD
(from rev 250348, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/extra-i686/kalgebra.install
(from rev 250348, kalgebra/trunk/kalgebra.install)
  kalgebra/repos/extra-x86_64/PKGBUILD
(from rev 250348, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/extra-x86_64/kalgebra.install
(from rev 250348, kalgebra/trunk/kalgebra.install)
Deleted:
  kalgebra/repos/extra-i686/PKGBUILD
  kalgebra/repos/extra-i686/kalgebra.install
  kalgebra/repos/extra-x86_64/PKGBUILD
  kalgebra/repos/extra-x86_64/kalgebra.install

---+
 /PKGBUILD |   74 
 /kalgebra.install |   24 
 extra-i686/PKGBUILD   |   37 
 extra-i686/kalgebra.install   |   12 --
 extra-x86_64/PKGBUILD |   37 
 extra-x86_64/kalgebra.install |   12 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 21:36:06 UTC (rev 250348)
+++ extra-i686/PKGBUILD 2015-11-09 21:36:27 UTC (rev 250349)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.08.2
-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')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('2b510a66f8640d20e3c8082a369148756af171ec')
-
-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/extra-i686/PKGBUILD (from rev 250348, 
kalgebra/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 21:36:27 UTC (rev 250349)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=15.08.3
+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')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('10fb82462d0ebf5e4e1db39955295e511701f415')
+
+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: extra-i686/kalgebra.install
===
--- extra-i686/kalgebra.install 2015-11-09 21:36:06 UTC (rev 250348)
+++ extra-i686/kalgebra.install 2015-11-09 21:36:27 UTC (rev 250349)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/extra-i686/kalgebra.install (from rev 250348, 
kalgebra/trunk/kalgebra.install)
===
--- extra-i686/kalgebra.install (rev 0)
+++ extra-i686/kalgebra.install 2015-11-09 21:36:27 UTC (rev 250349)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-09 21:36:06 UTC (rev 250348)
+++ extra-x86_64/PKGBUILD   2015-11-09 21:36:27 UTC (rev 250349)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.08.2
-pkgrel=1
-pkgdesc="Graph Calculator"
-url="http://kde.org/applications/education/kalgebra/";
-arch=('i686' 'x86_64')
-

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

2015-10-13 Thread Antonio Rojas
Date: Tuesday, October 13, 2015 @ 09:12:49
  Author: arojas
Revision: 249026

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

Added:
  kalgebra/repos/extra-i686/PKGBUILD
(from rev 249025, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/extra-i686/kalgebra.install
(from rev 249025, kalgebra/trunk/kalgebra.install)
  kalgebra/repos/extra-x86_64/PKGBUILD
(from rev 249025, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/extra-x86_64/kalgebra.install
(from rev 249025, kalgebra/trunk/kalgebra.install)
Deleted:
  kalgebra/repos/extra-i686/PKGBUILD
  kalgebra/repos/extra-i686/kalgebra.install
  kalgebra/repos/extra-x86_64/PKGBUILD
  kalgebra/repos/extra-x86_64/kalgebra.install

---+
 /PKGBUILD |   74 
 /kalgebra.install |   24 
 extra-i686/PKGBUILD   |   37 
 extra-i686/kalgebra.install   |   12 --
 extra-x86_64/PKGBUILD |   37 
 extra-x86_64/kalgebra.install |   12 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-13 07:12:27 UTC (rev 249025)
+++ extra-i686/PKGBUILD 2015-10-13 07:12:49 UTC (rev 249026)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.08.1
-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')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('1f0625c516e1ba36a3f3784b1704735564196a9d')
-
-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/extra-i686/PKGBUILD (from rev 249025, 
kalgebra/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 07:12:49 UTC (rev 249026)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=15.08.2
+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')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('2b510a66f8640d20e3c8082a369148756af171ec')
+
+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: extra-i686/kalgebra.install
===
--- extra-i686/kalgebra.install 2015-10-13 07:12:27 UTC (rev 249025)
+++ extra-i686/kalgebra.install 2015-10-13 07:12:49 UTC (rev 249026)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/extra-i686/kalgebra.install (from rev 249025, 
kalgebra/trunk/kalgebra.install)
===
--- extra-i686/kalgebra.install (rev 0)
+++ extra-i686/kalgebra.install 2015-10-13 07:12:49 UTC (rev 249026)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-13 07:12:27 UTC (rev 249025)
+++ extra-x86_64/PKGBUILD   2015-10-13 07:12:49 UTC (rev 249026)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.08.1
-pkgrel=1
-pkgdesc="Graph Calculator"
-url="http://kde.org/applications/education/kalgebra/";
-arch=('i686' 'x86_64')

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

2015-08-18 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:35:13
  Author: arojas
Revision: 244028

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

Added:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
(from rev 244027, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/kde-unstable-i686/kalgebra.install
(from rev 244027, kalgebra/trunk/kalgebra.install)
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244027, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install
(from rev 244027, kalgebra/trunk/kalgebra.install)
Deleted:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
  kalgebra/repos/kde-unstable-i686/kalgebra.install
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install

--+
 /PKGBUILD|   74 +
 /kalgebra.install|   24 ++
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/kalgebra.install   |   12 -
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/kalgebra.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:34:54 UTC (rev 244027)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:35:13 UTC (rev 244028)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.07.90
-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')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('9560060bde1468e8b868e03e4c7c3279ad26ad70')
-
-prepare() {
-  mkdir 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/kde-unstable-i686/PKGBUILD (from rev 244027, 
kalgebra/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:35:13 UTC (rev 244028)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=15.08.0
+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')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('9dc5d60ce589d1d106758b5b4e7807c05c6d04e7')
+
+prepare() {
+  mkdir 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: kde-unstable-i686/kalgebra.install
===
--- kde-unstable-i686/kalgebra.install  2015-08-19 06:34:54 UTC (rev 244027)
+++ kde-unstable-i686/kalgebra.install  2015-08-19 06:35:13 UTC (rev 244028)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/kde-unstable-i686/kalgebra.install (from rev 244027, 
kalgebra/trunk/kalgebra.install)
===
--- kde-unstable-i686/kalgebra.install  (rev 0)
+++ kde-unstable-i686/kalgebra.install  2015-08-19 06:35:13 UTC (rev 244028)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:34:54 UTC (rev 244027)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:35:13 UTC (rev 244028)
@@ -1,37 +0,0 @@
-# $Id$

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

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 06:34:50
  Author: arojas
Revision: 243495

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

Added:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
(from rev 243494, kalgebra/kde-unstable/PKGBUILD)
  kalgebra/repos/kde-unstable-i686/kalgebra.install
(from rev 243494, kalgebra/kde-unstable/kalgebra.install)
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243494, kalgebra/kde-unstable/PKGBUILD)
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install
(from rev 243494, kalgebra/kde-unstable/kalgebra.install)
Deleted:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
  kalgebra/repos/kde-unstable-i686/kalgebra.install
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install

--+
 /PKGBUILD|   74 +
 /kalgebra.install|   24 ++
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/kalgebra.install   |   12 -
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/kalgebra.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-14 04:34:32 UTC (rev 243494)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 04:34:50 UTC (rev 243495)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.07.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')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('76bb8f2e7dba5687521ba77582e30a3f87098924')
-
-prepare() {
-  mkdir 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/kde-unstable-i686/PKGBUILD (from rev 243494, 
kalgebra/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 04:34:50 UTC (rev 243495)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=15.07.90
+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')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('9560060bde1468e8b868e03e4c7c3279ad26ad70')
+
+prepare() {
+  mkdir 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: kde-unstable-i686/kalgebra.install
===
--- kde-unstable-i686/kalgebra.install  2015-08-14 04:34:32 UTC (rev 243494)
+++ kde-unstable-i686/kalgebra.install  2015-08-14 04:34:50 UTC (rev 243495)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/kde-unstable-i686/kalgebra.install (from rev 243494, 
kalgebra/kde-unstable/kalgebra.install)
===
--- kde-unstable-i686/kalgebra.install  (rev 0)
+++ kde-unstable-i686/kalgebra.install  2015-08-14 04:34:50 UTC (rev 243495)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-14 04:34:32 UTC (rev 243494)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 04

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:25:44
  Author: arojas
Revision: 241519

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

Added:
  kalgebra/repos/extra-i686/PKGBUILD
(from rev 241518, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/extra-i686/kalgebra.install
(from rev 241518, kalgebra/trunk/kalgebra.install)
  kalgebra/repos/extra-x86_64/PKGBUILD
(from rev 241518, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/extra-x86_64/kalgebra.install
(from rev 241518, kalgebra/trunk/kalgebra.install)
Deleted:
  kalgebra/repos/extra-i686/PKGBUILD
  kalgebra/repos/extra-i686/kalgebra.install
  kalgebra/repos/extra-x86_64/PKGBUILD
  kalgebra/repos/extra-x86_64/kalgebra.install

---+
 /PKGBUILD |   74 
 /kalgebra.install |   24 
 extra-i686/PKGBUILD   |   37 
 extra-i686/kalgebra.install   |   12 --
 extra-x86_64/PKGBUILD |   37 
 extra-x86_64/kalgebra.install |   12 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:25:29 UTC (rev 241518)
+++ extra-i686/PKGBUILD 2015-06-30 20:25:44 UTC (rev 241519)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.04.2
-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')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('ac110d857372018f877e8c635d67998101690442')
-
-prepare() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 241518, 
kalgebra/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:25:44 UTC (rev 241519)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=15.04.3
+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')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('ed09f614676e7ff08977aa7bd70ad12060e97ff4')
+
+prepare() {
+  mkdir 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: extra-i686/kalgebra.install
===
--- extra-i686/kalgebra.install 2015-06-30 20:25:29 UTC (rev 241518)
+++ extra-i686/kalgebra.install 2015-06-30 20:25:44 UTC (rev 241519)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/extra-i686/kalgebra.install (from rev 241518, 
kalgebra/trunk/kalgebra.install)
===
--- extra-i686/kalgebra.install (rev 0)
+++ extra-i686/kalgebra.install 2015-06-30 20:25:44 UTC (rev 241519)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 20:25:29 UTC (rev 241518)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:25:44 UTC (rev 241519)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Graph Calculator"
-url="http://kde.org/applications/education/kalgebra/";
-arch=('i686' 'x86_64')
-license=

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:55:31
  Author: arojas
Revision: 240048

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

Added:
  kalgebra/repos/extra-i686/PKGBUILD
(from rev 240047, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/extra-i686/kalgebra.install
(from rev 240047, kalgebra/trunk/kalgebra.install)
  kalgebra/repos/extra-x86_64/PKGBUILD
(from rev 240047, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/extra-x86_64/kalgebra.install
(from rev 240047, kalgebra/trunk/kalgebra.install)
Deleted:
  kalgebra/repos/extra-i686/PKGBUILD
  kalgebra/repos/extra-i686/kalgebra.install
  kalgebra/repos/extra-x86_64/PKGBUILD
  kalgebra/repos/extra-x86_64/kalgebra.install

---+
 /PKGBUILD |   74 
 /kalgebra.install |   24 
 extra-i686/PKGBUILD   |   37 
 extra-i686/kalgebra.install   |   12 --
 extra-x86_64/PKGBUILD |   37 
 extra-x86_64/kalgebra.install |   12 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:55:16 UTC (rev 240047)
+++ extra-i686/PKGBUILD 2015-06-02 06:55:31 UTC (rev 240048)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.04.1
-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')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('5d7de0c69230333cd61f02cde11e04b286bd4cae')
-
-prepare() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 240047, 
kalgebra/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:55:31 UTC (rev 240048)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=15.04.2
+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')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('ac110d857372018f877e8c635d67998101690442')
+
+prepare() {
+  mkdir 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: extra-i686/kalgebra.install
===
--- extra-i686/kalgebra.install 2015-06-02 06:55:16 UTC (rev 240047)
+++ extra-i686/kalgebra.install 2015-06-02 06:55:31 UTC (rev 240048)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/extra-i686/kalgebra.install (from rev 240047, 
kalgebra/trunk/kalgebra.install)
===
--- extra-i686/kalgebra.install (rev 0)
+++ extra-i686/kalgebra.install 2015-06-02 06:55:31 UTC (rev 240048)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:55:16 UTC (rev 240047)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:55:31 UTC (rev 240048)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Graph Calculator"
-url="http://kde.org/applications/education/kalgebra/";
-arch=('i686' 'x86_64')
-license=(

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:32:16
  Author: arojas
Revision: 239017

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

Added:
  kalgebra/repos/extra-i686/PKGBUILD
(from rev 239016, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/extra-i686/kalgebra.install
(from rev 239016, kalgebra/trunk/kalgebra.install)
  kalgebra/repos/extra-x86_64/PKGBUILD
(from rev 239016, kalgebra/trunk/PKGBUILD)
  kalgebra/repos/extra-x86_64/kalgebra.install
(from rev 239016, kalgebra/trunk/kalgebra.install)
Deleted:
  kalgebra/repos/extra-i686/PKGBUILD
  kalgebra/repos/extra-i686/kalgebra.install
  kalgebra/repos/extra-x86_64/PKGBUILD
  kalgebra/repos/extra-x86_64/kalgebra.install

---+
 /PKGBUILD |   74 
 /kalgebra.install |   24 
 extra-i686/PKGBUILD   |   37 
 extra-i686/kalgebra.install   |   12 --
 extra-x86_64/PKGBUILD |   37 
 extra-x86_64/kalgebra.install |   12 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:31:56 UTC (rev 239016)
+++ extra-i686/PKGBUILD 2015-05-12 07:32:16 UTC (rev 239017)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.04.0
-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')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('4566f55db3bb81288c9dee22c3ef0925659426fb')
-
-prepare() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 239016, 
kalgebra/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:32:16 UTC (rev 239017)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=15.04.1
+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')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('5d7de0c69230333cd61f02cde11e04b286bd4cae')
+
+prepare() {
+  mkdir 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: extra-i686/kalgebra.install
===
--- extra-i686/kalgebra.install 2015-05-12 07:31:56 UTC (rev 239016)
+++ extra-i686/kalgebra.install 2015-05-12 07:32:16 UTC (rev 239017)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/extra-i686/kalgebra.install (from rev 239016, 
kalgebra/trunk/kalgebra.install)
===
--- extra-i686/kalgebra.install (rev 0)
+++ extra-i686/kalgebra.install 2015-05-12 07:32:16 UTC (rev 239017)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:31:56 UTC (rev 239016)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:32:16 UTC (rev 239017)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.04.0
-pkgrel=1
-pkgdesc="Graph Calculator"
-url="http://kde.org/applications/education/kalgebra/";
-arch=('i686' 'x86_64')
-license=(

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

2015-03-27 Thread Antonio Rojas
Date: Friday, March 27, 2015 @ 09:31:30
  Author: arojas
Revision: 235047

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

Added:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
(from rev 235046, kalgebra/kde-unstable/PKGBUILD)
  kalgebra/repos/kde-unstable-i686/kalgebra.install
(from rev 235046, kalgebra/kde-unstable/kalgebra.install)
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 235046, kalgebra/kde-unstable/PKGBUILD)
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install
(from rev 235046, kalgebra/kde-unstable/kalgebra.install)
Deleted:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
  kalgebra/repos/kde-unstable-i686/kalgebra.install
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install

--+
 /PKGBUILD|   74 +
 /kalgebra.install|   24 ++
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/kalgebra.install   |   12 -
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/kalgebra.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-27 08:31:09 UTC (rev 235046)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:31:30 UTC (rev 235047)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.03.95
-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')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('62ab0d5bc6ed4b1fbfbd86a301ce54d6c5ca4ad6')
-
-prepare() {
-  mkdir 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/kde-unstable-i686/PKGBUILD (from rev 235046, 
kalgebra/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:31:30 UTC (rev 235047)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=15.03.97
+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')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('13e5f741aa92ee3f34caf7be229b0672d1f97e22')
+
+prepare() {
+  mkdir 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: kde-unstable-i686/kalgebra.install
===
--- kde-unstable-i686/kalgebra.install  2015-03-27 08:31:09 UTC (rev 235046)
+++ kde-unstable-i686/kalgebra.install  2015-03-27 08:31:30 UTC (rev 235047)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/kde-unstable-i686/kalgebra.install (from rev 235046, 
kalgebra/kde-unstable/kalgebra.install)
===
--- kde-unstable-i686/kalgebra.install  (rev 0)
+++ kde-unstable-i686/kalgebra.install  2015-03-27 08:31:30 UTC (rev 235047)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-27 08:31:09 UTC (rev 235046)
+++ kde-unstable-x86_64/PKGBUILD2015-03-27 08:

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 22:10:17
  Author: arojas
Revision: 234294

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

Added:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
(from rev 234293, kalgebra/kde-unstable/PKGBUILD)
  kalgebra/repos/kde-unstable-i686/kalgebra.install
(from rev 234293, kalgebra/kde-unstable/kalgebra.install)
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234293, kalgebra/kde-unstable/PKGBUILD)
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install
(from rev 234293, kalgebra/kde-unstable/kalgebra.install)
Deleted:
  kalgebra/repos/kde-unstable-i686/PKGBUILD
  kalgebra/repos/kde-unstable-i686/kalgebra.install
  kalgebra/repos/kde-unstable-x86_64/PKGBUILD
  kalgebra/repos/kde-unstable-x86_64/kalgebra.install

--+
 /PKGBUILD|   74 +
 /kalgebra.install|   24 ++
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/kalgebra.install   |   12 -
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/kalgebra.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 21:09:34 UTC (rev 234293)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 21:10:17 UTC (rev 234294)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.03.90
-pkgrel=1
-pkgdesc="Graph Calculator"
-url="http://kde.org/applications/education/kalgebra/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('analitza' 'kio' 'qt5-webkit' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'glu')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('d560d1d8ccaf21191a779f97322470856ef8e872')
-
-prepare() {
-  mkdir 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/kde-unstable-i686/PKGBUILD (from rev 234293, 
kalgebra/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 21:10:17 UTC (rev 234294)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=15.03.95
+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')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('62ab0d5bc6ed4b1fbfbd86a301ce54d6c5ca4ad6')
+
+prepare() {
+  mkdir 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: kde-unstable-i686/kalgebra.install
===
--- kde-unstable-i686/kalgebra.install  2015-03-20 21:09:34 UTC (rev 234293)
+++ kde-unstable-i686/kalgebra.install  2015-03-20 21:10:17 UTC (rev 234294)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/kde-unstable-i686/kalgebra.install (from rev 234293, 
kalgebra/kde-unstable/kalgebra.install)
===
--- kde-unstable-i686/kalgebra.install  (rev 0)
+++ kde-unstable-i686/kalgebra.install  2015-03-20 21:10:17 UTC (rev 234294)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 21:09:34 UTC (rev 234293)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 21:10:17 UTC (re