Plasma 5.20 Beta again - untested and needs a bit of cleanup still

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kde-gtk-config5?expand=0&rev=261
This commit is contained in:
Christophe Giboudeaux 2020-09-21 06:29:49 +00:00 committed by Git OBS Bridge
parent 9181dddd99
commit fe86d9c974
6 changed files with 49 additions and 37 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9b79917994a18001691ce675d5f2e95367c872694d82540fb245ab6e57035a3
size 26224

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl9OIYgACgkQ7JTRj38F
mX7RnQf+P/IXs62DAytSbAKRm8jmZnbQejprH/lji9IXSeGOAjOzv6OD/L17mXGF
cMm36KXAvGIiCRO2fI278z9AwpEr8aFVWeGWVS2XuVuoAv50zFWZY6PEg8KFrnK/
6dFQr7u3f8kRQsGAGPDZA6SFHVMlR6sLZ58adQ8kQilJets/FnF3eXnN9RI8J1M9
GY2zyxMcKdIjDA8Y21LFMmLJ2x9uSlsNhJTJb+f8uKMSzvj6+8DIC+2vZLeQuj74
X1fjxoWkrRm5yDUz1hcKQLfcg7z6CvOg1qmYk9rr1mVk6GFKgporEI95vOFExwWM
5kNvoaF+owg83y7ucFMi5zXuxjEkJw==
=oJxT
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a12141f2323e3d676af41cbe42a45500911eb3b57cfcedae65a00112b8c34346
size 68088

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAl9jP8cACgkQEZaMRJKM
rvy4gwf9Eg2ziIVy0Ou8lQ/zoa6sK0GX9EK6fS2SqQc2kQVseAie+8cT5e+ubQOs
aw41xiTUEq/a/gxOSZAjfTqriIyY8/150jQlDdqnTVOZQC2SFFxDd/1f6sRnage2
joigvkJlDxZAiaSMH9Etkg78o0QWegFuZ6bMwyFy85SAY42Y0GewB1Gd3bonJuYg
bTuY85BH7jy6810SsdSg4Y+itKYRzlmnWizIIQWwLiZdq3W8HVOVB2khHMXKub0A
GFyfu+w+HVheAYnLPkdsg0rcvStk+5aRdau/L5rH+ityimSZOlEB77a51XLtskak
j4ApXX17iziI6V67uMbPKgL9/Y/P2w==
=/6Vh
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Sep 17 20:02:58 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.19.90
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma-5.19.90
- Changes since 5.19.5:
* Convert copyright statements to SPDX expressions
* Sync titlebar button appearance with GTK CSD apps
* Port deprecated method
* Make a strong hint, that xsettingsd is a de facto required runtime dependency
* Provide an unified interface for setting GTK theme
* Synchronize the cursor size setting (kde#421133)
* Create README for the project
* Provide a logo for the project
-------------------------------------------------------------------
Tue Sep 1 11:38:48 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -18,26 +18,31 @@
%bcond_without lang
Name: kde-gtk-config5
Version: 5.19.5
Version: 5.19.90
Release: 0
Summary: Daemon for GTK2 and GTK3 Applications Appearance Under KDE
License: LGPL-3.0-or-later AND GPL-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: 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: kde-gtk-config-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules >= 0.0.9
BuildRequires: kf5-filesystem
BuildRequires: sassc
BuildRequires: xz
BuildRequires: cmake(KDecoration2)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5IconThemes)
# Dropped upstream in 5.20.0
BuildRequires: cmake(KF5Service)
BuildRequires: cmake(Qt5Svg)
BuildRequires: pkgconfig(giomm-2.4)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
@ -52,26 +57,20 @@ Provides: kde-gtk-config = %{version}
Obsoletes: kde-gtk-config < %{version}
# Existed only up to 5.17
Obsoletes: %{name}-lang < %{version}
# Since Plasma 5.19, the gtk3 settings also apply to gtk2
# and in 5.20 the gtk2 preview got dropped.
Provides: kde-gtk-config5-gtk2 = %{version}
Obsoletes: kde-gtk-config5-gtk2 < %{version}
Recommends: %{name}-gtk3
%description
kde-gtk-config is a KDED module which configures GTK2 and GTK3 applications
appearance under KDE.
%package gtk2
Summary: GTK2 Preview Helper for the GTK Configuration
Group: System/GUI/KDE
Requires: %{name} = %{version}
Supplements: packageand(%{name}:libgtk-2_0-0)
%description gtk2
This package contains a helper application that allows previewing
the GTK2 application style from within the application style KCM
%package gtk3
Summary: GTK3 Preview Helper for the GTK Configuration
Group: System/GUI/KDE
Requires: %{name} = %{version}
Supplements: packageand(%{name}:libgtk-3-0)
%description gtk3
This package contains a helper application that allows previewing
@ -88,28 +87,24 @@ the GTK3 application style from within the application style KCM
%kf5_makeinstall -C build
%files
%license COPYING*
%license LICENSES/*
%dir %{_kf5_libdir}/gtk-3.0/
%dir %{_kf5_libdir}/gtk-3.0/modules/
%{_kf5_libdir}/gtk-3.0/modules/libcolorreload-gtk-module.so
%{_kf5_libdir}/gtk-3.0/modules/libwindow-decorations-gtk-module.so
%dir %{_kf5_plugindir}/kf5
%dir %{_kf5_plugindir}/kf5/kded
%{_kf5_plugindir}/kf5/kded/gtkconfig.so
%dir %{_kf5_sharedir}/kcm-gtk-module/
%{_kf5_sharedir}/kcm-gtk-module/preview.ui
%dir %{_kf5_sharedir}/kconf_update/
%{_kf5_sharedir}/kconf_update/gtkconfig.upd
%dir %{_kf5_libdir}/kconf_update_bin/
%{_kf5_libdir}/kconf_update_bin/gtk_theme
%files gtk2
%license COPYING*
%{_kf5_libdir}/libexec/gtk_preview
%{_kf5_libdir}/libexec/reload_gtk_apps
%files gtk3
%license COPYING*
%license LICENSES/*
%{_kf5_libdir}/libexec/gtk3_preview
%dir %{_kf5_sharedir}/themes/Breeze/
%{_kf5_sharedir}/themes/Breeze/window_decorations.css
%changelog