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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Jan 25 09:42:29 UTC 2017


    Date: Wednesday, January 25, 2017 @ 09:42:28
  Author: svenstaro
Revision: 209015

archrelease: copy trunk to community-i686, community-x86_64

Added:
  texstudio/repos/community-i686/PKGBUILD
    (from rev 209014, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/PKGBUILD
    (from rev 209014, texstudio/trunk/PKGBUILD)
Deleted:
  texstudio/repos/community-i686/PKGBUILD
  texstudio/repos/community-i686/fs52529.patch
  texstudio/repos/community-x86_64/PKGBUILD
  texstudio/repos/community-x86_64/fs52529.patch

--------------------------------+
 /PKGBUILD                      |   54 +++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD        |   34 ------------------------
 community-i686/fs52529.patch   |   20 --------------
 community-x86_64/PKGBUILD      |   34 ------------------------
 community-x86_64/fs52529.patch |   20 --------------
 5 files changed, 54 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-25 09:42:14 UTC (rev 209014)
+++ community-i686/PKGBUILD	2017-01-25 09:42:28 UTC (rev 209015)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Clément DEMOULINS <clement at archivel.fr>
-pkgname=texstudio
-pkgver=2.12.0
-pkgrel=2
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('i686' 'x86_64')
-url="http://texstudio.sourceforge.net/"
-license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11')
-makedepends=('qt5-tools' 'mercurial')
-optdepends=('evince: pdf reader'
-            'okular: alternate pdf reader')
-replaces=('texmakerx')
-source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver}"
-        "fs52529.patch")
-sha512sums=('SKIP'
-            '562f49ddab6e39ac0a05dd67a2eb14e6ce47af44cfbc7b850edb6e4189b8c2ddebb6c4c118b4e8faeb0b49c3180d8cc24f5eb45b421f6acac996fd332a58f8d7')
-
-prepare() {
-    cd hg
-    patch -Np1 < "$srcdir"/fs52529.patch
-}
-
-build() {
-    cd hg
-    qmake-qt5 CONFIG-="debug" texstudio.pro
-    make
-}
-
-package() {
-    cd hg
-    make INSTALL_ROOT="$pkgdir" install
-}

Copied: texstudio/repos/community-i686/PKGBUILD (from rev 209014, texstudio/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-25 09:42:28 UTC (rev 209015)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Clément DEMOULINS <clement at archivel.fr>
+pkgname=texstudio
+pkgver=2.12.2
+pkgrel=1
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('i686' 'x86_64')
+url="http://texstudio.sourceforge.net/"
+license=('GPL')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11')
+makedepends=('qt5-tools' 'mercurial')
+optdepends=('evince: pdf reader'
+            'okular: alternate pdf reader')
+replaces=('texmakerx')
+source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver}")
+sha512sums=('SKIP')
+
+build() {
+    cd hg
+    qmake-qt5 CONFIG-="debug" texstudio.pro
+    make
+}
+
+package() {
+    cd hg
+    make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-i686/fs52529.patch
===================================================================
--- community-i686/fs52529.patch	2017-01-25 09:42:14 UTC (rev 209014)
+++ community-i686/fs52529.patch	2017-01-25 09:42:28 UTC (rev 209015)
@@ -1,20 +0,0 @@
-# HG changeset patch
-# User jsundermeyer at sf.net <jsundermeyer at sf.net>
-# Date 1484825587 -3600
-#      Thu Jan 19 12:33:07 2017 +0100
-# Node ID 77c705b374b17a1d238edf89495a061442323776
-# Parent  89b651aae5cf74f66dc3a183679706841b9bc994
-fix command detection
-
-diff -r 89b651aae5cf -r 77c705b374b1 buildmanager.cpp
---- a/buildmanager.cpp	Sat Jan 14 18:37:44 2017 +0100
-+++ b/buildmanager.cpp	Thu Jan 19 12:33:07 2017 +0100
-@@ -592,7 +592,7 @@
- 
- QString addPathDelimeter(const QString &a)
- {
--	return ((a.endsWith("/") || a.endsWith("\\")) ? a : (a + "\\"));
-+    return ((a.endsWith("/") || a.endsWith("\\")) ? a : (a + QDir::separator()));
- }
- 
- QString BuildManager::findFileInPath(QString fileName)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-25 09:42:14 UTC (rev 209014)
+++ community-x86_64/PKGBUILD	2017-01-25 09:42:28 UTC (rev 209015)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Clément DEMOULINS <clement at archivel.fr>
-pkgname=texstudio
-pkgver=2.12.0
-pkgrel=2
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('i686' 'x86_64')
-url="http://texstudio.sourceforge.net/"
-license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11')
-makedepends=('qt5-tools' 'mercurial')
-optdepends=('evince: pdf reader'
-            'okular: alternate pdf reader')
-replaces=('texmakerx')
-source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver}"
-        "fs52529.patch")
-sha512sums=('SKIP'
-            '562f49ddab6e39ac0a05dd67a2eb14e6ce47af44cfbc7b850edb6e4189b8c2ddebb6c4c118b4e8faeb0b49c3180d8cc24f5eb45b421f6acac996fd332a58f8d7')
-
-prepare() {
-    cd hg
-    patch -Np1 < "$srcdir"/fs52529.patch
-}
-
-build() {
-    cd hg
-    qmake-qt5 CONFIG-="debug" texstudio.pro
-    make
-}
-
-package() {
-    cd hg
-    make INSTALL_ROOT="$pkgdir" install
-}

Copied: texstudio/repos/community-x86_64/PKGBUILD (from rev 209014, texstudio/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-25 09:42:28 UTC (rev 209015)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Clément DEMOULINS <clement at archivel.fr>
+pkgname=texstudio
+pkgver=2.12.2
+pkgrel=1
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('i686' 'x86_64')
+url="http://texstudio.sourceforge.net/"
+license=('GPL')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11')
+makedepends=('qt5-tools' 'mercurial')
+optdepends=('evince: pdf reader'
+            'okular: alternate pdf reader')
+replaces=('texmakerx')
+source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver}")
+sha512sums=('SKIP')
+
+build() {
+    cd hg
+    qmake-qt5 CONFIG-="debug" texstudio.pro
+    make
+}
+
+package() {
+    cd hg
+    make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/fs52529.patch
===================================================================
--- community-x86_64/fs52529.patch	2017-01-25 09:42:14 UTC (rev 209014)
+++ community-x86_64/fs52529.patch	2017-01-25 09:42:28 UTC (rev 209015)
@@ -1,20 +0,0 @@
-# HG changeset patch
-# User jsundermeyer at sf.net <jsundermeyer at sf.net>
-# Date 1484825587 -3600
-#      Thu Jan 19 12:33:07 2017 +0100
-# Node ID 77c705b374b17a1d238edf89495a061442323776
-# Parent  89b651aae5cf74f66dc3a183679706841b9bc994
-fix command detection
-
-diff -r 89b651aae5cf -r 77c705b374b1 buildmanager.cpp
---- a/buildmanager.cpp	Sat Jan 14 18:37:44 2017 +0100
-+++ b/buildmanager.cpp	Thu Jan 19 12:33:07 2017 +0100
-@@ -592,7 +592,7 @@
- 
- QString addPathDelimeter(const QString &a)
- {
--	return ((a.endsWith("/") || a.endsWith("\\")) ? a : (a + "\\"));
-+    return ((a.endsWith("/") || a.endsWith("\\")) ? a : (a + QDir::separator()));
- }
- 
- QString BuildManager::findFileInPath(QString fileName)



More information about the arch-commits mailing list