summaryrefslogtreecommitdiff
path: root/extra/kdeedu-kalzium
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-07 17:00:41 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-07 17:00:41 -0300
commit3734b1ff855a5738195c6ff3def244d7b2e23e50 (patch)
treea4afb881617539f17c75b0ddc58902569d847809 /extra/kdeedu-kalzium
parentd4eb5f4f523f90878c8d5ab59e6012ca401ca355 (diff)
parent7de07e40e2c0c078a35c5092e1f2defb65d1741e (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/znc/PKGBUILD extra/hugin/PKGBUILD extra/kdeplasma-addons/PKGBUILD extra/postgresql/PKGBUILD extra/talloc/PKGBUILD
Diffstat (limited to 'extra/kdeedu-kalzium')
-rw-r--r--extra/kdeedu-kalzium/PKGBUILD16
1 files changed, 4 insertions, 12 deletions
diff --git a/extra/kdeedu-kalzium/PKGBUILD b/extra/kdeedu-kalzium/PKGBUILD
index ff3309501..e0fa936eb 100644
--- a/extra/kdeedu-kalzium/PKGBUILD
+++ b/extra/kdeedu-kalzium/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 170622 2012-11-09 08:27:43Z andrea $
+# $Id: PKGBUILD 172836 2012-12-06 08:20:56Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdeedu-kalzium
-pkgver=4.9.3
+pkgver=4.9.4
pkgrel=1
pkgdesc="Periodic Table of Elements"
url="http://kde.org/applications/education/kalzium/"
@@ -12,18 +12,10 @@ groups=('kde' 'kdeedu')
depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
makedepends=('cmake' 'automoc4')
install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz"
- 'fix-linking.patch')
-sha1sums=('7b4a50aabd960752d6b746740cc6b4bf6cae3b30'
- '478697adc8ae191355ee64b824f30e11bd7af682')
+source=("http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz")
+sha1sums=('7fb581e74cd2d561a9db7c2de754339f2e345e2a')
build() {
- # KDEBUG#308939 (Fixed upstream)
- cd kalzium-${pkgver}
- patch -p1 -i "${srcdir}"/fix-linking.patch
- cd ../
-
- cd "${srcdir}"
mkdir build
cd build
cmake ../kalzium-${pkgver} \