lyx, bump version (#10065)

This commit is contained in:
Schrijvers Luc
2024-02-07 10:29:28 +01:00
committed by GitHub
parent becc6c4702
commit 24cbe99db6

View File

@@ -15,11 +15,11 @@ cross-referenced PDF, just as readily produced - looks like nothing else."
HOMEPAGE="http://www.lyx.org"
COPYRIGHT="the lyx community"
LICENSE="GNU GPL v2"
REVISION="2"
SOURCE_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-$portVersion.tar.gz"
CHECKSUM_SHA256="6cd22594f2dc1e7c4860a97e3340513ab7a82899cd5e824bbaa2a147aa122932"
REVISION="1"
SOURCE_URI="https://ftp.lip6.fr/pub/lyx/stable/2.3.x/lyx-${portVersion//_/-}.tar.gz"
CHECKSUM_SHA256="910bb48d9b19c0cfeb6ec845eb318515f33a63ea7892a99b2e7b67c6b518bacd"
ADDITIONAL_FILES="lyx.rdef.in"
SOURCE_DIR="lyx-${portVersion/\_1/}"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -42,7 +42,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_system$secondaryArchSuffix >= 1.69.0
devel:libboost_system$secondaryArchSuffix >= 1.83.0
devel:libiconv$secondaryArchSuffix
devel:libQt5Concurrent$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix
@@ -81,7 +81,7 @@ INSTALL()
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
local MINOR="`echo "$portVersion" | cut -d. -f3`"
local MINOR="`echo "$portVersion" | cut -d. -f3 | cut -d_ -f1`"
local INTERNAL="0"
sed \
-e "s|@MAJOR@|$MAJOR|" \