From d514fa2733c1d71d01db713983b5e59f28639d0b Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Fri, 20 Jan 2023 12:03:10 +0100 Subject: [PATCH] lyx: update to 2.3.7, adopt. --- srcpkgs/lyx/patches/lyx-2.3.6.1-gcc12.patch | 22 --------------------- srcpkgs/lyx/template | 9 +++++---- 2 files changed, 5 insertions(+), 26 deletions(-) delete mode 100644 srcpkgs/lyx/patches/lyx-2.3.6.1-gcc12.patch diff --git a/srcpkgs/lyx/patches/lyx-2.3.6.1-gcc12.patch b/srcpkgs/lyx/patches/lyx-2.3.6.1-gcc12.patch deleted file mode 100644 index b1acbdb9087d..000000000000 --- a/srcpkgs/lyx/patches/lyx-2.3.6.1-gcc12.patch +++ /dev/null @@ -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 - #include - - using namespace std; ---- a/src/lyxfind.cpp -+++ b/src/lyxfind.cpp -@@ -52,6 +52,7 @@ - #include "support/lstrings.h" - - #include "support/regex.h" -+#include - - using namespace std; - using namespace lyx::support; diff --git a/srcpkgs/lyx/template b/srcpkgs/lyx/template index 96dad71fe07e..209758b92f96 100644 --- a/srcpkgs/lyx/template +++ b/srcpkgs/lyx/template @@ -1,6 +1,7 @@ # Template file for 'lyx' pkgname=lyx -version=2.3.6.1 +version=2.3.7 +_revision=1 revision=1 build_style=gnu-configure configure_args="--enable-qt5 --without-included-mythes --without-included-boost" @@ -8,9 +9,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 " +maintainer="Eloi Torrents " 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}-${_revision}.tar.gz" +checksum=910bb48d9b19c0cfeb6ec845eb318515f33a63ea7892a99b2e7b67c6b518bacd python_version=3