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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 22 17:54:57 UTC 2014


    Date: Saturday, March 22, 2014 @ 18:54:57
  Author: andrea
Revision: 208390

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

Added:
  kdeedu-cantor/repos/kde-unstable-i686/PKGBUILD
    (from rev 208389, kdeedu-cantor/kde-unstable/PKGBUILD)
  kdeedu-cantor/repos/kde-unstable-i686/kdeedu-cantor.install
    (from rev 208389, kdeedu-cantor/kde-unstable/kdeedu-cantor.install)
  kdeedu-cantor/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 208389, kdeedu-cantor/kde-unstable/PKGBUILD)
  kdeedu-cantor/repos/kde-unstable-x86_64/kdeedu-cantor.install
    (from rev 208389, 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

-------------------------------------------+
 /PKGBUILD                                 |   76 ++++++++++++++++++++++++++++
 /kdeedu-cantor.install                    |   24 ++++++++
 kde-unstable-i686/PKGBUILD                |   38 --------------
 kde-unstable-i686/kdeedu-cantor.install   |   12 ----
 kde-unstable-x86_64/PKGBUILD              |   38 --------------
 kde-unstable-x86_64/kdeedu-cantor.install |   12 ----
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2014-03-22 17:54:46 UTC (rev 208389)
+++ kde-unstable-i686/PKGBUILD	2014-03-22 17:54:57 UTC (rev 208390)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-cantor
-pkgver=4.12.90
-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=('9383d6eccf70b634c0a0f75343f163b82f9b3555')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../cantor-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_SKIP_RPATH=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-cantor/repos/kde-unstable-i686/PKGBUILD (from rev 208389, kdeedu-cantor/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-03-22 17:54:57 UTC (rev 208390)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-cantor
+pkgver=4.12.95
+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=('c270931673389a7d9e23fac5c46805ebab8ad65d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../cantor-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-cantor.install
===================================================================
--- kde-unstable-i686/kdeedu-cantor.install	2014-03-22 17:54:46 UTC (rev 208389)
+++ kde-unstable-i686/kdeedu-cantor.install	2014-03-22 17:54:57 UTC (rev 208390)
@@ -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 208389, kdeedu-cantor/kde-unstable/kdeedu-cantor.install)
===================================================================
--- kde-unstable-i686/kdeedu-cantor.install	                        (rev 0)
+++ kde-unstable-i686/kdeedu-cantor.install	2014-03-22 17:54:57 UTC (rev 208390)
@@ -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	2014-03-22 17:54:46 UTC (rev 208389)
+++ kde-unstable-x86_64/PKGBUILD	2014-03-22 17:54:57 UTC (rev 208390)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-cantor
-pkgver=4.12.90
-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=('9383d6eccf70b634c0a0f75343f163b82f9b3555')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../cantor-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_SKIP_RPATH=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-cantor/repos/kde-unstable-x86_64/PKGBUILD (from rev 208389, kdeedu-cantor/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-03-22 17:54:57 UTC (rev 208390)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-cantor
+pkgver=4.12.95
+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=('c270931673389a7d9e23fac5c46805ebab8ad65d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../cantor-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/kdeedu-cantor.install
===================================================================
--- kde-unstable-x86_64/kdeedu-cantor.install	2014-03-22 17:54:46 UTC (rev 208389)
+++ kde-unstable-x86_64/kdeedu-cantor.install	2014-03-22 17:54:57 UTC (rev 208390)
@@ -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 208389, kdeedu-cantor/kde-unstable/kdeedu-cantor.install)
===================================================================
--- kde-unstable-x86_64/kdeedu-cantor.install	                        (rev 0)
+++ kde-unstable-x86_64/kdeedu-cantor.install	2014-03-22 17:54:57 UTC (rev 208390)
@@ -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