mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/texstudio to 2.12.6-2
This commit is contained in:
parent
c06a7f3424
commit
966a631397
2 changed files with 15 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=texstudio
|
||||
pkgver=2.12.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Integrated writing environment for creating LaTeX documents"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://texstudio.sourceforge.net/"
|
||||
|
@ -17,12 +17,15 @@ optdepends=('evince: pdf reader'
|
|||
'okular: alternate pdf reader')
|
||||
replaces=('texmakerx')
|
||||
source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver}"
|
||||
fs54269.patch
|
||||
texstudio-debughelper-arm-fix.patch)
|
||||
sha512sums=('SKIP'
|
||||
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
|
||||
'dcb5ce7cd3e83fc221903fa895e6c428c54ada7468e74bb0a3e6bfac01c9e9575e4780d300b67f44064f2d25e10dd1aef531b847cdee71fbfbe7337808a0c8f4')
|
||||
|
||||
prepare() {
|
||||
cd hg
|
||||
patch -Np1 < "${srcdir}"/fs54269.patch
|
||||
patch -p1 -i ../texstudio-debughelper-arm-fix.patch
|
||||
}
|
||||
|
||||
|
|
11
community/texstudio/fs54269.patch
Normal file
11
community/texstudio/fs54269.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
diff -r c61879e1dfa9 minisplitter.cpp
|
||||
--- a/minisplitter.cpp Sun Aug 06 17:32:28 2017 +0200
|
||||
+++ b/minisplitter.cpp Tue Aug 08 15:33:21 2017 +0200
|
||||
@@ -72,7 +72,6 @@
|
||||
else
|
||||
setContentsMargins(0, 2, 0, 2);
|
||||
setMask(QRegion(contentsRect()));
|
||||
- QSplitterHandle::resizeEvent(event);
|
||||
}
|
||||
|
||||
void MiniSplitterHandle::paintEvent(QPaintEvent *event)
|
Loading…
Reference in a new issue