mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
tokodon, bump version (#11656)
This commit is contained in:
@@ -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 <begasus@gmail.com>
|
||||
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 {
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user