konversation, revbump, fixes launch on 32bit (libdbus needed for Qt5) (#10446)

Also fix for crash on exit.
This commit is contained in:
Schrijvers Luc
2024-05-15 15:07:50 +02:00
committed by GitHub
parent 766282442b
commit 975cee83b6
2 changed files with 7 additions and 4 deletions

View File

@@ -15,6 +15,8 @@ resource app_version {
resource app_signature "@APP_SIGNATURE@";
resource("QT:QPA_FLAGS") "Q_KILL_ON_EXIT";
resource vector_icon {
$"6E63696605050002010603BA8ADA3C205BBD8346BC19994769614A510E00FFFF"
$"FFB4FFE405FFFFA40502010602BA8ADA3C205BBD8346BC19994769614A510E00"

View File

@@ -4,7 +4,7 @@ easy access to standard IRC networks such as Libera, where the KDE IRC channels
HOMEPAGE="https://konversation.kde.org/"
COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/konversation-$portVersion.tar.xz"
CHECKSUM_SHA256="60576f16773789596b612969bbbf3a2762ef1cbab21bc19565483310e63d25be"
SOURCE_DIR="konversation-$portVersion"
@@ -23,10 +23,11 @@ fi
PROVIDES="
konversation$secondaryArchSuffix = $portVersion
cmd:konversation$secondaryArchSuffix = $portVersion
cmd:konversation$commandSuffix = $portVersion
"
REQUIRES="
haiku${secondaryArchSuffix}
haiku$secondaryArchSuffix
lib:libdbus_1$secondaryArchSuffix
lib:libKF5Attica$secondaryArchSuffix
lib:libKF5Auth$secondaryArchSuffix
lib:libKF5Archive$secondaryArchSuffix
@@ -144,7 +145,7 @@ INSTALL()
{
make -Cbuild install
rm -rf $dataDir/{applications,dbus-1,icons,metainfo}
rm -rf $dataDir/{applications,icons,metainfo}
local APP_SIGNATURE="application/x-vnd.kde-konversation"
local MAJOR="`echo "$portVersion" | cut -d. -f1`"