forked from pool/breeze
Plasma 5.14.0 final (attempt 2)
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=222
This commit is contained in:
parent
1887b8a08d
commit
75017f7b84
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45eaa8a964327ffd6e665decaf1649baa8b9301a086a5132ffc2b865f672173d
|
||||
size 24899368
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAluakrQACgkQ7JTRj38F
|
||||
mX7ucAf9Hk8kUtto6Dm98wO20I87BHazOUmFZkRYcaW98WR1Z0Fj/hpAE3DnhTe6
|
||||
zmxZjByUr5H40NV2T5YF1HzKQ1kzdc7yHpiqMSEBcZe+dusxmQsDr5/uxDWy5UrE
|
||||
m9T3ZcAo4uyZt5/JdxFadl5HzgESHFN8jkLVX4TWIUOEG5Hemk6hf1rPMvB04Uko
|
||||
B2nrqMZOCIAArQw9xtsFgYEz3slqXLPvyhALz4qVKGV3PXtlOIJG4o7XFqe4Ywp1
|
||||
oO85n5beEdDn3nk9rhYcOpTJChkxuogD7SBWgj76jlcxINqtqAqLRIDlAnZRK8La
|
||||
EskOdfqADYBJAv6DA2gf8gYgkjSA3Q==
|
||||
=itCi
|
||||
-----END PGP SIGNATURE-----
|
3
breeze-5.14.0.tar.xz
Normal file
3
breeze-5.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ae5938542c7962c8b23416f936883114871f60457581b3160f8823a8f2aa93d
|
||||
size 24896508
|
11
breeze-5.14.0.tar.xz.sig
Normal file
11
breeze-5.14.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAlu3jyAACgkQEZaMRJKM
|
||||
rvwhpwgAuLDQ9AI+e4G4xW+gvGcwi9GF3F1dixzJ3+bx3VYMRtw5++YlJVTrMLzb
|
||||
awauGJhybbES79NKb8HpkqJJ3sQUQmkeIM0PCNI/2Xq1T1rCXEBTno+/1++MRY0H
|
||||
ir7JAO6y84AD8SVVOqsnQlBqmcWWA1cApkMkCIpBwJmL/DtiFD7XanxPGvH560xP
|
||||
W1+i+cCEYbDQQJ1VFlAdxA2jpsfBPas8miV7AVriZlVy98iaZRsAkD62a94ExPSM
|
||||
UjVtqTcyB/Og8EMV9GZwaiZ3q8gWg9yupQY3JjxGcwD7ciumYWtPnXjhnUzFtHW6
|
||||
c5Q/tklYaE7N9HpO6IUCPa//8nx73w==
|
||||
=zbwg
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 5 10:01:08 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.14.0
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.14.0.php
|
||||
- Changes since 5.13.90:
|
||||
* Allow to disable installation of wallpapers with breeze
|
||||
* Fix finding QtQuick (kde#398663)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 15 16:25:26 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -22,15 +22,15 @@
|
||||
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: breeze
|
||||
Version: 5.13.90
|
||||
Version: 5.14.0
|
||||
Release: 0
|
||||
Summary: Plasma Desktop artwork, styles and assets
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/unstable/plasma/%{version}/breeze-%{version}.tar.xz
|
||||
Source: breeze-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: http://download.kde.org/unstable/plasma/%{version}/breeze-%{version}.tar.xz.sig
|
||||
Source1: breeze-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 5 10:01:08 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.14.0
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.14.0.php
|
||||
- Changes since 5.13.90:
|
||||
* Allow to disable installation of wallpapers with breeze
|
||||
* Fix finding QtQuick (kde#398663)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 15 16:25:26 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -17,15 +17,15 @@
|
||||
|
||||
|
||||
Name: breeze4-style
|
||||
Version: 5.13.90
|
||||
Version: 5.14.0
|
||||
Release: 0
|
||||
Summary: Plasma Desktop artwork, styles and assets
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/unstable/plasma/%{version}/breeze-%{version}.tar.xz
|
||||
Source: breeze-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: http://download.kde.org/unstable/plasma/%{version}/breeze-%{version}.tar.xz.sig
|
||||
Source1: breeze-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
# PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch boo#973728 wbauer@tmo.at -- fixes collapse/expand icon in Q3ListView that still may be used by some KDE4 applications (knode e.g.)
|
||||
|
Loading…
Reference in New Issue
Block a user