From 6e966d18f421ef993425460f5a392f0af7096c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 6 May 2024 17:50:09 +0200 Subject: FreeBSD: Fix loading of window decoration module in twin for new styles. This relates to issue TDE/tde-packaging-gentoo#373. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- .../files/patch-bp000-fix-loading-in-twin.diff | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 freebsd/applications/themes/twin-style-fahrenheit/files/patch-bp000-fix-loading-in-twin.diff (limited to 'freebsd/applications/themes/twin-style-fahrenheit/files') diff --git a/freebsd/applications/themes/twin-style-fahrenheit/files/patch-bp000-fix-loading-in-twin.diff b/freebsd/applications/themes/twin-style-fahrenheit/files/patch-bp000-fix-loading-in-twin.diff new file mode 100644 index 000000000..205aafd88 --- /dev/null +++ b/freebsd/applications/themes/twin-style-fahrenheit/files/patch-bp000-fix-loading-in-twin.diff @@ -0,0 +1,34 @@ +commit 50ad465a06aae81d96efca4ee9a7468b1f303c43 +Author: Michele Calgaro +Date: Fri May 3 10:15:38 2024 +0900 + + Fix loading of window decoration module in twin + + Signed-off-by: Michele Calgaro + +diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt +index 7f35eec..494ded2 100644 +--- a/client/CMakeLists.txt ++++ b/client/CMakeLists.txt +@@ -17,9 +17,9 @@ link_directories( + add_subdirectory( pics ) + + +-##### twin_fahrenheit (kpart) ++##### twin3_fahrenheit (kpart) + +-tde_add_kpart( twin_fahrenheit AUTOMOC ++tde_add_kpart( twin3_fahrenheit AUTOMOC + + SOURCES + fahrenheitclient.cpp +diff --git a/client/fahrenheit.desktop b/client/fahrenheit.desktop +index 32a887b..29f78a4 100644 +--- a/client/fahrenheit.desktop ++++ b/client/fahrenheit.desktop +@@ -1,4 +1,4 @@ + [Desktop Entry] + Encoding=UTF-8 + Name=Fahrenheit +-X-TDE-Library=twin_fahrenheit ++X-TDE-Library=twin3_fahrenheit -- cgit v1.2.1