[arch-commits] Commit in kdeedu-kalzium/repos (6 files)

Andrea Scarpino andrea at archlinux.org
Mon Oct 31 03:53:04 UTC 2011


    Date: Sunday, October 30, 2011 @ 23:53:04
  Author: andrea
Revision: 141531

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdeedu-kalzium/repos/staging-i686/
  kdeedu-kalzium/repos/staging-i686/PKGBUILD
    (from rev 141530, kdeedu-kalzium/trunk/PKGBUILD)
  kdeedu-kalzium/repos/staging-i686/kdeedu-kalzium.install
    (from rev 141530, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
  kdeedu-kalzium/repos/staging-x86_64/
  kdeedu-kalzium/repos/staging-x86_64/PKGBUILD
    (from rev 141530, kdeedu-kalzium/trunk/PKGBUILD)
  kdeedu-kalzium/repos/staging-x86_64/kdeedu-kalzium.install
    (from rev 141530, kdeedu-kalzium/trunk/kdeedu-kalzium.install)

---------------------------------------+
 staging-i686/PKGBUILD                 |   31 +++++++++++++++++++++++++++++++
 staging-i686/kdeedu-kalzium.install   |   11 +++++++++++
 staging-x86_64/PKGBUILD               |   31 +++++++++++++++++++++++++++++++
 staging-x86_64/kdeedu-kalzium.install |   11 +++++++++++
 4 files changed, 84 insertions(+)

Copied: kdeedu-kalzium/repos/staging-i686/PKGBUILD (from rev 141530, kdeedu-kalzium/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2011-10-31 03:53:04 UTC (rev 141531)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kalzium
+pkgver=4.7.3
+pkgrel=1
+pkgdesc="Periodic Table of Elements"
+url="http://kde.org/applications/education/kalzium/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdelibs' 'avogadro' 'ocaml')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.bz2")
+sha1sums=('e22b54be4a2e8ce8a22af73fa6155ee012fa6fdf')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kalzium-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-kalzium/repos/staging-i686/kdeedu-kalzium.install (from rev 141530, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
===================================================================
--- staging-i686/kdeedu-kalzium.install	                        (rev 0)
+++ staging-i686/kdeedu-kalzium.install	2011-10-31 03:53:04 UTC (rev 141531)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdeedu-kalzium/repos/staging-x86_64/PKGBUILD (from rev 141530, kdeedu-kalzium/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2011-10-31 03:53:04 UTC (rev 141531)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kalzium
+pkgver=4.7.3
+pkgrel=1
+pkgdesc="Periodic Table of Elements"
+url="http://kde.org/applications/education/kalzium/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdelibs' 'avogadro' 'ocaml')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.bz2")
+sha1sums=('e22b54be4a2e8ce8a22af73fa6155ee012fa6fdf')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kalzium-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-kalzium/repos/staging-x86_64/kdeedu-kalzium.install (from rev 141530, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
===================================================================
--- staging-x86_64/kdeedu-kalzium.install	                        (rev 0)
+++ staging-x86_64/kdeedu-kalzium.install	2011-10-31 03:53:04 UTC (rev 141531)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list