mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/analitza to 17.08.1-1
This commit is contained in:
parent
39b36b8c48
commit
f880dbd2ad
1 changed files with 8 additions and 9 deletions
|
@ -1,24 +1,23 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||||
|
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||||
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - patch to link against GLES for Linux
|
# - patch to link against GLES for Linux
|
||||||
|
|
||||||
pkgname=analitza
|
pkgname=analitza
|
||||||
pkgver=17.08.0
|
pkgver=17.08.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A library to add mathematical features to your program"
|
pkgdesc="A library to add mathematical features to your program"
|
||||||
url="https://edu.kde.org/"
|
url="https://edu.kde.org/"
|
||||||
arch=('i686' 'x86_64')
|
arch=(i686 x86_64)
|
||||||
license=('GPL' 'LGPL' 'FDL')
|
license=(GPL LGPL FDL)
|
||||||
depends=('qt5-svg' 'qt5-declarative')
|
depends=(qt5-svg qt5-declarative)
|
||||||
makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'eigen' 'qt5-tools')
|
akedepends=(extra-cmake-modules kdoctools python eigen qt5-tools)
|
||||||
replaces=('kdebase-analitza')
|
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
|
||||||
conflicts=('kdebase-analitza')
|
|
||||||
source=("https://download.kde.org/stable/applications/${pkgver}/src/analitza-${pkgver}.tar.xz"{,.sig}
|
|
||||||
'0001-Link-against-GLESv2-for-Linux.patch')
|
'0001-Link-against-GLESv2-for-Linux.patch')
|
||||||
sha256sums=('b8eb2cd949f16fcc0d5d0f729a63356a4559afb90ddb7b402d7c89905827b0e2'
|
sha256sums=('c4323767473402afd5da02c9357b4af8f16dd44aad419030f7693c716a849ecd'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'3bce76a8106ada89727a5f781441ce8af8c1d619230e25bbecb48aee5b7511d0')
|
'3bce76a8106ada89727a5f781441ce8af8c1d619230e25bbecb48aee5b7511d0')
|
||||||
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>
|
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>
|
||||||
|
|
Loading…
Reference in a new issue