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

Antonio Rojas arojas at archlinux.org
Thu Nov 19 20:51:19 UTC 2015


    Date: Thursday, November 19, 2015 @ 21:51:19
  Author: arojas
Revision: 251316

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

Added:
  kdeedu-kalzium/repos/staging-i686/
  kdeedu-kalzium/repos/staging-i686/PKGBUILD
    (from rev 251315, kdeedu-kalzium/kde-unstable/PKGBUILD)
  kdeedu-kalzium/repos/staging-i686/kdeedu-kalzium.install
    (from rev 251315, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
  kdeedu-kalzium/repos/staging-x86_64/
  kdeedu-kalzium/repos/staging-x86_64/PKGBUILD
    (from rev 251315, kdeedu-kalzium/kde-unstable/PKGBUILD)
  kdeedu-kalzium/repos/staging-x86_64/kdeedu-kalzium.install
    (from rev 251315, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)

---------------------------------------+
 staging-i686/PKGBUILD                 |   32 ++++++++++++++++++++++++++++++++
 staging-i686/kdeedu-kalzium.install   |   12 ++++++++++++
 staging-x86_64/PKGBUILD               |   32 ++++++++++++++++++++++++++++++++
 staging-x86_64/kdeedu-kalzium.install |   12 ++++++++++++
 4 files changed, 88 insertions(+)

Copied: kdeedu-kalzium/repos/staging-i686/PKGBUILD (from rev 251315, kdeedu-kalzium/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-11-19 20:51:19 UTC (rev 251316)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kalzium
+pkgver=15.11.80
+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=('fc18772de2509efa706c28fc8b4446aab7b9920a')
+
+build() {
+  mkdir -p 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/staging-i686/kdeedu-kalzium.install (from rev 251315, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
===================================================================
--- staging-i686/kdeedu-kalzium.install	                        (rev 0)
+++ staging-i686/kdeedu-kalzium.install	2015-11-19 20:51:19 UTC (rev 251316)
@@ -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
+}

Copied: kdeedu-kalzium/repos/staging-x86_64/PKGBUILD (from rev 251315, kdeedu-kalzium/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-11-19 20:51:19 UTC (rev 251316)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kalzium
+pkgver=15.11.80
+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=('fc18772de2509efa706c28fc8b4446aab7b9920a')
+
+build() {
+  mkdir -p 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/staging-x86_64/kdeedu-kalzium.install (from rev 251315, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
===================================================================
--- staging-x86_64/kdeedu-kalzium.install	                        (rev 0)
+++ staging-x86_64/kdeedu-kalzium.install	2015-11-19 20:51:19 UTC (rev 251316)
@@ -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