forked from pool/breeze-gtk
Plasma 5.18.0, not yet final tars. Please publish disable KF5 before accepting.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze-gtk?expand=0&rev=108
This commit is contained in:
parent
f769fcbb3a
commit
1d1ec64171
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1aa8e66e0ebbcc72e3b4e70885d48959d1d1eba8b02cf8bcfcd989211e6118a9
|
||||
size 44536
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4gUk0ACgkQ7JTRj38F
|
||||
mX70DAgAueBaxhuXSBcJ4HV7bCihSursP5BsVVI/KjjdCMcV/1xPa/I7Ttm39sn/
|
||||
OfkD/GY85YvVu7YkF++8zuCFXQEZfDlHUzRv7QOAzi57+40XBDKmRbc0xbt9apaZ
|
||||
wNW9U6J32jlvkTdBfeYOVHLZHVguDYPsBVR2sai57iD3INZ8iVcCIzi+vHMEdxE4
|
||||
tmlDcrBqOPTMFQb+tAMbHxV7ruRpx7J0/0VxYUg1uE4RqIJy9guxbz3pci2MzukW
|
||||
zwPz8DJ1VgkvutWX/oR2xICyjPKSp/A32Gfo+SP1ivU+kJtDNq6q/FlYuWMrww55
|
||||
tXkdlNQEw1Dsz44WgefJ2x89b5iq9A==
|
||||
=c6MW
|
||||
-----END PGP SIGNATURE-----
|
3
breeze-gtk-5.18.0.tar.xz
Normal file
3
breeze-gtk-5.18.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c4c7758b1cbedc27e63320b7010a681e095b9367a659a8ecd62ee918769218d
|
||||
size 42368
|
11
breeze-gtk-5.18.0.tar.xz.sig
Normal file
11
breeze-gtk-5.18.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl48DkkACgkQ7JTRj38F
|
||||
mX6axAgAmH4/3kJ5rGqzZBWsbU60a/ppNCmq8iKqO2FKGdJKfPhWX0l+SNBgq7MG
|
||||
17a2Up9e1bs8tIi1BUgtMDUwUzRNemrDJrUrUCeLqr1XWbS72ulGoCH78kCU1TN9
|
||||
JZuYE6hWMSbdu9UxXoDn1XnLO/ApqW76kQtQmTPMU1bpSiUKtCiGQ5nJ1o5XBub1
|
||||
OJ5q+V+0vxZi9oI12j2gIJNU5srdgnq3mLyBX1En3uWvN6BhQm8k6ne9c9/etVNm
|
||||
E7nHqi0h7sr8SBKlxIv3ENreemT9t0Dw2Xy30rAZzvefZkVU8fw0aY+3U3eBqzhV
|
||||
Gx1kddVHUUI/vDiVdwOHv9MgUCItgA==
|
||||
=DeT7
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 15:10:03 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.18.0
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.18.0.php
|
||||
- Changes since 5.17.90:
|
||||
* Drop kconf_update module, handled by kde-gtk-config now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 14:52:04 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Use %cmake_build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 14:04:15 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -19,26 +19,24 @@
|
||||
|
||||
%define _name breeze
|
||||
Name: breeze-gtk
|
||||
Version: 5.17.90
|
||||
Version: 5.18.0
|
||||
Release: 0
|
||||
Summary: GTK+ theme matching KDE's Breeze
|
||||
License: LGPL-2.1-only
|
||||
Group: System/GUI/KDE
|
||||
URL: https://projects.kde.org/breeze-gtk
|
||||
Source: https://download.kde.org/unstable/plasma/%{version}/breeze-gtk-%{version}.tar.xz
|
||||
Source: breeze-gtk-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/unstable/plasma/%{version}/breeze-gtk-%{version}.tar.xz.sig
|
||||
Source1: breeze-gtk-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
BuildRequires: breeze5-style
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: python3-cairo
|
||||
BuildRequires: sassc
|
||||
BuildRequires: cmake(Qt5Core)
|
||||
|
||||
%description
|
||||
A GTK+ theme created to match with the new Plasma 5 Breeze theme.
|
||||
@ -83,7 +81,7 @@ A GTK+ theme created to match with the new Plasma 5 Breeze theme.
|
||||
|
||||
%build
|
||||
%cmake_kf5
|
||||
make %{?_smp_mflags}
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall
|
||||
@ -94,11 +92,7 @@ make %{?_smp_mflags}
|
||||
%doc README.md
|
||||
%{_datadir}/themes/Breeze*/
|
||||
%exclude %{_datadir}/themes/Breeze*/gtk-*/
|
||||
%dir %{_kf5_sharedir}/kconf_update/
|
||||
%dir %{_kf5_sharedir}/themes/Breeze*/assets/
|
||||
%{_kf5_sharedir}/kconf_update/*%{_name}*
|
||||
%dir %{_kf5_libdir}/kconf_update_bin/
|
||||
%{_kf5_libdir}/kconf_update_bin/*%{_name}*
|
||||
|
||||
%files -n gtk2-metatheme-%{_name}
|
||||
%{_datadir}/themes/Breeze*/gtk-2.0/
|
||||
|
Loading…
Reference in New Issue
Block a user