[arch-commits] Commit in kdeedu-cantor/repos (5 files)
Andrea Scarpino
andrea at archlinux.org
Thu May 3 22:32:19 UTC 2012
Date: Thursday, May 3, 2012 @ 18:32:18
Author: andrea
Revision: 158421
db-move: moved kdeedu-cantor from [staging] to [extra] (x86_64)
Added:
kdeedu-cantor/repos/extra-x86_64/PKGBUILD
(from rev 158346, kdeedu-cantor/repos/staging-x86_64/PKGBUILD)
kdeedu-cantor/repos/extra-x86_64/kdeedu-cantor.install
(from rev 158346, kdeedu-cantor/repos/staging-x86_64/kdeedu-cantor.install)
Deleted:
kdeedu-cantor/repos/extra-x86_64/PKGBUILD
kdeedu-cantor/repos/extra-x86_64/kdeedu-cantor.install
kdeedu-cantor/repos/staging-x86_64/
-----------------------+
PKGBUILD | 68 ++++++++++++++++++++++++------------------------
kdeedu-cantor.install | 24 ++++++++--------
2 files changed, 46 insertions(+), 46 deletions(-)
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-05-03 22:32:16 UTC (rev 158420)
+++ extra-x86_64/PKGBUILD 2012-05-03 22:32:18 UTC (rev 158421)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-cantor
-pkgver=4.8.2
-pkgrel=2
-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/stable/${pkgver}/src/cantor-${pkgver}.tar.xz")
-sha1sums=('53a13c3594ea82b87a421e96b408355eea76fa89')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../cantor-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdeedu-cantor/repos/extra-x86_64/PKGBUILD (from rev 158346, kdeedu-cantor/repos/staging-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-05-03 22:32:18 UTC (rev 158421)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-cantor
+pkgver=4.8.3
+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/stable/${pkgver}/src/cantor-${pkgver}.tar.xz")
+sha1sums=('e4aba48e30a4bee444f7e01eab807619908cd903')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../cantor-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/kdeedu-cantor.install
===================================================================
--- extra-x86_64/kdeedu-cantor.install 2012-05-03 22:32:16 UTC (rev 158420)
+++ extra-x86_64/kdeedu-cantor.install 2012-05-03 22:32:18 UTC (rev 158421)
@@ -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: kdeedu-cantor/repos/extra-x86_64/kdeedu-cantor.install (from rev 158346, kdeedu-cantor/repos/staging-x86_64/kdeedu-cantor.install)
===================================================================
--- extra-x86_64/kdeedu-cantor.install (rev 0)
+++ extra-x86_64/kdeedu-cantor.install 2012-05-03 22:32:18 UTC (rev 158421)
@@ -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