extra/kalgebra to 16.04.0-2

This commit is contained in:
Kevin Mihelich 2016-04-27 18:11:11 +00:00
parent dd1a3b9496
commit ebbc3b69b7
2 changed files with 1 additions and 14 deletions

View file

@ -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'

View file

@ -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
}