Commit 5abaace1 authored by Tobias C. Berner's avatar Tobias C. Berner
Browse files

KDE: Update KDE Framewworks 6 to 6.1.0

Friday, 12 April 2024

KDE today announces the release of KDE Frameworks 6.1.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:	https://kde.org/announcements/frameworks/6/6.1.0/
parent a0d99410
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ KDE_FRAMEWORKS5_VERSION?= 5.115.0
KDE_FRAMEWORKS5_BRANCH?=	stable

# Next KDE Frameworks (Qt6 based)
KDE_FRAMEWORKS6_VERSION?=	6.0.0
KDE_FRAMEWORKS6_VERSION?=	6.1.0
KDE_FRAMEWORKS6_BRANCH?=	stable

# Current KDE applications.
+3 −3
Original line number Diff line number Diff line
TIMESTAMP = 1708670351
SHA256 (KDE/frameworks/6.0.0/karchive-6.0.0.tar.xz) = 75a591d9648026eb86826974e6f3882e7f620592ecef8fabeb19206e63b04e50
SIZE (KDE/frameworks/6.0.0/karchive-6.0.0.tar.xz) = 1029452
TIMESTAMP = 1713022539
SHA256 (KDE/frameworks/6.1.0/karchive-6.1.0.tar.xz) = 576c7133cfb994b530bd7377030b926bda227aa2ae420d5d8538f2681926f82c
SIZE (KDE/frameworks/6.1.0/karchive-6.1.0.tar.xz) = 1031284
+3 −1
Original line number Diff line number Diff line
@@ -29,8 +29,8 @@ lib/cmake/KF6Archive/KF6ArchiveConfigVersion.cmake
lib/cmake/KF6Archive/KF6ArchiveTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF6Archive/KF6ArchiveTargets.cmake
lib/libKF6Archive.so
lib/libKF6Archive.so.%%KDE_FRAMEWORKS_VERSION%%
lib/libKF6Archive.so.6
lib/libKF6Archive.so.%%KDE_FRAMEWORKS_VERSION%%
share/locale/ar/LC_MESSAGES/karchive6_qt.qm
share/locale/ast/LC_MESSAGES/karchive6_qt.qm
share/locale/bg/LC_MESSAGES/karchive6_qt.qm
@@ -53,11 +53,13 @@ share/locale/ja/LC_MESSAGES/karchive6_qt.qm
share/locale/ka/LC_MESSAGES/karchive6_qt.qm
share/locale/ko/LC_MESSAGES/karchive6_qt.qm
share/locale/lt/LC_MESSAGES/karchive6_qt.qm
share/locale/lv/LC_MESSAGES/karchive6_qt.qm
share/locale/nl/LC_MESSAGES/karchive6_qt.qm
share/locale/nn/LC_MESSAGES/karchive6_qt.qm
share/locale/pa/LC_MESSAGES/karchive6_qt.qm
share/locale/pl/LC_MESSAGES/karchive6_qt.qm
share/locale/pt/LC_MESSAGES/karchive6_qt.qm
share/locale/ro/LC_MESSAGES/karchive6_qt.qm
share/locale/ru/LC_MESSAGES/karchive6_qt.qm
share/locale/sk/LC_MESSAGES/karchive6_qt.qm
share/locale/sl/LC_MESSAGES/karchive6_qt.qm
+3 −3
Original line number Diff line number Diff line
TIMESTAMP = 1708670352
SHA256 (KDE/frameworks/6.0.0/kstatusnotifieritem-6.0.0.tar.xz) = b426176d2cbc6fe80c758b6c476a47341d89a92cbb3355c2be37428a41772907
SIZE (KDE/frameworks/6.0.0/kstatusnotifieritem-6.0.0.tar.xz) = 47384
TIMESTAMP = 1713022540
SHA256 (KDE/frameworks/6.1.0/kstatusnotifieritem-6.1.0.tar.xz) = 93e2c9caa70d4cce8059aa6cb81e5b161d405701db184ddff81303fa24fdef14
SIZE (KDE/frameworks/6.1.0/kstatusnotifieritem-6.1.0.tar.xz) = 47916
+3 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ share/locale/eu/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/fi/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/fr/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/gl/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/he/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/hu/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/ia/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/is/LC_MESSAGES/kstatusnotifieritem6_qt.qm
@@ -31,10 +32,12 @@ share/locale/ja/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/ka/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/ko/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/lt/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/lv/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/nl/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/nn/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/pl/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/pt_BR/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/ro/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/ru/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/sa/LC_MESSAGES/kstatusnotifieritem6_qt.qm
share/locale/sk/LC_MESSAGES/kstatusnotifieritem6_qt.qm
Loading