mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/kalgebra to 16.04.0-2
This commit is contained in:
parent
dd1a3b9496
commit
ebbc3b69b7
2 changed files with 1 additions and 14 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=kalgebra
|
||||
pkgver=16.04.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Graph Calculator"
|
||||
url="http://kde.org/applications/education/kalgebra/"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -17,7 +17,6 @@ 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/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz"
|
||||
'kalgebra-disable-opengl.patch')
|
||||
sha1sums=('2ea671aa955c4ed76652505dbfa8e77d62537546'
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in a new issue