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

Antonio Rojas arojas at archlinux.org
Thu Dec 3 20:14:08 UTC 2015


    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 <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-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 <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+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/PKGBUILD	2015-12-03 20:13:46 UTC (rev 252209)
+++ kde-unstable-x86_64/PKGBUILD	2015-12-03 20:14:07 UTC (rev 252210)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-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-x86_64/PKGBUILD (from rev 252209, kalgebra/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-12-03 20:14:07 UTC (rev 252210)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+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-x86_64/kalgebra.install
===================================================================
--- kde-unstable-x86_64/kalgebra.install	2015-12-03 20:13:46 UTC (rev 252209)
+++ kde-unstable-x86_64/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-x86_64/kalgebra.install (from rev 252209, kalgebra/kde-unstable/kalgebra.install)
===================================================================
--- kde-unstable-x86_64/kalgebra.install	                        (rev 0)
+++ kde-unstable-x86_64/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
+}



More information about the arch-commits mailing list