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

2020-09-02 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, September 2, 2020 @ 08:58:00
  Author: svenstaro
Revision: 696271

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 696270, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 696270, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
(from rev 696270, 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 |   24 +++
 3 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-02 08:57:52 UTC (rev 696270)
+++ PKGBUILD2020-09-02 08:58:00 UTC (rev 696271)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=3.0.0
-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=("$pkgname-$pkgver.tar.gz::https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
-fs54269.patch
-fs56433.patch)
-sha512sums=('d395b71aac58aa9d67430858506877d8344e49c6f1a67a635d53772604d3eb07bb96967bcd6a4e3e0c06fd72fccef5d16b5fff68a2fd6ea68ffcdd6c1199063d'
-
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
-
'1b7e67e42c9d95f4c89aa8e8f7406df7ad94124415c34ad526d5095c9ad76368357ea3d0df83b356b3bdb86949544d3fcc15845bc2106883800985d36b56d23c')
-
-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 696270, 
texstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-02 08:58:00 UTC (rev 696271)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=3.0.1
+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=("$pkgname-$pkgver.tar.gz::https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
+fs54269.patch
+fs56433.patch)
+sha512sums=('aba57d9f45af259131d3ab47463a30bec24d8fa5b30a9c574308b8a7d6c1117acb1553df20ebe5855281510f82c4d55700a0db0dffeee1b69f2afec234e18b93'
+
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
+
'1b7e67e42c9d95f4c89aa8e8f7406df7ad94124415c34ad526d5095c9ad76368357ea3d0df83b356b3bdb86949544d3fcc15845bc2106883800985d36b56d23c')
+
+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} \
+

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

2020-08-25 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, August 25, 2020 @ 22:42:02
  Author: svenstaro
