lyx: update to 2.3.7, adopt.
This commit is contained in:
parent
8a9e65789a
commit
24d1ef4534
|
@ -1,22 +0,0 @@
|
|||
https://src.fedoraproject.org/rpms/lyx/raw/rawhide/f/lyx-2.3.6-fix-gcc12.patch
|
||||
https://bugs.gentoo.org/841743
|
||||
--- a/src/insets/InsetListings.cpp
|
||||
+++ b/src/insets/InsetListings.cpp
|
||||
@@ -44,6 +44,7 @@
|
||||
|
||||
#include "support/regex.h"
|
||||
|
||||
+#include <cstring>
|
||||
#include <sstream>
|
||||
|
||||
using namespace std;
|
||||
--- a/src/lyxfind.cpp
|
||||
+++ b/src/lyxfind.cpp
|
||||
@@ -52,6 +52,7 @@
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include "support/regex.h"
|
||||
+#include <iterator>
|
||||
|
||||
using namespace std;
|
||||
using namespace lyx::support;
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'lyx'
|
||||
pkgname=lyx
|
||||
version=2.3.6.1
|
||||
version=2.3.7r1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-qt5 --without-included-mythes --without-included-boost"
|
||||
|
@ -8,9 +8,9 @@ hostmakedepends="pkg-config bc qt5-devel"
|
|||
makedepends="file-devel boost-devel mythes-devel enchant2-devel qt5-svg-devel"
|
||||
depends="virtual?tex GraphicsMagick python3"
|
||||
short_desc="Document Processor WYSIWYM Editor & Latex frontend"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Eloi Torrents <eloitor@disroot.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.lyx.org/Home"
|
||||
distfiles="https://ftp.lip6.fr/pub/lyx/stable/2.3.x/${pkgname}-${version}.tar.gz"
|
||||
checksum=6d6f5458ebaac644cdfa35114d029e9ec57b4d930268d6d40bd9795d5c7e7929
|
||||
distfiles="https://ftp.lip6.fr/pub/lyx/stable/2.3.x/${pkgname}-${version/r/-}.tar.gz"
|
||||
checksum=910bb48d9b19c0cfeb6ec845eb318515f33a63ea7892a99b2e7b67c6b518bacd
|
||||
python_version=3
|
||||
|
|
Loading…
Reference in New Issue