neochat, revbump for rebuild (#13842)

This commit is contained in:
Schrijvers Luc
2026-04-15 08:20:50 +02:00
committed by GitHub
parent ce4a68f3c2
commit 9216b9fc25

View File

@@ -5,7 +5,7 @@ most notably Kirigami, KConfig and KI18n."
HOMEPAGE="https://apps.kde.org/en/neochat"
COPYRIGHT="2025 KDE Organisation"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/neochat-$portVersion.tar.xz"
CHECKSUM_SHA256="5fad96472a0b577a9f2bd7cc55ed7f6f481c448bf776e3d596ca0957afcc8c35"
ADDITIONAL_FILES="neochat.rdef.in"
@@ -46,6 +46,7 @@ REQUIRES="
lib:libKF6KIOCore$secondaryArchSuffix
lib:libKF6Notifications$secondaryArchSuffix
lib:libKF6Prison$secondaryArchSuffix
lib:libKF6Purpose$secondaryArchSuffix
lib:libKF6Service$secondaryArchSuffix
lib:libKF6Solid$secondaryArchSuffix
lib:libKF6SonnetCore$secondaryArchSuffix
@@ -81,7 +82,7 @@ BUILD_REQUIRES="
devel:libolm$secondaryArchSuffix
devel:libQCoro6Core$secondaryArchSuffix
devel:libQt6Keychain$secondaryArchSuffix
devel:libQuotientQt6$secondaryArchSuffix >= 0.9.0
devel:libQuotientQt6$secondaryArchSuffix >= 0.9
devel:libssl$secondaryArchSuffix >= 3
devel:libz$secondaryArchSuffix
# KF6
@@ -146,13 +147,12 @@ INSTALL()
mv $appsDir/neochat $appsDir/NeoChat
local APP_SIGNATURE="application/x-vnd.kde.neochat"
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
local MINOR="`echo "$portVersion" | cut -d. -f3`"
local APP_NAME="NeoChat"
local LONG_INFO="$SUMMARY"
local APP_SIGNATURE="application/x-vnd.neochat"
local APP_SIGNATURE="application/x-vnd.kde.neochat"
sed \
-e "s|@MAJOR@|$MAJOR|" \
-e "s|@MIDDLE@|$MIDDLE|" \