forked from pool/kwayland-integration
Plasma 5.17 Beta, fourth try
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland-integration?expand=0&rev=174
This commit is contained in:
parent
625ad9d129
commit
90ddb82b3f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63724ecfb6db053ee949273979b393192309dbeed45b59bc193a605f90232282
|
||||
size 19320
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl1ub4cACgkQ7JTRj38F
|
||||
mX4ipQf+MAYdS5JjpmvDLGQVCkeNvdWvwbAW2SEWO4AMmoeCvHJQTPNQ5bN+7ePA
|
||||
/3+c2LDzZRjtfBHn6PN51xdSpaLGzhVw1iLF9KDz6C0veohBzd0mGZYN2DPbVLWf
|
||||
Z/hTj5Q/iJrvbbNPtOPSVJaVSGZDRJy6KozbJ9AT8FPA//3+5aHCB4CamEwIe8Rx
|
||||
iaxJqv9jrGEu5CWBM4JyKB4YWbZ25vuAU4TT6xarAXBJjnBlCxAD4lOMIj63w6Jd
|
||||
ym/iIeYyryMkf2xyhLCiEGVOdkWqyAjzbvsqSZp81Tf/HTlTlgkTkVr4FAm0wR6V
|
||||
SE5t47w2z+esURdr7knDkVeRSEch6g==
|
||||
=VxIk
|
||||
-----END PGP SIGNATURE-----
|
3
kwayland-integration-5.16.90.tar.xz
Normal file
3
kwayland-integration-5.16.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cdf6527016353b55cc61f34c34455c7eddb6afabbc6bd9e7b05432200f2be3cc
|
||||
size 20168
|
11
kwayland-integration-5.16.90.tar.xz.sig
Normal file
11
kwayland-integration-5.16.90.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl2DXUwACgkQ7JTRj38F
|
||||
mX6nWAgAuxeMLSmvrZwtljPJusB51IAiPa/kPQ5dxutEJvQPDvszZCXt3dWSdJDg
|
||||
Yg0ZNfj+zPwGcNd6fO7EfwFqgmIH2jckQMmcEnK+UwGUBp7Y3aRRU7m1Ym51tn2k
|
||||
dnBcqBDu3Z74JSWDktC0ztIUfza5hhAu/oOuiypZZ8d60Etu0UE2qB8vOUCYXFON
|
||||
frLGImAlktpvTPf26LpNR/2z1kY2Rhwiuwo6t2IS7eSF2L+nTM7G9Po4Wwd4dyK7
|
||||
1PQgOlW3uVEtkNcOqQBv2ADLZXvp+W6aG6Qg64YRtZtbpbiMqfOggZOAeeBKQftO
|
||||
wI1ZK/yCkyIpj9M21ep6OxxIoqU5eA==
|
||||
=D8+Q
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 12:32:35 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.16.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.16.90.php
|
||||
- Changes since 5.16.5:
|
||||
* update to latest kf5 dependency
|
||||
* Remove unused variable
|
||||
* Remove unused includes
|
||||
* Provide a KModifierKeyInfoProvider implementation
|
||||
* Use new logging category directory if we use kf5 5.59.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 12:44:12 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kwayland-integration
|
||||
Version: 5.16.5
|
||||
Version: 5.16.90
|
||||
Release: 0
|
||||
# Full Plasma 5 version (e.g. 5.8.95)
|
||||
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
||||
@ -28,14 +28,15 @@ Summary: Integration plugins for various KDE frameworks for wayland windo
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/KDE
|
||||
Url: http://www.kde.org
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz
|
||||
Source: kwayland-integration-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz.sig
|
||||
Source1: kwayland-integration-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 0.0.11
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(KF5GuiAddons) >= 5.60.0
|
||||
BuildRequires: cmake(KF5IdleTime) >= 5.24.0
|
||||
BuildRequires: cmake(KF5Wayland) >= 5.24.0
|
||||
BuildRequires: cmake(KF5WindowSystem) >= 5.24.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user