mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/kalgebra to 14.12.1-1
This commit is contained in:
parent
73efb1a534
commit
5d18e18c6f
2 changed files with 10 additions and 6 deletions
|
@ -1,23 +1,27 @@
|
|||
# $Id: PKGBUILD 184890 2013-05-09 09:43:04Z andrea $
|
||||
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
|
||||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - patch and cmake define to disable opengl for ARM
|
||||
|
||||
pkgname=kdeedu-kalgebra
|
||||
pkgver=4.14.3
|
||||
pkgname=kalgebra
|
||||
pkgver=14.12.1
|
||||
pkgrel=1
|
||||
pkgdesc="Graph Calculator"
|
||||
url="http://kde.org/applications/education/kalgebra/"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
groups=('kde' 'kdeedu')
|
||||
depends=('kdebase-runtime' 'kdeedu-analitza')
|
||||
makedepends=('cmake' 'automoc4' 'glu')
|
||||
depends=('analitza' 'kio' 'qt5-webkit' 'hicolor-icon-theme')
|
||||
makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'glu')
|
||||
replaces=('kdeedu-kalgebra')
|
||||
conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
|
||||
install=${pkgname}.install
|
||||
source=("http://download.kde.org/stable/${pkgver}/src/kalgebra-${pkgver}.tar.xz"
|
||||
source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz"
|
||||
"kalgebra-opengl_optional.patch")
|
||||
sha1sums=('69c20ccb8db7c9fa08847f08a7071c719fdf28f4'
|
||||
sha1sums=('fb3b4908467c6bd0f7a54b1209fa497e2c66ad34'
|
||||
'ae1b75e5192f8519517134447b481421112a6dd7')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue