mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/texstudio to 2.10.8-2
This commit is contained in:
parent
928f560b6c
commit
45ea9c1d66
2 changed files with 1 additions and 17 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=texstudio
|
||||
pkgver=2.10.8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Integrated writing environment for creating LaTeX documents"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://texstudio.sourceforge.net/"
|
||||
|
@ -16,7 +16,6 @@ makedepends=('qt5-tools')
|
|||
optdepends=('evince: pdf reader'
|
||||
'kdegraphics-okular: alternate pdf reader')
|
||||
replaces=('texmakerx')
|
||||
install=$pkgname.install
|
||||
|
||||
source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz
|
||||
texstudio-debughelper-arm-fix.patch)
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
pkgname=texstudio
|
||||
|
||||
post_install() {
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install "$1"
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
Loading…
Reference in a new issue