[arch-commits] Commit in texstudio/repos/community-x86_64 (6 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri May 24 03:57:48 UTC 2019


    Date: Friday, May 24, 2019 @ 03:57:48
  Author: svenstaro
Revision: 469472

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
    (from rev 469471, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
    (from rev 469471, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
    (from rev 469471, texstudio/trunk/fs56433.patch)
Deleted:
  texstudio/repos/community-x86_64/PKGBUILD
  texstudio/repos/community-x86_64/fs54269.patch
  texstudio/repos/community-x86_64/fs56433.patch

---------------+
 PKGBUILD      |   88 ++++++++++++++++++++++++++++----------------------------
 fs54269.patch |   22 +++++++-------
 fs56433.patch |   48 +++++++++++++++---------------
 3 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-24 03:57:40 UTC (rev 469471)
+++ PKGBUILD	2019-05-24 03:57:48 UTC (rev 469472)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Clément DEMOULINS <clement at archivel.fr>
-pkgname=texstudio
-pkgver=2.12.14
-pkgrel=1
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('x86_64')
-url="http://texstudio.sourceforge.net/"
-license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 'hicolor-icon-theme' 'hunspell' 'quazip' 'desktop-file-utils')
-makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
-optdepends=('evince: pdf reader'
-            'okular: alternate pdf reader')
-replaces=('texmakerx')
-source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz"
-        fs54269.patch
-        fs56433.patch)
-sha512sums=('fe2fe641a455425f87e28f3058f63df103823a97990365e3a3d67d14c4959a6e59db9205ce100f4ebbdb7c8a5c914b0514333b9b9537dd48053bf166e4326984'
-            '247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
-            'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
-
-prepare() {
-    cd texstudio-${pkgver}/src
-    patch -Np1 < "${srcdir}"/fs54269.patch
-    patch -Np1 < "${srcdir}"/fs56433.patch
-}
-
-build() {
-    cd texstudio-${pkgver}
-    qmake-qt5 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 texstudio.pro
-    make
-}
-
-package() {
-    cd texstudio-${pkgver}
-    make INSTALL_ROOT="${pkgdir}" install
-
-    for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
-        mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
-        convert +set date:create +set date:modify -background none -density 1200 -resize ${res} \
-            "${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
-            "${pkgdir}"/usr/share/icons/hicolor/${res}/apps/texstudio.png
-    done
-}

Copied: texstudio/repos/community-x86_64/PKGBUILD (from rev 469471, texstudio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-24 03:57:48 UTC (rev 469472)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Clément DEMOULINS <clement at archivel.fr>
+pkgname=texstudio
+pkgver=2.12.16
+pkgrel=1
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('x86_64')
+url="http://texstudio.sourceforge.net/"
+license=('GPL')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 'hicolor-icon-theme' 'hunspell' 'quazip' 'desktop-file-utils')
+makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
+optdepends=('evince: pdf reader'
+            'okular: alternate pdf reader')
+replaces=('texmakerx')
+source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz"
+        fs54269.patch
+        fs56433.patch)
+sha512sums=('0c17fda78e0cd491d2869ccb1a164ae2348281a39f9883d813ceb2ed6a0287c4cf9e784cafb9c0a12b8839d7afc8897f8f74acffd87a5dfcb50d3b344f33ad28'
+            '247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
+            'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
+
+prepare() {
+    cd texstudio-${pkgver}/src
+    patch -Np1 < "${srcdir}"/fs54269.patch
+    patch -Np1 < "${srcdir}"/fs56433.patch
+}
+
+build() {
+    cd texstudio-${pkgver}
+    qmake-qt5 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 texstudio.pro
+    make
+}
+
+package() {
+    cd texstudio-${pkgver}
+    make INSTALL_ROOT="${pkgdir}" install
+
+    for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
+        mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
+        convert +set date:create +set date:modify -background none -density 1200 -resize ${res} \
+            "${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
+            "${pkgdir}"/usr/share/icons/hicolor/${res}/apps/texstudio.png
+    done
+}

Deleted: fs54269.patch
===================================================================
--- fs54269.patch	2019-05-24 03:57:40 UTC (rev 469471)
+++ fs54269.patch	2019-05-24 03:57:48 UTC (rev 469472)
@@ -1,11 +0,0 @@
-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)

Copied: texstudio/repos/community-x86_64/fs54269.patch (from rev 469471, texstudio/trunk/fs54269.patch)
===================================================================
--- fs54269.patch	                        (rev 0)
+++ fs54269.patch	2019-05-24 03:57:48 UTC (rev 469472)
@@ -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)

