community/kbibtex to 0.6-3

This commit is contained in:
Kevin Mihelich 2016-05-13 23:36:07 +00:00
parent 839857ceb5
commit abff617758
2 changed files with 1 additions and 17 deletions

View file

@ -9,7 +9,7 @@
pkgname=kbibtex
pkgver=0.6
_branch=0.6
pkgrel=2
pkgrel=3
pkgdesc="A BibTeX editor for KDE"
arch=('i686' 'x86_64')
url='http://home.gna.org/kbibtex/'
@ -17,7 +17,6 @@ license=('GPL')
depends=('kdebase-runtime' 'poppler-qt4')
optdepends=('kdegraphics-okular: Document preview')
makedepends=('cmake' 'automoc4')
install=$pkgname.install
source=("http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.xz"
'0001-remove-qreal-cast-for-arm.patch')
md5sums=('f1a9c1867d94c36fe88cfa0470b85dac'

View file

@ -1,15 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-mime-database usr/share/mime &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}
# vim:set ts=2 sw=2 et: