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

KDE: Update KDE Gear to 22.04.1 (bug fix & translation release)

Thursday, 12 May 2022. Over 120 individual programs plus dozens of
programmer libraries and feature plugins are released simultaneously as
part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 * dolphin: The terminal panel will keep in sync with quick folder
   changes now
 * kate: Fix crash on session restore
 * kalendar: Fix ’next week’ button in the week’s view

The full changelog can be found at
https://kde.org/announcements/changelogs/gear/22.04.1/
parent 97deffc5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -83,10 +83,10 @@ KDE_FRAMEWORKS_VERSION?= 5.93.0
KDE_FRAMEWORKS_BRANCH?= 	stable

# Current KDE applications.
KDE_APPLICATIONS_VERSION?=	22.04.0
KDE_APPLICATIONS_SHLIB_VER?=	5.20.0
KDE_APPLICATIONS_VERSION?=	22.04.1
KDE_APPLICATIONS_SHLIB_VER?=	5.20.1
# G as in KDE Gear, and as in "don't make the variable name longer than required"
KDE_APPLICATIONS_SHLIB_G_VER?=	22.04.0
KDE_APPLICATIONS_SHLIB_G_VER?=	22.04.1
KDE_APPLICATIONS_BRANCH?=	stable

# Extended KDE universe applications.
+3 −3
Original line number Diff line number Diff line
TIMESTAMP = 1650101797
SHA256 (KDE/release-service/22.04.0/kmag-22.04.0.tar.xz) = e65aaaa3e480c215384bae721afb36d7e50a7f8ab27aa4013eb46de1f43d97af
SIZE (KDE/release-service/22.04.0/kmag-22.04.0.tar.xz) = 707668
TIMESTAMP = 1652179723
SHA256 (KDE/release-service/22.04.1/kmag-22.04.1.tar.xz) = ff2341c12d3f4eeced74339912079120266a3830451e8486a810ffedf2e3316a
SIZE (KDE/release-service/22.04.1/kmag-22.04.1.tar.xz) = 707616
+3 −3
Original line number Diff line number Diff line
TIMESTAMP = 1650101795
SHA256 (KDE/release-service/22.04.0/kmousetool-22.04.0.tar.xz) = 650167d0c87f4c114c517fdef23a01ba7ab4b7a5e7ec0edb64a3972400660f28
SIZE (KDE/release-service/22.04.0/kmousetool-22.04.0.tar.xz) = 121608
TIMESTAMP = 1652179724
SHA256 (KDE/release-service/22.04.1/kmousetool-22.04.1.tar.xz) = 9b91ec1db660c0dbd45199254fa0bc877fdeed2086a2de935bc1f21aa27d8f42
SIZE (KDE/release-service/22.04.1/kmousetool-22.04.1.tar.xz) = 121688
+3 −3
Original line number Diff line number Diff line
TIMESTAMP = 1650101796
SHA256 (KDE/release-service/22.04.0/kmouth-22.04.0.tar.xz) = 3feabab5b75ddf54d017185b6b998ff1cbccf0cb1a23a8ccf6a546435f766017
SIZE (KDE/release-service/22.04.0/kmouth-22.04.0.tar.xz) = 2104452
TIMESTAMP = 1652179725
SHA256 (KDE/release-service/22.04.1/kmouth-22.04.1.tar.xz) = 03f2e00e9103a9491b095e18d81e8ee784c498cd344014df93323a27004d4106
SIZE (KDE/release-service/22.04.1/kmouth-22.04.1.tar.xz) = 2104488
+0 −1
Original line number Diff line number Diff line
PORTNAME=	ark
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
PORTREVISION=	1
CATEGORIES=	archivers kde kde-applications

MAINTAINER=	kde@FreeBSD.org
Loading