forked from pool/breeze-gtk
Plasma 5.15 Beta. Again to adjust for kwin5 change in the target prj. When accepting, don't forward just yet to let the kwin5 sr pass.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze-gtk?expand=0&rev=84
This commit is contained in:
parent
0e025fdef9
commit
6eae441df6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15ac26cbf7e1a39912fbd1c67b385ac6644aa9693f94463959b0e2d507c2da2f
|
||||
size 202408
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlw0qS8ACgkQ7JTRj38F
|
||||
mX7SwQf/eT9HyDfdCl7Ur/6qGqauZsAo7nTHJnMcBn8g67HYhNg1sx/riPAjMJnJ
|
||||
u73/C4OfyciZvbxGONS25EnB6+sAL8xPG5IeOujCGbPyNO/Pc8PixACpEi15vXYP
|
||||
ZAKiC1T/ZsfbupWLhTkAOWVwpuMx5Vu4A+t9GoNP7YQ4PrRlriGOOw4kUuBm4wF0
|
||||
EnS4Ju8YivJKexo2ZUWz2gwUiyEdoGn/a9e7K2PUZFkQMNV2XJkoa045k1VqtdUa
|
||||
aMjhy+warWz2uF/pftJRkOhZnXfBp/2K31C4iwokwCAc9BjBOQXVeQ+paSzDuDyO
|
||||
dPWyiVOUrJ0MiZYNSEbH+s7E2+B4KQ==
|
||||
=E4wM
|
||||
-----END PGP SIGNATURE-----
|
3
breeze-gtk-5.14.90.tar.xz
Normal file
3
breeze-gtk-5.14.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:699fa44bc4a265b4ea118b835c180fc5c33efa159f0f49ccc5e880b0c587ff48
|
||||
size 47280
|
11
breeze-gtk-5.14.90.tar.xz.sig
Normal file
11
breeze-gtk-5.14.90.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlxAdY0ACgkQ7JTRj38F
|
||||
mX6mDggAuNivNbyS+FN0PQA1wfWPuIwd0D2j2BXUtspBvAHHW4j3Bwl1mU9uPBKl
|
||||
g88vwnQ0YG/oPm6C9YmeWvFEvfWxDvfqUByQCv/aRUg2wsnJlX252XzgchOruv+d
|
||||
TU87Pw7MCoWg9QRo4Lcx+Y78LFZzttNMIZNhSEFWY2vsnwyXbkZWRMUP+dF1Q2/F
|
||||
XLJxJVgC91Z13nhaVLJltjHHk541hi3Goh4jl7I2T3tCybb/XbMnkFuM59CDU4TN
|
||||
Eu0vnNTdj9LwySKpbLImYx8qQE/WkmWI3MfEoahB9ZO+chNw+saJXfNaerqD0eC1
|
||||
/rTMME7jtYoNHWghZ3tnEnBEKQjpPw==
|
||||
=9hCh
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 18:45:19 UTC 2019 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.14.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.14.90.php
|
||||
- Too many changes to list here
|
||||
- CSS files are now generated during build using Python and SASS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 13:36:36 UTC 2019 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -19,25 +19,28 @@
|
||||
|
||||
%define _name breeze
|
||||
Name: breeze-gtk
|
||||
Version: 5.14.5
|
||||
Version: 5.14.90
|
||||
Release: 0
|
||||
Summary: GTK+ theme matching KDE's Breeze
|
||||
License: LGPL-2.1
|
||||
Group: System/GUI/KDE
|
||||
Url: https://projects.kde.org/breeze-gtk
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz
|
||||
Source: https://download.kde.org/unstable/plasma/%{version}/breeze-gtk-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/unstable/plasma/%{version}/breeze-gtk-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
# PATCH-FIX-OPENSUSE update_from_BreezeGTK.patch boo#994832 -- update user's config from the old BreezyGTK theme
|
||||
Patch100: update_from_BreezeGTK.patch
|
||||
BuildRequires: breeze5-style
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: python3-cairo
|
||||
BuildRequires: sassc
|
||||
|
||||
%description
|
||||
A GTK+ theme created to match with the new Plasma 5 Breeze theme.
|
||||
|
Loading…
Reference in New Issue
Block a user