mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/kalgebra to 16.12.0-1
This commit is contained in:
parent
274338d91a
commit
201fde587d
1 changed files with 6 additions and 4 deletions
|
@ -6,8 +6,8 @@
|
|||
# - patch and cmake define to disable opengl for ARM
|
||||
|
||||
pkgname=kalgebra
|
||||
pkgver=16.08.3
|
||||
pkgrel=2
|
||||
pkgver=16.12.0
|
||||
pkgrel=1
|
||||
pkgdesc="Graph Calculator"
|
||||
url="http://kde.org/applications/education/kalgebra/"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -18,10 +18,12 @@ makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'glu')
|
|||
optdepends=('kirigami: for KAlgebra Mobile')
|
||||
replaces=('kdeedu-kalgebra')
|
||||
conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
|
||||
source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz"
|
||||
source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz"{,.sig}
|
||||
'kalgebra-disable-opengl.patch')
|
||||
sha1sums=('ea65bc986a4cfdbd1d479f93e65ab55f78f4e273'
|
||||
sha1sums=('8f5f55fd8316753037d8aa941c72f4a08e258853'
|
||||
'SKIP'
|
||||
'103de918b6fdfb74a030db01afeb378fa0599717')
|
||||
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid@kde.org>
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
|
Loading…
Reference in a new issue