summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--04-texstudio-use-poppler-lcd.patch8
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bc0f6f2bd58..b0b825afbcb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texstudio-lcd
pkgdesc = IDE for LaTeX documents with LCD subpixel rendering backend for embedded viewer
- pkgver = 2.12.8
+ pkgver = 2.12.14
pkgrel = 1
url = http://texstudio.sourceforge.net/
arch = x86_64
@@ -33,8 +33,8 @@ pkgbase = texstudio-lcd
conflicts = texstudio
conflicts = texstudio-dark-git
replaces = texmakerx
- source = git+https://github.com/texstudio-org/texstudio#commit=613d4e15b55c4c9b3978acca30742cdcfb61d052
- source = http://poppler.freedesktop.org/poppler-0.43.0.tar.xz
+ source = git+https://github.com/texstudio-org/texstudio#commit=1551ba13b224a38229d1049983ac572710d352cd
+ source = https://poppler.freedesktop.org/poppler-0.43.0.tar.xz
source = 01-texstudio-bug-fix.patch
source = 02-subpixel-rendering-for-poppler-and-glib.patch
source = 03-cairo-backend-for-poppler-qt5.patch
@@ -44,7 +44,7 @@ pkgbase = texstudio-lcd
sha256sums = 78e242d233ce68a032d2fab5413e1658b952358d9cae71b7ec470c6adf95c0db
sha256sums = 608ecfee2e448b323623993072ae0ab80af0714ff19767eb0dc3a3c413c21279
sha256sums = 59e3ff8ea3b7e58a4d9e30a60b848fe8a6534b94025a08074488b747974b5626
- sha256sums = 64a38f1d31bf0462348eb4997ef2da5e230c2b58573854e9ab9bf2ede4667725
+ sha256sums = b9a9d98009051b741f577b14056149e151710b55fae6d3c12340fd3bfd5ebaf9
pkgname = texstudio-lcd
diff --git a/04-texstudio-use-poppler-lcd.patch b/04-texstudio-use-poppler-lcd.patch
index a3599d70daa3..d400a57402d2 100644
--- a/04-texstudio-use-poppler-lcd.patch
+++ b/04-texstudio-use-poppler-lcd.patch
@@ -34,10 +34,10 @@ index 1e7aec94..42d7d4fa 100644
!isEmpty(MXE){
message("Using MXE")
-@@ -69,8 +69,12 @@ isEmpty(NO_POPPLER_PREVIEW) {
- }else{
- PKG_CONFIG_EXE = "pkg-config"
- }
+@@ -72,8 +72,12 @@ isEmpty(NO_POPPLER_PREVIEW) {
+ # work-around for travis osx build
+ LIBS += -L/usr/local/Cellar/poppler/0.61.0-texworks/lib
+
- system($${PKG_CONFIG_EXE} --atleast-version=0.24 $${poppler_qt_pkg}):DEFINES += HAS_POPPLER_24
- system($${PKG_CONFIG_EXE} --atleast-version=0.31 $${poppler_qt_pkg}):DEFINES += HAS_POPPLER_31
+ #system($${PKG_CONFIG_EXE} --atleast-version=0.24 $${poppler_qt_pkg}):DEFINES += HAS_POPPLER_24
diff --git a/PKGBUILD b/PKGBUILD
index e093148b38ab..84f1b13cbec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texstudio-lcd
_pkgname=texstudio
-pkgver=2.12.8
+pkgver=2.12.14
pkgrel=1
pkgdesc="IDE for LaTeX documents with LCD subpixel rendering backend for embedded viewer"
arch=('x86_64')
@@ -16,9 +16,9 @@ optdepends=('evince-lcd-standalone: pdf reader with LCD subpixel rendering'
'okular-lcd-standalone: QT pdf reader with LCD subpixel rendering')
conflicts=('texstudio' 'texstudio-dark-git')
replaces=('texmakerx')
-_commit=613d4e15b55c4c9b3978acca30742cdcfb61d052
+_commit=1551ba13b224a38229d1049983ac572710d352cd
source=("git+https://github.com/texstudio-org/texstudio#commit=$_commit"
- "http://poppler.freedesktop.org/poppler-0.43.0.tar.xz"
+ "https://poppler.freedesktop.org/poppler-0.43.0.tar.xz"
01-texstudio-bug-fix.patch
02-subpixel-rendering-for-poppler-and-glib.patch
03-cairo-backend-for-poppler-qt5.patch
@@ -28,7 +28,7 @@ sha256sums=('SKIP'
'78e242d233ce68a032d2fab5413e1658b952358d9cae71b7ec470c6adf95c0db'
'608ecfee2e448b323623993072ae0ab80af0714ff19767eb0dc3a3c413c21279'
'59e3ff8ea3b7e58a4d9e30a60b848fe8a6534b94025a08074488b747974b5626'
- '8ddd9417fe94557a9d545a9d9772e454297e11723757dc5be34a61190a1d8e54')
+ 'b9a9d98009051b741f577b14056149e151710b55fae6d3c12340fd3bfd5ebaf9')
pkgver() {
cd $_pkgname