mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
kfourinline, bump to 25.04.0 (#12374)
This commit is contained in:
@@ -6,7 +6,7 @@ COPYRIGHT="2010-2025 KDE Organisation"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kfourinline-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="53af55dff09824169cb5e794f22cdfddf0d217a2ef4684d0859f09768629b52f"
|
||||
CHECKSUM_SHA256="149ea2a60af524ab779c97662bec0d546ee00116339a57f922b6c1b5956c8d15"
|
||||
SOURCE_DIR="kfourinline-$portVersion"
|
||||
ADDITIONAL_FILES="kfourinline.rdef.in"
|
||||
|
||||
@@ -15,7 +15,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
kfourinline$secondaryArchSuffix = $portVersion
|
||||
app:KFourInLine$secondaryArchSuffix = $portVersion
|
||||
app:KFourInLine = $portVersion
|
||||
cmd:kfourinlineproc$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -33,6 +33,7 @@ REQUIRES="
|
||||
lib:libKF6DNSSD$secondaryArchSuffix
|
||||
lib:libKF6GuiAddons$secondaryArchSuffix
|
||||
lib:libKF6I18n$secondaryArchSuffix
|
||||
lib:libKF6IconThemes$secondaryArchSuffix
|
||||
lib:libKF6WidgetsAddons$secondaryArchSuffix
|
||||
lib:libKF6XmlGui$secondaryArchSuffix
|
||||
# Qt6
|
||||
@@ -63,6 +64,7 @@ BUILD_REQUIRES="
|
||||
devel:libKF6DocTools$secondaryArchSuffix
|
||||
devel:libKF6GuiAddons$secondaryArchSuffix
|
||||
devel:libKF6I18n$secondaryArchSuffix
|
||||
devel:libKF6IconThemes$secondaryArchSuffix
|
||||
devel:libKF6WidgetsAddons$secondaryArchSuffix
|
||||
devel:libKF6XmlGui$secondaryArchSuffix
|
||||
# Qt6
|
||||
@@ -86,6 +88,8 @@ PATCH()
|
||||
sed -e '/kdoctools_install(po)/ s/^#*/#/' -i CMakeLists.txt
|
||||
# remove dbus service
|
||||
sed -e '/KDBusService service;/d' -i src/main.cpp
|
||||
# use Haiku's icon theme
|
||||
sed -e 's,\ KIconTheme::initTheme();,\// KIconTheme::initTheme();,g' -i src/main.cpp
|
||||
}
|
||||
|
||||
BUILD()
|
||||
Reference in New Issue
Block a user