mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
removed extra/kalzium
This commit is contained in:
parent
a0ab7ba785
commit
6d04f8f242
1 changed files with 0 additions and 43 deletions
|
@ -1,43 +0,0 @@
|
|||
# $Id: PKGBUILD 281258 2016-11-18 20:36:27Z arojas $
|
||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - drop avogadrolibs depend for now: GL-only
|
||||
|
||||
pkgname=kalzium
|
||||
pkgver=17.08.3
|
||||
pkgrel=1
|
||||
pkgdesc="Periodic Table of Elements"
|
||||
url="https://kde.org/applications/education/kalzium/"
|
||||
arch=(i686 x86_64)
|
||||
license=(GPL LGPL FDL)
|
||||
depends=(khtml kdelibs4support knewstuff kplotting openbabel chemical-mime-data)
|
||||
makedepends=(extra-cmake-modules kdoctools kdesignerplugin python eigen ocaml facile)
|
||||
conflicts=(kdeedu-kalzium)
|
||||
replaces=(kdeedu-kalzium)
|
||||
groups=(kde-applications kdeedu)
|
||||
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
|
||||
sha256sums=('cdc6d34769ce4dcf878c972e9e98c9cdab387e7b0c8087ab9d1dedd342655490'
|
||||
'SKIP')
|
||||
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>
|
||||
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake ../$pkgname-$pkgver \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DBUILD_TESTING=OFF
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
Loading…
Reference in a new issue