kdeedu-kalzium: rebuild against ocaml4

This commit is contained in:
Neophytos 2013-10-28 10:35:27 +00:00
parent 02a6522d4f
commit d2a22041c5

View File

@ -9,22 +9,22 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=kdeedu-kalzium
_pkgname=kalzium
pkgver=${_kdever}
pkgrel=1
pkgrel=2
pkgdesc="Periodic Table of Elements"
url="http://kde.org/applications/education/kalzium/"
arch=('x86_64')
url='http://www.kde.org'
license=('GPL' 'LGPL' 'FDL')
depends=("kdelibs>=${_kdever}" "avogadro" "ocaml" "facile" "chemical-mime-data")
makedepends=('cmake' 'automoc4')
makedepends=('cmake' 'automoc4' 'gnome-mime-data')
provides=('kalzium')
groups=("kde" "kdeedu" "kde-uninstall")
categories=('education')
options=('docs' '!splithdr' 'splitdbg' 'log')
options=('docs' '!header' 'debug' 'log')
install=${pkgname}.install
source=("$_mirror/${_pkgname}-$_kdever.tar.xz")
md5sums=(`grep ${_pkgname}-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1`)
sha1sums=(`grep ${_pkgname}-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1`)
build() {
cd ${srcdir}/${_pkgname}-${pkgver}