Deleted: fs56433.patch
===================================================================
--- fs56433.patch	2019-05-24 03:57:40 UTC (rev 469471)
+++ fs56433.patch	2019-05-24 03:57:48 UTC (rev 469472)
@@ -1,24 +0,0 @@
-diff -r 184eb474c083 configmanager.cpp
---- a/configmanager.cpp	Sun Nov 26 21:13:19 2017 +0100
-+++ b/configmanager.cpp	Fri Dec 01 21:07:57 2017 +0100
-@@ -603,7 +603,7 @@
- #else
- 	registerOption("Grammar/Language Tool URL", &grammarCheckerConfig->languageToolURL, "http://localhost:8081/", &pseudoDialog->lineEditGrammarLTUrl);
- #endif
--	registerOption("Grammar/Language Tool Path", &grammarCheckerConfig->languageToolPath, "", &pseudoDialog->lineEditGrammarLTPath);
-+    registerOption("Grammar/Language Tool Path", &grammarCheckerConfig->languageToolPath, "/usr/share/languagetool:/usr/share/java/languagetool/*", &pseudoDialog->lineEditGrammarLTPath);
- 	registerOption("Grammar/Language Tool Arguments", &grammarCheckerConfig->languageToolArguments, "org.languagetool.server.HTTPServer -p 8081", &pseudoDialog->lineEditGrammarLTArguments);
- 	registerOption("Grammar/Language Tool Java Path", &grammarCheckerConfig->languageToolJavaPath, "java", &pseudoDialog->lineEditGrammarLTJava);
- 	registerOption("Grammar/Language Tool Autorun", &grammarCheckerConfig->languageToolAutorun, true, &pseudoDialog->checkBoxGrammarLTAutorun);
-diff -r 184eb474c083 grammarcheck.cpp
---- a/grammarcheck.cpp	Sun Nov 26 21:13:19 2017 +0100
-+++ b/grammarcheck.cpp	Fri Dec 01 21:07:57 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()));

Copied: texstudio/repos/community-x86_64/fs56433.patch (from rev 469471, texstudio/trunk/fs56433.patch)
===================================================================
--- fs56433.patch	                        (rev 0)
+++ fs56433.patch	2019-05-24 03:57:48 UTC (rev 469472)
@@ -0,0 +1,24 @@
+diff -r 184eb474c083 configmanager.cpp
+--- a/configmanager.cpp	Sun Nov 26 21:13:19 2017 +0100
++++ b/configmanager.cpp	Fri Dec 01 21:07:57 2017 +0100
+@@ -603,7 +603,7 @@
+ #else
+ 	registerOption("Grammar/Language Tool URL", &grammarCheckerConfig->languageToolURL, "http://localhost:8081/", &pseudoDialog->lineEditGrammarLTUrl);
+ #endif
+-	registerOption("Grammar/Language Tool Path", &grammarCheckerConfig->languageToolPath, "", &pseudoDialog->lineEditGrammarLTPath);
++    registerOption("Grammar/Language Tool Path", &grammarCheckerConfig->languageToolPath, "/usr/share/languagetool:/usr/share/java/languagetool/*", &pseudoDialog->lineEditGrammarLTPath);
+ 	registerOption("Grammar/Language Tool Arguments", &grammarCheckerConfig->languageToolArguments, "org.languagetool.server.HTTPServer -p 8081", &pseudoDialog->lineEditGrammarLTArguments);
+ 	registerOption("Grammar/Language Tool Java Path", &grammarCheckerConfig->languageToolJavaPath, "java", &pseudoDialog->lineEditGrammarLTJava);
+ 	registerOption("Grammar/Language Tool Autorun", &grammarCheckerConfig->languageToolAutorun, true, &pseudoDialog->checkBoxGrammarLTAutorun);
+diff -r 184eb474c083 grammarcheck.cpp
+--- a/grammarcheck.cpp	Sun Nov 26 21:13:19 2017 +0100
++++ b/grammarcheck.cpp	Fri Dec 01 21:07:57 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