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

2017-10-04 Thread Evangelos Foutras
Date: Wednesday, October 4, 2017 @ 23:13:56
  Author: foutrelis
Revision: 261593

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

Added:
  texstudio/repos/community-staging-i686/
  texstudio/repos/community-staging-i686/PKGBUILD
(from rev 261592, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-staging-i686/fs54269.patch
(from rev 261592, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-staging-x86_64/
  texstudio/repos/community-staging-x86_64/PKGBUILD
(from rev 261592, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-staging-x86_64/fs54269.patch
(from rev 261592, texstudio/trunk/fs54269.patch)

+
 community-staging-i686/PKGBUILD|   41 +++
 community-staging-i686/fs54269.patch   |   11 
 community-staging-x86_64/PKGBUILD  |   41 +++
 community-staging-x86_64/fs54269.patch |   11 
 4 files changed, 104 insertions(+)

Copied: texstudio/repos/community-staging-i686/PKGBUILD (from rev 261592, 
texstudio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-04 23:13:56 UTC (rev 261593)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.6
+pkgrel=3
+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' 
'hicolor-icon-theme')
+makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
+optdepends=('evince: pdf reader'
+'okular: alternate pdf reader')
+replaces=('texmakerx')
+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
+make
+}
+
+package() {
+cd hg
+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 -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-staging-i686/fs54269.patch (from rev 261592, 
texstudio/trunk/fs54269.patch)
===
--- community-staging-i686/fs54269.patch(rev 0)
+++ community-staging-i686/fs54269.patch2017-10-04 23:13:56 UTC (rev 
261593)
@@ -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)

Copied: texstudio/repos/community-staging-x86_64/PKGBUILD (from rev 261592, 
texstudio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-04 23:13:56 UTC (rev 261593)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.6
+pkgrel=3
+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' 
'hicolor-icon-theme')
+makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
+optdepends=('evince: pdf reader'
+'okular: alternate pdf reader')
+replaces=('texmakerx')
+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
+make
+}
+
+package() {
+cd hg
+make INSTALL_ROOT="${pkgdir}" install
+
+for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
+mkdir -p 

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

2017-08-08 Thread Sven-Hendrik Haase
Date: Tuesday, August 8, 2017 @ 14:34:47
  Author: svenstaro
Revision: 249579

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

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

+
 /PKGBUILD  |   82 +++
 community-i686/PKGBUILD|   34 
 community-i686/fs54269.patch   |   11 +
 community-x86_64/PKGBUILD  |   34 
 community-x86_64/fs54269.patch |   11 +
 5 files changed, 104 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-08 14:34:36 UTC (rev 249578)
+++ community-i686/PKGBUILD 2017-08-08 14:34:47 UTC (rev 249579)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.6
-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' 
'hicolor-icon-theme')
-makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
-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
-
-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 -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-i686/PKGBUILD (from rev 249578, 
texstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-08 14:34:47 UTC (rev 249579)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.6
+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' 
'hicolor-icon-theme')
+makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
+optdepends=('evince: pdf reader'
+'okular: alternate pdf reader')
+replaces=('texmakerx')
+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
+make
+}
+
+package() {
+cd hg
+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 -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-i686/fs54269.patch (from rev 249578, 
texstudio/trunk/fs54269.patch)
===
--- community-i686/fs54269.patch(rev 0)
+++ community-i686/fs54269.patch2017-08-08 14:34:47 UTC (rev 249579)
@@ -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: community-x86_64/PKGBUILD
===
--- 

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

2017-01-25 Thread Sven-Hendrik Haase
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 
-# Contributor: Clément DEMOULINS 
-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 
+# Contributor: Clément DEMOULINS 
+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.patch2017-01-25 09:42:14 UTC (rev 209014)
+++ community-i686/fs52529.patch2017-01-25 09:42:28 UTC (rev 209015)
@@ -1,20 +0,0 @@
-# HG changeset patch
-# User jsunderme...@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 )
- {
--  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 
-# Contributor: Clément DEMOULINS 
-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 

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

2017-01-23 Thread Sven-Hendrik Haase
Date: Monday, January 23, 2017 @ 11:10:18
  Author: svenstaro
Revision: 208498

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-23 11:10:06 UTC (rev 208497)
+++ community-i686/PKGBUILD 2017-01-23 11:10:18 UTC (rev 208498)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.0
-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};)
-md5sums=('SKIP')
-
-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 208497, 
texstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-23 11:10:18 UTC (rev 208498)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+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/fs52529.patch (from rev 208497, 
texstudio/trunk/fs52529.patch)
===
--- community-i686/fs52529.patch(rev 0)
+++ community-i686/fs52529.patch2017-01-23 11:10:18 UTC (rev 208498)
@@ -0,0 +1,20 @@
+# HG changeset patch
+# User jsunderme...@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 )
+ {
+-  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-23 11:10:06 UTC (rev 208497)
+++ community-x86_64/PKGBUILD   2017-01-23 11:10:18 UTC (rev 208498)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.0
-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' 

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 13:21:33
  Author: arojas
Revision: 175339

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

Added:
  texstudio/repos/community-i686/PKGBUILD
(from rev 175338, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 175338, texstudio/trunk/PKGBUILD)
Deleted:
  texstudio/repos/community-i686/PKGBUILD
  texstudio/repos/community-i686/texstudio.install
  texstudio/repos/community-x86_64/PKGBUILD
  texstudio/repos/community-x86_64/texstudio.install

+
 /PKGBUILD  |   58 +++
 community-i686/PKGBUILD|   30 --
 community-i686/texstudio.install   |   15 -
 community-x86_64/PKGBUILD  |   30 --
 community-x86_64/texstudio.install |   15 -
 5 files changed, 58 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-14 11:20:47 UTC (rev 175338)
+++ community-i686/PKGBUILD 2016-05-14 11:21:33 UTC (rev 175339)
@@ -1,30 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-
-pkgname=texstudio
-pkgver=2.10.8
-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')
-optdepends=('evince: pdf reader'
-'kdegraphics-okular: alternate pdf reader')
-replaces=('texmakerx')
-install=$pkgname.install
-
-source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a14008ff4d23f33ae2f14dbb4efdcc35')
-
-build() {
-cd "$srcdir/$pkgname$pkgver"
-qmake-qt5 CONFIG-="debug" texstudio.pro
-make
-}
-
-package() {
-cd "$srcdir/$pkgname$pkgver"
-make INSTALL_ROOT="$pkgdir" install
-}

Copied: texstudio/repos/community-i686/PKGBUILD (from rev 175338, 
texstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-14 11:21:33 UTC (rev 175339)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+
+pkgname=texstudio
+pkgver=2.10.8
+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')
+optdepends=('evince: pdf reader'
+'kdegraphics-okular: alternate pdf reader')
+replaces=('texmakerx')
+
+source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a14008ff4d23f33ae2f14dbb4efdcc35')
+
+build() {
+cd "$srcdir/$pkgname$pkgver"
+qmake-qt5 CONFIG-="debug" texstudio.pro
+make
+}
+
+package() {
+cd "$srcdir/$pkgname$pkgver"
+make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-i686/texstudio.install
===
--- community-i686/texstudio.install2016-05-14 11:20:47 UTC (rev 175338)
+++ community-i686/texstudio.install2016-05-14 11:21:33 UTC (rev 175339)
@@ -1,15 +0,0 @@
-pkgname=texstudio
-
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-14 11:20:47 UTC (rev 175338)
+++ community-x86_64/PKGBUILD   2016-05-14 11:21:33 UTC (rev 175339)
@@ -1,30 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-
-pkgname=texstudio
-pkgver=2.10.8
-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')
-optdepends=('evince: pdf reader'
-'kdegraphics-okular: alternate pdf reader')
-replaces=('texmakerx')
-install=$pkgname.install
-
-source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a14008ff4d23f33ae2f14dbb4efdcc35')
-
-build() {
-cd "$srcdir/$pkgname$pkgver"
-qmake-qt5 CONFIG-="debug" texstudio.pro
-make
-}
-
-package() {
-cd "$srcdir/$pkgname$pkgver"
-make INSTALL_ROOT="$pkgdir" install
-}

Copied: texstudio/repos/community-x86_64/PKGBUILD 

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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 21:06:14
  Author: foutrelis
Revision: 149146

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

Added:
  texstudio/repos/community-staging-i686/
  texstudio/repos/community-staging-i686/PKGBUILD
(from rev 149144, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-staging-i686/texstudio.install
(from rev 149144, texstudio/trunk/texstudio.install)
  texstudio/repos/community-staging-x86_64/
  texstudio/repos/community-staging-x86_64/PKGBUILD
(from rev 149144, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-staging-x86_64/texstudio.install
(from rev 149144, texstudio/trunk/texstudio.install)

+
 community-staging-i686/PKGBUILD|   29 +++
 community-staging-i686/texstudio.install   |   15 +
 community-staging-x86_64/PKGBUILD  |   29 +++
 community-staging-x86_64/texstudio.install |   15 +
 4 files changed, 88 insertions(+)

Copied: texstudio/repos/community-staging-i686/PKGBUILD (from rev 149144, 
texstudio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 20:06:14 UTC (rev 149146)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+
+pkgname=texstudio
+pkgver=2.10.4
+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')
+optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
+replaces=('texmakerx')
+install=$pkgname.install
+
+source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('96b34746e5a2b7b4cc7ac83d7a92')
+
+build() {
+cd "$srcdir/$pkgname$pkgver"
+qmake-qt5 CONFIG-="debug" texstudio.pro
+make
+}
+
+package() {
+cd "$srcdir/$pkgname$pkgver"
+make INSTALL_ROOT="$pkgdir" install
+}

Copied: texstudio/repos/community-staging-i686/texstudio.install (from rev 
149144, texstudio/trunk/texstudio.install)
===
--- community-staging-i686/texstudio.install(rev 0)
+++ community-staging-i686/texstudio.install2015-12-06 20:06:14 UTC (rev 
149146)
@@ -0,0 +1,15 @@
+pkgname=texstudio
+
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:

Copied: texstudio/repos/community-staging-x86_64/PKGBUILD (from rev 149144, 
texstudio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 20:06:14 UTC (rev 149146)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+
+pkgname=texstudio
+pkgver=2.10.4
+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')
+optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
+replaces=('texmakerx')
+install=$pkgname.install
+
+source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('96b34746e5a2b7b4cc7ac83d7a92')
+
+build() {
+cd "$srcdir/$pkgname$pkgver"
+qmake-qt5 CONFIG-="debug" texstudio.pro
+make
+}
+
+package() {
+cd "$srcdir/$pkgname$pkgver"
+make INSTALL_ROOT="$pkgdir" install
+}

Copied: texstudio/repos/community-staging-x86_64/texstudio.install (from rev 
149144, texstudio/trunk/texstudio.install)
===
--- community-staging-x86_64/texstudio.install  (rev 0)
+++ community-staging-x86_64/texstudio.install  2015-12-06 20:06:14 UTC (rev 
149146)
@@ -0,0 +1,15 @@
+pkgname=texstudio
+
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-05-22 Thread Sven-Hendrik Haase
Date: Thursday, May 22, 2014 @ 12:21:48
  Author: svenstaro
Revision: 111666

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

Added:
  texstudio/repos/community-i686/
  texstudio/repos/community-i686/PKGBUILD
(from rev 111665, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-i686/texstudio.install
(from rev 111665, texstudio/trunk/texstudio.install)
  texstudio/repos/community-x86_64/
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 111665, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/texstudio.install
(from rev 111665, texstudio/trunk/texstudio.install)

+
 community-i686/PKGBUILD|   28 
 community-i686/texstudio.install   |   15 +++
 community-x86_64/PKGBUILD  |   28 
 community-x86_64/texstudio.install |   15 +++
 4 files changed, 86 insertions(+)

Copied: texstudio/repos/community-i686/PKGBUILD (from rev 111665, 
texstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-22 10:21:48 UTC (rev 111666)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Clément DEMOULINS clem...@archivel.fr
+
+pkgname=texstudio
+pkgver=2.7.0
+pkgrel=1
+pkgdesc=Integrated writing environment for creating LaTeX documents
+arch=('i686' 'x86_64')
+url=http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt4')
+optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
+replaces=('texmakerx')
+install=$pkgname.install
+
+source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2745d828d2c945bea97ea42e57fc881')
+
+build() {
+cd $srcdir/$pkgname$pkgver
+qmake-qt4 CONFIG-=debug texstudio.pro
+make
+}
+
+package() {
+cd $srcdir/$pkgname$pkgver
+make INSTALL_ROOT=$pkgdir install
+}

Copied: texstudio/repos/community-i686/texstudio.install (from rev 111665, 
texstudio/trunk/texstudio.install)
===
--- community-i686/texstudio.install(rev 0)
+++ community-i686/texstudio.install2014-05-22 10:21:48 UTC (rev 111666)
@@ -0,0 +1,15 @@
+pkgname=texstudio
+
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:

Copied: texstudio/repos/community-x86_64/PKGBUILD (from rev 111665, 
texstudio/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-22 10:21:48 UTC (rev 111666)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Clément DEMOULINS clem...@archivel.fr
+
+pkgname=texstudio
+pkgver=2.7.0
+pkgrel=1
+pkgdesc=Integrated writing environment for creating LaTeX documents
+arch=('i686' 'x86_64')
+url=http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt4')
+optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
+replaces=('texmakerx')
+install=$pkgname.install
+
+source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2745d828d2c945bea97ea42e57fc881')
+
+build() {
+cd $srcdir/$pkgname$pkgver
+qmake-qt4 CONFIG-=debug texstudio.pro
+make
+}
+
+package() {
+cd $srcdir/$pkgname$pkgver
+make INSTALL_ROOT=$pkgdir install
+}

Copied: texstudio/repos/community-x86_64/texstudio.install (from rev 111665, 
texstudio/trunk/texstudio.install)
===
--- community-x86_64/texstudio.install  (rev 0)
+++ community-x86_64/texstudio.install  2014-05-22 10:21:48 UTC (rev 111666)
@@ -0,0 +1,15 @@
+pkgname=texstudio
+
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et: