[arch-commits] Commit in texstudio/trunk (PKGBUILD fs56433.patch)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Dec 1 14:28:12 UTC 2017


    Date: Friday, December 1, 2017 @ 14:28:11
  Author: svenstaro
Revision: 271067

upgpkg: texstudio 2.12.6-4

Try to fix FS#56433

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

---------------+
 PKGBUILD      |    9 ++++++---
 fs56433.patch |   12 ++++++++++++
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-01 14:26:30 UTC (rev 271066)
+++ PKGBUILD	2017-12-01 14:28:11 UTC (rev 271067)
@@ -2,7 +2,7 @@
 # Contributor: Clément DEMOULINS <clement at archivel.fr>
 pkgname=texstudio
 pkgver=2.12.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Integrated writing environment for creating LaTeX documents"
 arch=('x86_64')
 url="http://texstudio.sourceforge.net/"
@@ -13,13 +13,16 @@
             'okular: alternate pdf reader')
 replaces=('texmakerx')
 source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver}"
-        fs54269.patch)
+        fs54269.patch
+        fs56433.patch)
 sha512sums=('SKIP'
-            '247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68')
+            '247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
+            '3c5df094564c0d4a2ad09ea408eb129f723bded6c274f5ceb695f0672cbcbf2dab57edf86232e4bf302bec9c0f049ca0a11845b4bf9dfb37023494ed279ff9a9')
 
 prepare() {
     cd hg
     patch -Np1 < "${srcdir}"/fs54269.patch
+    patch -Np1 < "${srcdir}"/fs56433.patch
 }
 
 build() {

Added: fs56433.patch
===================================================================
--- fs56433.patch	                        (rev 0)
+++ fs56433.patch	2017-12-01 14:28:11 UTC (rev 271067)
@@ -0,0 +1,12 @@
+diff -r 184eb474c083 grammarcheck.cpp
+--- a/grammarcheck.cpp	Sun Nov 26 21:13:19 2017 +0100
++++ b/grammarcheck.cpp	Fri Dec 01 15:23:55 2017 +0100
+@@ -898,7 +898,7 @@
+     }
+     triedToStart = true;
+     startTime = 0;
+-    if (ltPath == "" || !QFileInfo(ltPath).exists()) return;
++    if (ltPath == "") return;
+     javaProcess = new QProcess();
+     connect(javaProcess, SIGNAL(finished(int)), javaProcess, SLOT(deleteLater()));
+     connect(this, SIGNAL(destroyed()), javaProcess, SLOT(deleteLater()));



More information about the arch-commits mailing list