ktexteditor, revbump, use current libgit2 (#11840)

This commit is contained in:
Schrijvers Luc
2025-03-01 18:51:44 +01:00
committed by GitHub
parent 519cfe6db3
commit a741f4a5da
2 changed files with 6 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ to an advanced IDE."
HOMEPAGE="https://invent.kde.org/frameworks/ktexteditor/"
COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/ktexteditor-${portVersion}.tar.xz"
CHECKSUM_SHA256="94f67cd787271adbbff7c98683807119c4624533cd83076c777a01c7efe2b6c3"
@@ -71,7 +71,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= $portVersion
devel:libgit2$secondaryArchSuffix
devel:libgit2$secondaryArchSuffix >= 1.8
devel:libKF5Archive$secondaryArchSuffix == $portVersion
devel:libKF5Auth$secondaryArchSuffix == $portVersion
devel:libKF5Bookmarks$secondaryArchSuffix == $portVersion
@@ -107,6 +107,8 @@ BUILD_PREREQUIRES="
cmd:g++$secondaryArchSuffix
cmd:lrelease$secondaryArchSuffix >= 5
cmd:make
cmd:msgfmt$secondaryArchSuffix
cmd:msgmerge$secondaryArchSuffix
cmd:python3.10
"

View File

@@ -10,7 +10,7 @@ to an advanced IDE."
HOMEPAGE="https://invent.kde.org/frameworks/ktexteditor"
COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/ktexteditor-${portVersion}.tar.xz"
CHECKSUM_SHA256="82d33dccad98e2f514de4d17c4e665197fdd8588a55979358f88aeeac6fc4419"
SOURCE_DIR="ktexteditor-$portVersion"
@@ -86,7 +86,7 @@ BUILD_REQUIRES="
extra_cmake_modules$secondaryArchSuffix
qt6_tools${secondaryArchSuffix}_devel
devel:libeditorconfig$secondaryArchSuffix
devel:libgit2$secondaryArchSuffix
devel:libgit2$secondaryArchSuffix >= 1.8
devel:libKF6Archive$secondaryArchSuffix == $libVersion
devel:libKF6GuiAddons$secondaryArchSuffix == $libVersion
devel:libKF6I18n$secondaryArchSuffix == $libVersion