From 56493904998b6ad6219b76f6e04c2614910b68dd Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 17 Jan 2025 09:32:42 +0100 Subject: [PATCH] tokodon, bump version (#11656) --- ...24.12.0.patchset => tokodon-24.12.1.patchset} | 16 ++++++++-------- ...don-24.12.0.recipe => tokodon-24.12.1.recipe} | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) rename net-im/tokodon/patches/{tokodon-24.12.0.patchset => tokodon-24.12.1.patchset} (98%) rename net-im/tokodon/{tokodon-24.12.0.recipe => tokodon-24.12.1.recipe} (96%) diff --git a/net-im/tokodon/patches/tokodon-24.12.0.patchset b/net-im/tokodon/patches/tokodon-24.12.1.patchset similarity index 98% rename from net-im/tokodon/patches/tokodon-24.12.0.patchset rename to net-im/tokodon/patches/tokodon-24.12.1.patchset index c32fa2a2a..1dce59ad6 100644 --- a/net-im/tokodon/patches/tokodon-24.12.0.patchset +++ b/net-im/tokodon/patches/tokodon-24.12.1.patchset @@ -1,11 +1,11 @@ -From f918851fd2f20cdc83afad08962ac8da556a9bfc Mon Sep 17 00:00:00 2001 +From 1bbc62384aae083974584b65f558de9d5855f1c8 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 20 Dec 2024 15:29:06 +0100 Subject: Disable KF6DBusAddons on Haiku diff --git a/CMakeLists.txt b/CMakeLists.txt -index 1fca775..2d39904 100644 +index 739792e..6517e09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,7 +124,7 @@ if (UNIX AND NOT APPLE AND NOT ANDROID AND NOT TOKODON_FLATPAK) @@ -21,17 +21,17 @@ index 1fca775..2d39904 100644 2.45.2 -From 0df11c529eb09b25979c4d5b36a8f152aa3a4efa Mon Sep 17 00:00:00 2001 +From eb06d96dd51431ddb222f6b9f5a42f0b4173fb05 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 31 Mar 2024 11:36:18 +1000 Subject: Style fixes for Haiku diff --git a/src/content/ui/Main.qml b/src/content/ui/Main.qml -index 03a6dae..49a2057 100644 +index dcab321..47b82b6 100644 --- a/src/content/ui/Main.qml +++ b/src/content/ui/Main.qml -@@ -445,7 +445,7 @@ StatefulApp.StatefulWindow { +@@ -459,7 +459,7 @@ StatefulApp.StatefulWindow { } } property Kirigami.Action globalTimelineAction: Kirigami.Action { @@ -40,7 +40,7 @@ index 03a6dae..49a2057 100644 text: i18n("Global") checkable: true onTriggered: { -@@ -461,7 +461,7 @@ StatefulApp.StatefulWindow { +@@ -475,7 +475,7 @@ StatefulApp.StatefulWindow { } property Kirigami.Action conversationAction: Kirigami.Action { @@ -49,7 +49,7 @@ index 03a6dae..49a2057 100644 text: i18n("Conversations") checkable: true onTriggered: { -@@ -488,7 +488,7 @@ StatefulApp.StatefulWindow { +@@ -502,7 +502,7 @@ StatefulApp.StatefulWindow { } property Kirigami.Action bookmarksAction: Kirigami.Action { @@ -58,7 +58,7 @@ index 03a6dae..49a2057 100644 text: i18n("Bookmarks") checkable: true onTriggered: { -@@ -504,7 +504,7 @@ StatefulApp.StatefulWindow { +@@ -518,7 +518,7 @@ StatefulApp.StatefulWindow { } property Kirigami.Action exploreAction: Kirigami.Action { diff --git a/net-im/tokodon/tokodon-24.12.0.recipe b/net-im/tokodon/tokodon-24.12.1.recipe similarity index 96% rename from net-im/tokodon/tokodon-24.12.0.recipe rename to net-im/tokodon/tokodon-24.12.1.recipe index c0008e4b8..0e1723213 100644 --- a/net-im/tokodon/tokodon-24.12.0.recipe +++ b/net-im/tokodon/tokodon-24.12.1.recipe @@ -1,11 +1,11 @@ SUMMARY="KDE Mastodon client" DESCRIPTION="Tokodon is a Mastodon client. It allows you to interact with the Fediverse community." HOMEPAGE="https://invent.kde.org/network/tokodon" -COPYRIGHT="2021-2024 KDE Organisation" +COPYRIGHT="2021-2025 KDE Organisation" LICENSE="GNU GPL v3" -REVISION="3" +REVISION="1" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/tokodon-$portVersion.tar.xz" -CHECKSUM_SHA256="debc060f1c8573d5b937ada1ca043290bb37f58f420ef4a9c8327683e21fa537" +CHECKSUM_SHA256="ebed54913409d96214abdf6ae7c0c576ed3fa1dd63c0fef99dc6d48ede06f07f" PATCHES="tokodon-$portVersion.patchset" ADDITIONAL_FILES="tokodon.rdef.in"