neochat, revbump for kquickimageeditor name fix (#11058)

This commit is contained in:
Schrijvers Luc
2024-09-05 08:28:59 +02:00
committed by GitHub
parent 0e476428ef
commit 414b1bbb5d

View File

@@ -5,7 +5,7 @@ most notably Kirigami, KConfig and KI18n."
HOMEPAGE="https://apps.kde.org/en/neochat"
COPYRIGHT="2022 KDE Organisation"
LICENSE="GNU GPL v3"
REVISION="3"
REVISION="4"
SOURCE_URI="https://invent.kde.org/network/neochat/-/archive/v$portVersion/neochat-v$portVersion.tar.bz2"
CHECKSUM_SHA256="47546e1572dfcfc49e0de184fbca81cf22a48b63c346164795e0725ab7d7ffec"
SOURCE_DIR="neochat-v$portVersion"
@@ -23,7 +23,7 @@ REQUIRES="
haiku$secondaryArchSuffix
kirigami_addons$secondaryArchSuffix
kquickcharts$secondaryArchSuffix
kquickimageditor$secondaryArchSuffix
kquickimageeditor$secondaryArchSuffix
qqc2_desktop_style$secondaryArchSuffix
lib:libcmark$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
@@ -72,10 +72,10 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 6.0.0
kirigami_addons$secondaryArchSuffix
kquickimageeditor${secondaryArchSuffix}_devel
qqc2_desktop_style${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.115
kquickimageditor$secondaryArchSuffix
devel:libcmark$secondaryArchSuffix
devel:libKF5Archive$secondaryArchSuffix
devel:libKF5Auth$secondaryArchSuffix
@@ -121,6 +121,8 @@ BUILD_PREREQUIRES="
cmd:cmark
cmd:lrelease$secondaryArchSuffix >= 5
cmd:make
cmd:msgfmt
cmd:msgmerge
"
BUILD()