summaryrefslogtreecommitdiff
path: root/kde-unstable/kdeedu-kalzium
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/kdeedu-kalzium')
-rw-r--r--kde-unstable/kdeedu-kalzium/PKGBUILD11
-rw-r--r--kde-unstable/kdeedu-kalzium/kdeedu-kalzium.install1
2 files changed, 6 insertions, 6 deletions
diff --git a/kde-unstable/kdeedu-kalzium/PKGBUILD b/kde-unstable/kdeedu-kalzium/PKGBUILD
index f7aae5983..2591f8f50 100644
--- a/kde-unstable/kdeedu-kalzium/PKGBUILD
+++ b/kde-unstable/kdeedu-kalzium/PKGBUILD
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD 163393 2012-07-11 22:24:51Z andrea $
+# $Id: PKGBUILD 171758 2012-11-21 18:47:29Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdeedu-kalzium
-pkgver=4.8.97
+pkgver=4.9.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' 'kdeedu')
-depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
+depends=('kdebase-runtime' 'avogadro' 'ocaml' 'facile' 'chemical-mime-data')
makedepends=('cmake' 'automoc4')
install=${pkgname}.install
source=("http://download.kde.org/unstable/${pkgver}/src/kalzium-${pkgver}.tar.xz")
-sha1sums=('c8e8989eb4bbf943d1183a55a45df074d5b68f17')
+sha1sums=('2902940de1dc5d33b846aeb82064d51adc286da4')
build() {
- cd "${srcdir}"
mkdir build
cd build
cmake ../kalzium-${pkgver} \
@@ -26,6 +25,6 @@ build() {
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
}
diff --git a/kde-unstable/kdeedu-kalzium/kdeedu-kalzium.install b/kde-unstable/kdeedu-kalzium/kdeedu-kalzium.install
index e70c054ec..81ce5c4b0 100644
--- a/kde-unstable/kdeedu-kalzium/kdeedu-kalzium.install
+++ b/kde-unstable/kdeedu-kalzium/kdeedu-kalzium.install
@@ -1,5 +1,6 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
}
post_upgrade() {