texworks: rebuild for lua53
This commit is contained in:
parent
0c2dce75d0
commit
b18647492f
2 changed files with 23 additions and 2 deletions
21
srcpkgs/texworks/patches/qt515.patch
Normal file
21
srcpkgs/texworks/patches/qt515.patch
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
From a5352a3a94e3685125650b65e6197de060326cc2 Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?Stefan=20L=C3=B6ffler?= <st.loeffler@gmail.com>
|
||||||
|
Date: Fri, 1 May 2020 08:05:46 +0200
|
||||||
|
Subject: [PATCH] <QtPDF> Fix compilation with Qt 5.15
|
||||||
|
|
||||||
|
---
|
||||||
|
modules/QtPDF/src/PDFBackend.cpp | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/modules/QtPDF/src/PDFBackend.cpp b/modules/QtPDF/src/PDFBackend.cpp
|
||||||
|
index 0305d87a..500d20aa 100644
|
||||||
|
--- modules/QtPDF/src/PDFBackend.cpp
|
||||||
|
+++ modules/QtPDF/src/PDFBackend.cpp
|
||||||
|
@@ -14,6 +14,7 @@
|
||||||
|
|
||||||
|
#include <PDFBackend.h>
|
||||||
|
#include <QPainter>
|
||||||
|
+#include <QPainterPath>
|
||||||
|
#include <QApplication>
|
||||||
|
|
||||||
|
namespace QtPDF {
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'texworks'
|
# Template file for 'texworks'
|
||||||
pkgname=texworks
|
pkgname=texworks
|
||||||
version=0.6.3
|
version=0.6.3
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="texworks-release-${version}"
|
wrksrc="texworks-release-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON
|
configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON
|
||||||
-DDESIRED_QT_VERSION:STRING=5"
|
-DDESIRED_QT_VERSION:STRING=5"
|
||||||
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
|
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
|
||||||
makedepends="lua-devel python3-devel qt5-tools-devel qt5-script-devel
|
makedepends="lua53-devel python3-devel qt5-tools-devel qt5-script-devel
|
||||||
poppler-qt5-devel hunspell-devel"
|
poppler-qt5-devel hunspell-devel"
|
||||||
depends="hunspell dejavu-fonts-ttf"
|
depends="hunspell dejavu-fonts-ttf"
|
||||||
short_desc="TeX editor"
|
short_desc="TeX editor"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue