mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
konversation, revbump, fixes launch on 32bit (libdbus needed for Qt5) (#10446)
Also fix for crash on exit.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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`"
|
||||
|
||||
Reference in New Issue
Block a user