mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/texstudio to 2.12.12-1
This commit is contained in:
parent
1db12c4a12
commit
402b20366e
1 changed files with 5 additions and 9 deletions
|
@ -5,13 +5,13 @@
|
|||
# - ARM patch, use NO_CRASH_HANDLER=1 for AArch64
|
||||
|
||||
pkgname=texstudio
|
||||
pkgver=2.12.10
|
||||
pkgrel=3
|
||||
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')
|
||||
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')
|
||||
|
@ -20,17 +20,13 @@ source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz"
|
|||
fs54269.patch
|
||||
fs56433.patch
|
||||
texstudio-debughelper-arm-fix.patch)
|
||||
sha512sums=('c3d1e14df8efe3f37dd71e5d0148f57f117c666b9487712fca5a7bd967eca4f7951c970bc5bffab14daef4fb8497af33edf2fce23cc9ae4cf598d905d9312ef0'
|
||||
sha512sums=('e43d60013244308599a815ba0685546ee68a055731076e49aadd52fe9c6b4668aa9c23bfdd6ab332fcc2e57cf4d2ced1819ab433ad428c91b00422988559b0b2'
|
||||
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
|
||||
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808'
|
||||
'dcb5ce7cd3e83fc221903fa895e6c428c54ada7468e74bb0a3e6bfac01c9e9575e4780d300b67f44064f2d25e10dd1aef531b847cdee71fbfbe7337808a0c8f4')
|
||||
|
||||
prepare() {
|
||||
cd texstudio-${pkgver}
|
||||
sed -i "s/-lquazip/-lquazip5/g" texstudio.pro
|
||||
sed -i "s|include/quazip|include/quazip5|g" texstudio.pro
|
||||
|
||||
cd src
|
||||
cd texstudio-${pkgver}/src
|
||||
patch -Np1 < "${srcdir}"/fs54269.patch
|
||||
patch -Np1 < "${srcdir}"/fs56433.patch
|
||||
patch -Np1 < "${srcdir}"/texstudio-debughelper-arm-fix.patch
|
||||
|
|
Loading…
Reference in a new issue