[arch-commits] Commit in kdeedu-cantor/repos (8 files)
Andrea Scarpino
andrea at archlinux.org
Sat Jan 19 11:58:34 UTC 2013
Date: Saturday, January 19, 2013 @ 06:58:34
Author: andrea
Revision: 175581
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdeedu-cantor/repos/kde-unstable-i686/PKGBUILD
(from rev 175580, kdeedu-cantor/kde-unstable/PKGBUILD)
kdeedu-cantor/repos/kde-unstable-i686/kdeedu-cantor.install
(from rev 175580, kdeedu-cantor/kde-unstable/kdeedu-cantor.install)
kdeedu-cantor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175580, kdeedu-cantor/kde-unstable/PKGBUILD)
kdeedu-cantor/repos/kde-unstable-x86_64/kdeedu-cantor.install
(from rev 175580, kdeedu-cantor/kde-unstable/kdeedu-cantor.install)
Deleted:
kdeedu-cantor/repos/kde-unstable-i686/PKGBUILD
kdeedu-cantor/repos/kde-unstable-i686/kdeedu-cantor.install
kdeedu-cantor/repos/kde-unstable-x86_64/PKGBUILD
kdeedu-cantor/repos/kde-unstable-x86_64/kdeedu-cantor.install
-------------------------------------------+
kde-unstable-i686/PKGBUILD | 69 ++++++++++++++--------------
kde-unstable-i686/kdeedu-cantor.install | 24 ++++-----
kde-unstable-x86_64/PKGBUILD | 69 ++++++++++++++--------------
kde-unstable-x86_64/kdeedu-cantor.install | 24 ++++-----
4 files changed, 94 insertions(+), 92 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2013-01-19 11:57:56 UTC (rev 175580)
+++ kde-unstable-i686/PKGBUILD 2013-01-19 11:58:34 UTC (rev 175581)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-cantor
-pkgver=4.9.97
-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/unstable/${pkgver}/src/cantor-${pkgver}.tar.xz")
-sha1sums=('17fc8f536b20212a5b884bb75a67f4a306894da6')
-
-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/kde-unstable-i686/PKGBUILD (from rev 175580, kdeedu-cantor/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2013-01-19 11:58:34 UTC (rev 175581)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-cantor
+pkgver=4.9.98
+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/unstable/${pkgver}/src/cantor-${pkgver}.tar.xz")
+sha1sums=('5803fa6f3003d5c30e2916b81791babf02ce0c0f')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../cantor-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-i686/kdeedu-cantor.install
===================================================================
--- kde-unstable-i686/kdeedu-cantor.install 2013-01-19 11:57:56 UTC (rev 175580)
+++ kde-unstable-i686/kdeedu-cantor.install 2013-01-19 11:58:34 UTC (rev 175581)
@@ -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/kde-unstable-i686/kdeedu-cantor.install (from rev 175580, kdeedu-cantor/kde-unstable/kdeedu-cantor.install)
===================================================================
--- kde-unstable-i686/kdeedu-cantor.install (rev 0)
+++ kde-unstable-i686/kdeedu-cantor.install 2013-01-19 11:58:34 UTC (rev 175581)
@@ -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 2013-01-19 11:57:56 UTC (rev 175580)
+++ kde-unstable-x86_64/PKGBUILD 2013-01-19 11:58:34 UTC (rev 175581)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-cantor
-pkgver=4.9.97
-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/unstable/${pkgver}/src/cantor-${pkgver}.tar.xz")
-sha1sums=('17fc8f536b20212a5b884bb75a67f4a306894da6')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 175580, kdeedu-cantor/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2013-01-19 11:58:34 UTC (rev 175581)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-cantor
+pkgver=4.9.98
+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/unstable/${pkgver}/src/cantor-${pkgver}.tar.xz")
+sha1sums=('5803fa6f3003d5c30e2916b81791babf02ce0c0f')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../cantor-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-x86_64/kdeedu-cantor.install
===================================================================
--- kde-unstable-x86_64/kdeedu-cantor.install 2013-01-19 11:57:56 UTC (rev 175580)
+++ kde-unstable-x86_64/kdeedu-cantor.install 2013-01-19 11:58:34 UTC (rev 175581)
@@ -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/kde-unstable-x86_64/kdeedu-cantor.install (from rev 175580, kdeedu-cantor/kde-unstable/kdeedu-cantor.install)
===================================================================
--- kde-unstable-x86_64/kdeedu-cantor.install (rev 0)
+++ kde-unstable-x86_64/kdeedu-cantor.install 2013-01-19 11:58:34 UTC (rev 175581)
@@ -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