diff --git a/net-p2p/nicotineplus/nicotineplus-3.3.10.recipe b/net-p2p/nicotineplus/nicotineplus-3.3.10.recipe index a1a78a9b5..09ded217b 100644 --- a/net-p2p/nicotineplus/nicotineplus-3.3.10.recipe +++ b/net-p2p/nicotineplus/nicotineplus-3.3.10.recipe @@ -9,6 +9,7 @@ SOURCE_URI="https://github.com/nicotine-plus/nicotine-plus/archive/refs/tags/$po CHECKSUM_SHA256="3917ebc562f2d6a6b26b3d815d7cbdf1d11c058d994b1f47794bbb850489b35e" SOURCE_DIR="nicotine-plus-$portVersion" ADDITIONAL_FILES="nicotineplus.rdef.in" +PATCHES="nicotineplus-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -23,7 +24,8 @@ PROVIDES=" REQUIRES=" haiku$secondaryArchSuffix cmd:python$pythonVersion - lib:libgtk_3$secondaryArchSuffix + lib:libgtk_4$secondaryArchSuffix + harfbuzz_glib pygobject_$pythonPackage " diff --git a/net-p2p/nicotineplus/patches/nicotineplus-3.3.10.patchset b/net-p2p/nicotineplus/patches/nicotineplus-3.3.10.patchset new file mode 100644 index 000000000..e1f468e46 --- /dev/null +++ b/net-p2p/nicotineplus/patches/nicotineplus-3.3.10.patchset @@ -0,0 +1,22 @@ +From 7f97047d27ce6cc63e955ecfe0d26d4b2b80c527 Mon Sep 17 00:00:00 2001 +From: Yourself +Date: Mon, 28 Jul 2025 14:09:21 +0000 +Subject: Restore Haiku native title bar + + +diff --git a/pynicotine/config.py b/pynicotine/config.py +index 8d96c10..99e60f0 100644 +--- a/pynicotine/config.py ++++ b/pynicotine/config.py +@@ -323,7 +323,7 @@ class Config: + "ui": { + "language": "", + "dark_mode": False, +- "header_bar": True, ++ "header_bar": False, + "icontheme": "", + "chatme": "#908E8B", + "chatremote": "", +-- +2.48.1 +