From 6c0af18e7563c05a148149f0baab32fcf069d03e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 13 Jul 2019 12:20:54 -0500 Subject: [PATCH 01/13] 5.60.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cc2cee1..803bbf8 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kwindowsystem-5.57.0.tar.xz /kwindowsystem-5.58.0.tar.xz /kwindowsystem-5.59.0.tar.xz +/kwindowsystem-5.60.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 5de87c9..f37cd27 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.59.0 +Version: 5.60.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Sat Jul 13 2019 Rex Dieter - 5.60.0-1 +- 5.60.0 + * Thu Jun 06 2019 Rex Dieter - 5.59.0-1 - 5.59.0 diff --git a/sources b/sources index 0b80ece..1fd69b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.59.0.tar.xz) = be0b71c05586c4a65332510f7ae3db4bed1d8a7cec72068932ed58e6f707c477e4f04a6df11d7268d0bc2a29b295a40ed9da4e9d31ab2a6a8a7881eb4ddf095b +SHA512 (kwindowsystem-5.60.0.tar.xz) = 460a676fa0c0985979de19152bd61a7b8507b09d612ee693843ec586789845d4896bb240bc4cce51120f847f8564a85a31b0f7cef504091dec81bf6d18a99143 From d2288a68f7e6297544027294304960a8b16b8f1e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 11:40:49 +0000 Subject: [PATCH 02/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwindowsystem.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index f37cd27..3634833 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -10,7 +10,7 @@ Name: kf5-%{framework} Version: 5.60.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management License: LGPLv2+ and MIT @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 5.60.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sat Jul 13 2019 Rex Dieter - 5.60.0-1 - 5.60.0 From 39558090ab50ab646d52849531d73e3d1a58787f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 29 Jul 2019 11:11:45 -0500 Subject: [PATCH 03/13] update %%files --- kf5-kwindowsystem.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 3634833..86124df 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -95,7 +95,7 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %files -f kwindowsystem5_qt.lang %doc README.md %license COPYING.LIB -%{_kf5_sysconfdir}/xdg/%{framework}.* +%{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_libdir}/libKF5WindowSystem.so.* %dir %{_kf5_plugindir}/org.kde.kwindowsystem.platforms/ %{_kf5_plugindir}/org.kde.kwindowsystem.platforms/KF5WindowSystemWaylandPlugin.so From 48132177c49fdda784a5f1dd6020917fd4fc55d4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Aug 2019 10:12:14 -0500 Subject: [PATCH 04/13] 5.61.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 803bbf8..8ea41da 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kwindowsystem-5.58.0.tar.xz /kwindowsystem-5.59.0.tar.xz /kwindowsystem-5.60.0.tar.xz +/kwindowsystem-5.61.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 86124df..e708814 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -9,8 +9,8 @@ %endif Name: kf5-%{framework} -Version: 5.60.0 -Release: 2%{?dist} +Version: 5.61.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management License: LGPLv2+ and MIT @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Wed Aug 07 2019 Rex Dieter - 5.61.0-1 +- 5.61.0 + * Thu Jul 25 2019 Fedora Release Engineering - 5.60.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index 1fd69b2..af8da6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.60.0.tar.xz) = 460a676fa0c0985979de19152bd61a7b8507b09d612ee693843ec586789845d4896bb240bc4cce51120f847f8564a85a31b0f7cef504091dec81bf6d18a99143 +SHA512 (kwindowsystem-5.61.0.tar.xz) = f77ad4cbc92d4c9e85a608f341032aaa80a5fa9a94ad34ade0955bfcf4dec2b185b4fb1d6fc8c86832d15554e349f4bd1206e65830e0a0fcf285ef5aaf252807 From b09c886404d85d5d0d08d38d730b77a52c8abdf4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 14 Aug 2019 13:45:44 -0500 Subject: [PATCH 05/13] BR: xcb-icccm --- kf5-kwindowsystem.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index e708814..6b23efe 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -32,6 +32,7 @@ BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: kf5-rpm-macros >= %{majmin} BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) +BuildRequires: pkgconfig(xcb-icccm) BuildRequires: pkgconfig(xcb-keysyms) BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xrender) From 86ff49d00f3d41416a808a3b15ac0783242e9011 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 Sep 2019 16:45:35 -0500 Subject: [PATCH 06/13] 5.62.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8ea41da..bd6fefa 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kwindowsystem-5.59.0.tar.xz /kwindowsystem-5.60.0.tar.xz /kwindowsystem-5.61.0.tar.xz +/kwindowsystem-5.62.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 6b23efe..d83ea16 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.61.0 +Version: 5.62.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon Sep 16 2019 Rex Dieter - 5.62.0-1 +- 5.62.0 + * Wed Aug 07 2019 Rex Dieter - 5.61.0-1 - 5.61.0 diff --git a/sources b/sources index af8da6c..cd41a8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.61.0.tar.xz) = f77ad4cbc92d4c9e85a608f341032aaa80a5fa9a94ad34ade0955bfcf4dec2b185b4fb1d6fc8c86832d15554e349f4bd1206e65830e0a0fcf285ef5aaf252807 +SHA512 (kwindowsystem-5.62.0.tar.xz) = 13c2f6cb02c2558bc0988a73ef6ae0e1a6d7cdcc5d7f117a115d62a99c007a2cf1e0612a854c00adc8062476da58e9500d9a07252ff6e1bfcb3cf54d7c112d8a From b5790de49ee93540024f2add002e06df5e95218e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 22 Oct 2019 08:42:02 -0500 Subject: [PATCH 07/13] 5.63.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bd6fefa..d1dbee6 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kwindowsystem-5.60.0.tar.xz /kwindowsystem-5.61.0.tar.xz /kwindowsystem-5.62.0.tar.xz +/kwindowsystem-5.63.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index d83ea16..114d0ba 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.62.0 +Version: 5.63.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Tue Oct 22 2019 Rex Dieter - 5.63.0-1 +- 5.63.0 + * Mon Sep 16 2019 Rex Dieter - 5.62.0-1 - 5.62.0 diff --git a/sources b/sources index cd41a8a..83fe887 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.62.0.tar.xz) = 13c2f6cb02c2558bc0988a73ef6ae0e1a6d7cdcc5d7f117a115d62a99c007a2cf1e0612a854c00adc8062476da58e9500d9a07252ff6e1bfcb3cf54d7c112d8a +SHA512 (kwindowsystem-5.63.0.tar.xz) = be5102c3f48ccc1c98c9c8c42fe4d89533c2813cd50a1f6425f6cfe4b52b5450eca4d582afa59fa66bd452b93ea2e2314823caa286313f235398f986550b05e1 From b3b8d9e16f1ebe31b06d0d30ab16ce732c5cacad Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Nov 2019 10:36:06 -0600 Subject: [PATCH 08/13] 5.64.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d1dbee6..17b625c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kwindowsystem-5.61.0.tar.xz /kwindowsystem-5.62.0.tar.xz /kwindowsystem-5.63.0.tar.xz +/kwindowsystem-5.64.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 114d0ba..a29f893 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.63.0 +Version: 5.64.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Fri Nov 08 2019 Rex Dieter - 5.64.0-1 +- 5.64.0 + * Tue Oct 22 2019 Rex Dieter - 5.63.0-1 - 5.63.0 diff --git a/sources b/sources index 83fe887..f8f726c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.63.0.tar.xz) = be5102c3f48ccc1c98c9c8c42fe4d89533c2813cd50a1f6425f6cfe4b52b5450eca4d582afa59fa66bd452b93ea2e2314823caa286313f235398f986550b05e1 +SHA512 (kwindowsystem-5.64.0.tar.xz) = 0d5e47ea61f03ae1fd3c8b6d92419d729040523d73976292c702d2897efad01e0b356b0d6230740f656ab59120f8ab8bae02fa513f87f7baa1da3e5cf28fc884 From ad6837f3da388d9be6e6ec423e2a198e8fee2866 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Dec 2019 11:17:48 -0600 Subject: [PATCH 09/13] 5.65.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 17b625c..bbc225f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kwindowsystem-5.62.0.tar.xz /kwindowsystem-5.63.0.tar.xz /kwindowsystem-5.64.0.tar.xz +/kwindowsystem-5.65.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index a29f893..37622aa 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.64.0 +Version: 5.65.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Tue Dec 17 2019 Rex Dieter - 5.65.0-1 +- 5.65.0 + * Fri Nov 08 2019 Rex Dieter - 5.64.0-1 - 5.64.0 diff --git a/sources b/sources index f8f726c..f11fdaf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.64.0.tar.xz) = 0d5e47ea61f03ae1fd3c8b6d92419d729040523d73976292c702d2897efad01e0b356b0d6230740f656ab59120f8ab8bae02fa513f87f7baa1da3e5cf28fc884 +SHA512 (kwindowsystem-5.65.0.tar.xz) = 29a6edcbd28f84b997d372144d2a25fa608adc28f8d1cfdbcc129bf5a852da3882d0abe05ae2b57d3c07f571a76323b16e120fa6e6b453b3620f8a7278a60c13 From e3080e034d9091cf1774a837b32d476a21387168 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jan 2020 14:22:09 -0600 Subject: [PATCH 10/13] 5.66.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bbc225f..9b49d1a 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /kwindowsystem-5.63.0.tar.xz /kwindowsystem-5.64.0.tar.xz /kwindowsystem-5.65.0.tar.xz +/kwindowsystem-5.66.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 37622aa..f1ac397 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.65.0 +Version: 5.66.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Tue Jan 07 2020 Rex Dieter - 5.66.0-1 +- 5.66.0 + * Tue Dec 17 2019 Rex Dieter - 5.65.0-1 - 5.65.0 diff --git a/sources b/sources index f11fdaf..9f5adc4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.65.0.tar.xz) = 29a6edcbd28f84b997d372144d2a25fa608adc28f8d1cfdbcc129bf5a852da3882d0abe05ae2b57d3c07f571a76323b16e120fa6e6b453b3620f8a7278a60c13 +SHA512 (kwindowsystem-5.66.0.tar.xz) = e36703eba7f58d1df58c90b1420b6065e27ef3014c9e73b8abf3420b5783f16a79b8e48c9df117864735d4240042e997d1d5dd47990f398af9de9cd323fab69c From 49be4570f6882964afc29f8559126917fa6b73df Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 07:21:25 +0000 Subject: [PATCH 11/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwindowsystem.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index f1ac397..79e9f76 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -10,7 +10,7 @@ Name: kf5-%{framework} Version: 5.66.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management License: LGPLv2+ and MIT @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 5.66.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Tue Jan 07 2020 Rex Dieter - 5.66.0-1 - 5.66.0 From 198e94df5fa5ea6dfda4dc65f5b41d7b1a920c19 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Feb 2020 18:13:12 -0600 Subject: [PATCH 12/13] 5.67.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9b49d1a..56df369 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /kwindowsystem-5.64.0.tar.xz /kwindowsystem-5.65.0.tar.xz /kwindowsystem-5.66.0.tar.xz +/kwindowsystem-5.67.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 79e9f76..c7b6819 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -9,8 +9,8 @@ %endif Name: kf5-%{framework} -Version: 5.66.0 -Release: 2%{?dist} +Version: 5.67.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management License: LGPLv2+ and MIT @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon Feb 03 2020 Rex Dieter - 5.67.0-1 +- 5.67.0 + * Wed Jan 29 2020 Fedora Release Engineering - 5.66.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 9f5adc4..bd24f18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.66.0.tar.xz) = e36703eba7f58d1df58c90b1420b6065e27ef3014c9e73b8abf3420b5783f16a79b8e48c9df117864735d4240042e997d1d5dd47990f398af9de9cd323fab69c +SHA512 (kwindowsystem-5.67.0.tar.xz) = 09aab6459c9b90effa8a2524c7415966992fdab986dd2313b3b8a72084f0e511da8b2c490ccc12836cc4c8555fe4c32f8c94d37b39db1d5736af7dd2f6b661bc From 46c0d1832a682b5e7cba92daf6c95551aead8ca0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Mar 2020 22:20:32 -0500 Subject: [PATCH 13/13] 5.68.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 56df369..703a500 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /kwindowsystem-5.65.0.tar.xz /kwindowsystem-5.66.0.tar.xz /kwindowsystem-5.67.0.tar.xz +/kwindowsystem-5.68.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index c7b6819..21674dc 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.67.0 +Version: 5.68.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Fri Mar 20 2020 Rex Dieter - 5.68.0-1 +- 5.68.0 + * Mon Feb 03 2020 Rex Dieter - 5.67.0-1 - 5.67.0 diff --git a/sources b/sources index bd24f18..c60de4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.67.0.tar.xz) = 09aab6459c9b90effa8a2524c7415966992fdab986dd2313b3b8a72084f0e511da8b2c490ccc12836cc4c8555fe4c32f8c94d37b39db1d5736af7dd2f6b661bc +SHA512 (kwindowsystem-5.68.0.tar.xz) = 1c7abbdcd3d4b32c4e04eecabafe319f6b7d40d8634e769db4ec3871cfb68030ed6d402ea78ab5de1c873ec710aedff2a80fce6a56135ee57dd81c69c32a03f9