mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
nicotineplus, move to GTK4 (#12632)
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
|
||||
22
net-p2p/nicotineplus/patches/nicotineplus-3.3.10.patchset
Normal file
22
net-p2p/nicotineplus/patches/nicotineplus-3.3.10.patchset
Normal file
@@ -0,0 +1,22 @@
|
||||
From 7f97047d27ce6cc63e955ecfe0d26d4b2b80c527 Mon Sep 17 00:00:00 2001
|
||||
From: Yourself <user@shredder.mshome.net>
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user