Plasma 5.23 Beta. Tested on TW Live, seems to work.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kde-gtk-config5?expand=0&rev=299
This commit is contained in:
parent
66bb69e8e5
commit
907db3fc3e
@ -1,25 +0,0 @@
|
||||
From 090cfb2db4bc9c032cd7a7c12cf2a317c248e3c6 Mon Sep 17 00:00:00 2001
|
||||
From: Fabian Vogt <fabian@ritter-vogt.de>
|
||||
Date: Mon, 2 Aug 2021 13:52:38 +0200
|
||||
Subject: [PATCH] Drop unused dependency on gtk+-2.0
|
||||
|
||||
FWICT it's not actually used anywhere.
|
||||
---
|
||||
CMakeLists.txt | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 45d02ef..f102642 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -20,7 +20,6 @@ find_package(Sass REQUIRED)
|
||||
find_package(XSettingsd)
|
||||
|
||||
pkg_check_modules(GTK+3 REQUIRED IMPORTED_TARGET gtk+-3.0)
|
||||
-pkg_check_modules(GTK+2 REQUIRED IMPORTED_TARGET gtk+-2.0)
|
||||
pkg_check_modules(GLib2 REQUIRED IMPORTED_TARGET glib-2.0)
|
||||
pkg_check_modules(GObject REQUIRED IMPORTED_TARGET gobject-2.0)
|
||||
pkg_check_modules(GIO REQUIRED IMPORTED_TARGET gio-2.0)
|
||||
--
|
||||
2.32.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:daf8ca2d5e3e3986a478238bcc6d22cc750e20ea37ce198e1f7ef1d88c971e6c
|
||||
size 71064
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmEuE7QACgkQ7JTRj38F
|
||||
mX6h7gf/e+n4kqAHPYO7yYgJClcBADToxm/X53jb2+W7kM6aB6ijzMTF4Dvkm5+W
|
||||
vZmK4wuThaytqXmA6PIa8Gi66NwbDei4cp+SCw+75TpMMdkgDqhQU50RpSBFBxpU
|
||||
+X4jdfnFoqxBv+pFsTHCLtPDK5ExYz2iUcy+9BTQ4MsSYIfAaqNnbKqBsLWjwo2f
|
||||
gku0TUmcIOocfDRNQPKKtyiYpFV17yDiedIDsaBwJ7EyUSH/UV3O7cAxETihK6eC
|
||||
NktoFi8EHSNgg/jkb/L8eSISs4tRaOS83OSDiWoMqLpRv13mqIvkUgT6MuyIS1QB
|
||||
xHyYs2D3RQk9sXPZS1FNB/quqeRN+A==
|
||||
=kh6a
|
||||
-----END PGP SIGNATURE-----
|
3
kde-gtk-config-5.22.90.tar.xz
Normal file
3
kde-gtk-config-5.22.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:774e9698fa261c1b57186713c0a61b3b2ea7b1acaa122c491e2777fdadb6a828
|
||||
size 71000
|
11
kde-gtk-config-5.22.90.tar.xz.sig
Normal file
11
kde-gtk-config-5.22.90.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmFDAdsACgkQ7JTRj38F
|
||||
mX53hwgAu2gv3Pfj6202q3eW7sUAdl8RCcjZuFP/JhmoGNiJLO0T7re28w1ItHdZ
|
||||
n9NUvxO4r05d7SC1C3UGtDDCG5l7UEiZxukEYQunBcp6wopczh2FQN5Qk1+I3Bn0
|
||||
CIKU1It5Ti+sjY4XzEbD+4/zmbNrE7Enb3lMj1pkszJcRAp1DSpGcpEyq2tetC+t
|
||||
lRDU3nVCB4a1ipuajsDc8p0nE8hCuw6E3IeEKoXVOSVAV8mwnfHb+GsIQMsI8IvN
|
||||
qct21tS4geydZSMHGFYzsDyGPHihCTU3wsn7nVZ24q8qYfIKkLNdOVsMAV/Flq5K
|
||||
RFcqW8nptZDELzdqMquY7qKdaerEnA==
|
||||
=Fpqq
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 13:04:49 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.22.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/plasma/5/5.22.90
|
||||
- Changes since 5.22.5:
|
||||
* kded: listen for changes to accent colours
|
||||
* Explicitly set KDE_COMPILERSETTINGS_LEVEL
|
||||
* Make sure to actually commit GSettings changes
|
||||
* Drop unused dependency on gtk+-2.0
|
||||
* Minor color-reload-module clean-up.
|
||||
* Fix license identifier statement
|
||||
* Adapt to recent kdecoration private api changes
|
||||
* Restore preview.ui
|
||||
- Drop patches, now upstream:
|
||||
* 0001-Drop-unused-dependency-on-gtk-2.0.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 31 19:08:39 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -18,19 +18,17 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kde-gtk-config5
|
||||
Version: 5.22.5
|
||||
Version: 5.22.90
|
||||
Release: 0
|
||||
Summary: Daemon for GTK2 and GTK3 Applications Appearance Under KDE
|
||||
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: http://projects.kde.org/kde-gtk-config
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz
|
||||
Source: https://download.kde.org/unstable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/unstable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
# PATCH-FIX-UPSTREAM
|
||||
Patch2: 0001-Drop-unused-dependency-on-gtk-2.0.patch
|
||||
BuildRequires: extra-cmake-modules >= 0.0.9
|
||||
BuildRequires: gsettings-desktop-schemas
|
||||
BuildRequires: kf5-filesystem
|
||||
|
Loading…
Reference in New Issue
Block a user