Date: Tuesday, August 8, 2017 @ 14:34:36
  Author: svenstaro
Revision: 249578

upgpkg: texstudio 2.12.6-2

Try to fix FS#54269

Added:
  texstudio/trunk/fs54269.patch
Modified:
  texstudio/trunk/PKGBUILD

---------------+
 PKGBUILD      |   13 ++++++++++---
 fs54269.patch |   11 +++++++++++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-08-08 14:21:02 UTC (rev 249577)
+++ PKGBUILD    2017-08-08 14:34:36 UTC (rev 249578)
@@ -2,7 +2,7 @@
 # Contributor: Clément DEMOULINS <clem...@archivel.fr>
 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/";
@@ -12,9 +12,16 @@
 optdepends=('evince: pdf reader'
             'okular: alternate pdf reader')
 replaces=('texmakerx')
-source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver}";)
-sha512sums=('SKIP')
+source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver}";
+        fs54269.patch)
+sha512sums=('SKIP'
+            
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68')
 
+prepare() {
+    cd hg
+    patch -Np1 < "${srcdir}"/fs54269.patch
+}
+
 build() {
     cd hg
     qmake-qt5 CONFIG-="debug" texstudio.pro

Added: fs54269.patch
===================================================================
--- fs54269.patch                               (rev 0)
+++ fs54269.patch       2017-08-08 14:34:36 UTC (rev 249578)
@@ -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)

Reply via email to