Revision: 688862

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 688861, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 688861, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
(from rev 688861, 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 |   36 +++---
 3 files changed, 67 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-25 22:41:34 UTC (rev 688861)
+++ PKGBUILD2020-08-25 22:42:02 UTC (rev 688862)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.22
-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=('c589285d1fba00812583a3d58602a99e044eb4bcf6a84b939d00ad7fe4ba8f15788031361fc9b4cb8df19f8098911c437d1de5459c1736fa40888b88d13b10d1'
-
'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 688861, 
texstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-25 22:42:02 UTC (rev 688862)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=3.0.0
+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=("$pkgname-$pkgver.tar.gz::https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
+fs54269.patch
+fs56433.patch)
+sha512sums=('d395b71aac58aa9d67430858506877d8344e49c6f1a67a635d53772604d3eb07bb96967bcd6a4e3e0c06fd72fccef5d16b5fff68a2fd6ea68ffcdd6c1199063d'
+
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
+
'1b7e67e42c9d95f4c89aa8e8f7406df7ad94124415c34ad526d5095c9ad76368357ea3d0df83b356b3bdb86949544d3fcc15845bc2106883800985d36b56d23c')
+
+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} \
+

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

2020-01-18 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 18, 2020 @ 19:16:46
  Author: svenstaro
Revision: 553063

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 553062, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 553062, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
(from rev 553062, 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
===
--- PKGBUILD2020-01-18 19:16:39 UTC (rev 553062)
+++ PKGBUILD2020-01-18 19:16:46 UTC (rev 553063)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.20
-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=('13edcac49a5027521b518faf877a1004136046fa9d9278b80139df0bb57584c66c7ce52b9a9426806f7456f7eba4ecbe4448f205c90e630f5ba6893a426d6eff'
-
'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 553062, 
texstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 19:16:46 UTC (rev 553063)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.22
+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=('c589285d1fba00812583a3d58602a99e044eb4bcf6a84b939d00ad7fe4ba8f15788031361fc9b4cb8df19f8098911c437d1de5459c1736fa40888b88d13b10d1'
+
'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} \
+

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

2020-01-15 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, January 16, 2020 @ 03:34:54
  Author: svenstaro
Revision: 552725

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 552724, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 552724, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
(from rev 552724, 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
===
--- PKGBUILD2020-01-16 03:34:48 UTC (rev 552724)
+++ PKGBUILD2020-01-16 03:34:54 UTC (rev 552725)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.18
-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=('826e1e565292e5395a1465215a95ad9c7ad73d88af213de42153fbb410d8a4e4673a83499abd25ad78f901a4e241d4f0ea0cf5a504364ebed86c5a021acd0a4d'
-
'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 552724, 
texstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-16 03:34:54 UTC (rev 552725)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.20
+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=('13edcac49a5027521b518faf877a1004136046fa9d9278b80139df0bb57584c66c7ce52b9a9426806f7456f7eba4ecbe4448f205c90e630f5ba6893a426d6eff'
+
'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} \
+

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

2019-12-27 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, December 27, 2019 @ 15:23:11
  Author: svenstaro
Revision: 543091

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 543090, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 543090, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
(from rev 543090, 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
===
--- PKGBUILD2019-12-27 15:22:53 UTC (rev 543090)
+++ PKGBUILD2019-12-27 15:23:11 UTC (rev 543091)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-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
-}

Copied: texstudio/repos/community-x86_64/PKGBUILD (from rev 543090, 
texstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-27 15:23:11 UTC (rev 543091)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.18
+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=('826e1e565292e5395a1465215a95ad9c7ad73d88af213de42153fbb410d8a4e4673a83499abd25ad78f901a4e241d4f0ea0cf5a504364ebed86c5a021acd0a4d'
+
'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} \
+

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

2019-05-23 Thread Sven-Hendrik Haase via arch-commits
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
===
--- PKGBUILD2019-05-24 03:57:40 UTC (rev 469471)
+++ PKGBUILD2019-05-24 03:57:48 UTC (rev 469472)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-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)
+++ PKGBUILD2019-05-24 03:57:48 UTC (rev 469472)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+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} \
+

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

2018-11-30 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, November 30, 2018 @ 23:34:46
  Author: svenstaro
Revision: 410663

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 410662, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 410662, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
(from rev 410662, 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
===
--- PKGBUILD2018-11-30 23:34:40 UTC (rev 410662)
+++ PKGBUILD2018-11-30 23:34:46 UTC (rev 410663)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.12
-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=('e43d60013244308599a815ba0685546ee68a055731076e49aadd52fe9c6b4668aa9c23bfdd6ab332fcc2e57cf4d2ced1819ab433ad428c91b00422988559b0b2'
-
'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 410662, 
texstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 23:34:46 UTC (rev 410663)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+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} \
+

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

2018-11-26 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 26, 2018 @ 17:45:47
  Author: svenstaro
Revision: 409792

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 409791, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 409791, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
(from rev 409791, 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  |   92 ++--
 fs54269.patch |   22 ++---
 fs56433.patch |   48 ++---
 3 files changed, 79 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 17:45:40 UTC (rev 409791)
+++ PKGBUILD2018-11-26 17:45:47 UTC (rev 409792)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.10
-pkgrel=3
-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')
-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=('c3d1e14df8efe3f37dd71e5d0148f57f117c666b9487712fca5a7bd967eca4f7951c970bc5bffab14daef4fb8497af33edf2fce23cc9ae4cf598d905d9312ef0'
-
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
-
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
-
-prepare() {
-cd texstudio-${pkgver}
-sed -i "s/-lquazip/-lquazip5/g" texstudio.pro
-sed -i "s|include/quazip|include/quazip5|g" texstudio.pro
-
-cd 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 409791, 
texstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 17:45:47 UTC (rev 409792)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.12
+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=('e43d60013244308599a815ba0685546ee68a055731076e49aadd52fe9c6b4668aa9c23bfdd6ab332fcc2e57cf4d2ced1819ab433ad428c91b00422988559b0b2'
+
'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 

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

2018-07-06 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, July 7, 2018 @ 00:46:33
  Author: svenstaro
Revision: 353929

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 353928, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 353928, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
(from rev 353928, 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  |   92 +---
 fs54269.patch |   22 ++---
 fs56433.patch |   48 ++---
 3 files changed, 83 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-07 00:46:29 UTC (rev 353928)
+++ PKGBUILD2018-07-07 00:46:33 UTC (rev 353929)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.10
-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')
-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=('c3d1e14df8efe3f37dd71e5d0148f57f117c666b9487712fca5a7bd967eca4f7951c970bc5bffab14daef4fb8497af33edf2fce23cc9ae4cf598d905d9312ef0'
-
'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" 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 -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 353928, 
texstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-07 00:46:33 UTC (rev 353929)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.10
+pkgrel=2
+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')
+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=('c3d1e14df8efe3f37dd71e5d0148f57f117c666b9487712fca5a7bd967eca4f7951c970bc5bffab14daef4fb8497af33edf2fce23cc9ae4cf598d905d9312ef0'
+
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
+
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
+
+prepare() {
+cd texstudio-${pkgver}
+sed -i "s/-lquazip/-lquazip5/g" texstudio.pro
+sed -i "s|include/quazip|include/quazip5|g" texstudio.pro
+
+cd 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 -background none -density 1200 -resize ${res} \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
+

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

2018-07-06 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, July 6, 2018 @ 16:18:20
  Author: svenstaro
Revision: 353858

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 353857, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 353857, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
(from rev 353857, 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
===
--- PKGBUILD2018-07-06 16:18:16 UTC (rev 353857)
+++ PKGBUILD2018-07-06 16:18:20 UTC (rev 353858)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.8
-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')
-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=('0076617f6421fa959c8c327bc81d4d27779358481b377d83856fe26b963d7c3c1e04d3b11e8f7eeb99cab9c089c8e7afcbb9c93a5aaccd00cf493792b802bfcb'
-
'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" 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 -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 353857, 
texstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-06 16:18:20 UTC (rev 353858)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.10
+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')
+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=('c3d1e14df8efe3f37dd71e5d0148f57f117c666b9487712fca5a7bd967eca4f7951c970bc5bffab14daef4fb8497af33edf2fce23cc9ae4cf598d905d9312ef0'
+
'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" 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 -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   2018-07-06 

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

2018-03-04 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, March 5, 2018 @ 00:56:12
  Author: svenstaro
Revision: 302452

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 302451, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 302451, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
(from rev 302451, 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
===
--- PKGBUILD2018-03-05 00:56:06 UTC (rev 302451)
+++ PKGBUILD2018-03-05 00:56:12 UTC (rev 302452)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.6
-pkgrel=5
-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')
-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
-fs56433.patch)
-sha512sums=('SKIP'
-
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
-
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
-
-prepare() {
-cd hg
-patch -Np1 < "${srcdir}"/fs54269.patch
-patch -Np1 < "${srcdir}"/fs56433.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-x86_64/PKGBUILD (from rev 302451, 
texstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-05 00:56:12 UTC (rev 302452)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.8
+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')
+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=('0076617f6421fa959c8c327bc81d4d27779358481b377d83856fe26b963d7c3c1e04d3b11e8f7eeb99cab9c089c8e7afcbb9c93a5aaccd00cf493792b802bfcb'
+
'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" 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 -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   2018-03-05 00:56:06 UTC (rev 302451)
+++ fs54269.patch   2018-03-05 00:56:12 UTC (rev 302452)
@@ -1,11 +0,0 @@
-diff 

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

2017-12-01 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, December 1, 2017 @ 20:11:44
  Author: svenstaro
Revision: 271228

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 271227, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 271227, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
(from rev 271227, 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 |   36 +++---
 3 files changed, 79 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-01 20:11:24 UTC (rev 271227)
+++ PKGBUILD2017-12-01 20:11:44 UTC (rev 271228)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.6
-pkgrel=4
-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')
-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
-fs56433.patch)
-sha512sums=('SKIP'
-
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
-
'3c5df094564c0d4a2ad09ea408eb129f723bded6c274f5ceb695f0672cbcbf2dab57edf86232e4bf302bec9c0f049ca0a11845b4bf9dfb37023494ed279ff9a9')
-
-prepare() {
-cd hg
-patch -Np1 < "${srcdir}"/fs54269.patch
-patch -Np1 < "${srcdir}"/fs56433.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-x86_64/PKGBUILD (from rev 271227, 
texstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-01 20:11:44 UTC (rev 271228)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.6
+pkgrel=5
+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')
+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
+fs56433.patch)
+sha512sums=('SKIP'
+
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
+
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
+
+prepare() {
+cd hg
+patch -Np1 < "${srcdir}"/fs54269.patch
+patch -Np1 < "${srcdir}"/fs56433.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
+}

Deleted: fs54269.patch
===
--- fs54269.patch   2017-12-01 20:11:24 UTC (rev 271227)
+++ fs54269.patch   2017-12-01 20:11:44 UTC (rev 271228)
@@ -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
-