[arch-commits] Commit in kdeedu-kalzium/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Wed Aug 19 06:35:32 UTC 2015
Date: Wednesday, August 19, 2015 @ 08:35:32
Author: arojas
Revision: 244029
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD
(from rev 244028, kdeedu-kalzium/trunk/PKGBUILD)
kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install
(from rev 244028, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
kdeedu-kalzium/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244028, kdeedu-kalzium/trunk/PKGBUILD)
kdeedu-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install
(from rev 244028, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
Deleted:
kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD
kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install
kdeedu-kalzium/repos/kde-unstable-x86_64/PKGBUILD
kdeedu-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install
--------------------------------------------+
/PKGBUILD | 64 +++++++++++++++++++++++++++
/kdeedu-kalzium.install | 24 ++++++++++
kde-unstable-i686/PKGBUILD | 32 -------------
kde-unstable-i686/kdeedu-kalzium.install | 12 -----
kde-unstable-x86_64/PKGBUILD | 32 -------------
kde-unstable-x86_64/kdeedu-kalzium.install | 12 -----
6 files changed, 88 insertions(+), 88 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-08-19 06:35:13 UTC (rev 244028)
+++ kde-unstable-i686/PKGBUILD 2015-08-19 06:35:32 UTC (rev 244029)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-kalzium
-pkgver=15.07.90
-pkgrel=1
-pkgdesc="Periodic Table of Elements"
-url="http://kde.org/applications/education/kalzium/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
-makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz")
-sha1sums=('892d525e0c426cd20cd4428bd011ff10a2cfadea')
-
-build() {
- mkdir build
- cd build
- cmake ../kalzium-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD (from rev 244028, kdeedu-kalzium/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-08-19 06:35:32 UTC (rev 244029)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kalzium
+pkgver=15.08.0
+pkgrel=1
+pkgdesc="Periodic Table of Elements"
+url="http://kde.org/applications/education/kalzium/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
+makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz")
+sha1sums=('bcdb59b5fddea7ff940181810b94e6ea4c24c214')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kalzium-${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/kdeedu-kalzium.install
===================================================================
--- kde-unstable-i686/kdeedu-kalzium.install 2015-08-19 06:35:13 UTC (rev 244028)
+++ kde-unstable-i686/kdeedu-kalzium.install 2015-08-19 06:35:32 UTC (rev 244029)
@@ -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-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install (from rev 244028, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
===================================================================
--- kde-unstable-i686/kdeedu-kalzium.install (rev 0)
+++ kde-unstable-i686/kdeedu-kalzium.install 2015-08-19 06:35:32 UTC (rev 244029)
@@ -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-08-19 06:35:13 UTC (rev 244028)
+++ kde-unstable-x86_64/PKGBUILD 2015-08-19 06:35:32 UTC (rev 244029)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-kalzium
-pkgver=15.07.90
-pkgrel=1
-pkgdesc="Periodic Table of Elements"
-url="http://kde.org/applications/education/kalzium/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
-makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz")
-sha1sums=('892d525e0c426cd20cd4428bd011ff10a2cfadea')
-
-build() {
- mkdir build
- cd build
- cmake ../kalzium-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdeedu-kalzium/repos/kde-unstable-x86_64/PKGBUILD (from rev 244028, kdeedu-kalzium/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-08-19 06:35:32 UTC (rev 244029)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kalzium
+pkgver=15.08.0
+pkgrel=1
+pkgdesc="Periodic Table of Elements"
+url="http://kde.org/applications/education/kalzium/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
+makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz")
+sha1sums=('bcdb59b5fddea7ff940181810b94e6ea4c24c214')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kalzium-${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/kdeedu-kalzium.install
===================================================================
--- kde-unstable-x86_64/kdeedu-kalzium.install 2015-08-19 06:35:13 UTC (rev 244028)
+++ kde-unstable-x86_64/kdeedu-kalzium.install 2015-08-19 06:35:32 UTC (rev 244029)
@@ -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-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install (from rev 244028, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
===================================================================
--- kde-unstable-x86_64/kdeedu-kalzium.install (rev 0)
+++ kde-unstable-x86_64/kdeedu-kalzium.install 2015-08-19 06:35:32 UTC (rev 244029)
@@ -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