osc copypac from project:KDE:Frameworks5 package:plasma-wayland-protocols revision:29
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/plasma-wayland-protocols?expand=0&rev=4
This commit is contained in:
parent
0f2c53d79d
commit
cd52f4b9fb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1483bfd279cb913c83579b5d71c58f9958764f9ba4303b3647e1007cb70d4f9e
|
|
||||||
size 44272
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEPx8GNT9MxcsrZq5zp0TNr9vh1xkFAmVxmSsACgkQp0TNr9vh
|
|
||||||
1xmUawgAjOZCgH/dxYmVj/sOtEWEWgmtfOENQlgGR/jpHFXzvtkvZsaPhStbwuie
|
|
||||||
rfm4oq/9bakXrKji7HlrlIpXVm06+fq38Jfk0i1WnTkD1N83Pslmi3tjewZS7IZA
|
|
||||||
IcwEiHrvqBVlioOjSq5cM7bioO8CSaRZ4zzm/oVrbVdFFNsx5IQfdHYvkkMLuHAZ
|
|
||||||
PbpVjFER3b1UEzbtfU3qwfW6RnQ5UatU6R07Rh41QqYkZGAfRQJmQc5uAa0dtcPp
|
|
||||||
CjM1105Z+dhABc00ddneXOi0bgGrFaP7V6snacHZelRupsXqqi0y7uVVk5iN0RaG
|
|
||||||
cWRsUsSG8J/GooaqHHwnuqAdZjHGAA==
|
|
||||||
=rQnS
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 7 13:06:01 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Update to 1.15.0:
|
||||||
|
* Add a request to create a virtual output stream with description
|
||||||
|
* Add alpine CI
|
||||||
|
* Add modifier information to keystate
|
||||||
|
* gitignore: use same as KWin
|
||||||
|
* Add a destructor to appmenu manager
|
||||||
|
* Add protocol tests
|
||||||
|
* Add CI for static builds on Linux
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 17:46:53 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Update to 1.14.0:
|
||||||
|
* add a protocol for externally controlled display brightness
|
||||||
|
* output device: add support for brightness in SDR mode
|
||||||
|
* plasma-window: add client geometry + bump to v18
|
||||||
|
* Add warnings discouraging third party clients using internal desktop
|
||||||
|
environment protocol
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 25 11:56:30 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Update to 1.13.0:
|
||||||
|
* new release for Plasma 6.1 beta, 1.13.0
|
||||||
|
* plasma-window-management: add a stacking order object
|
||||||
|
* output device, output management: add brightness setting
|
||||||
|
* outputdevice,outputconfiguration: add a way to use the EDID-provided color profile
|
||||||
|
* Enforce passing tests
|
||||||
|
* output device, management: change the descriptions for sdr gamut wideness
|
||||||
|
- Build with KDE Frameworks 6
|
||||||
|
- Use the same keyring as for Plasma
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 17 18:46:17 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
Wed Jan 17 18:46:17 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
Binary file not shown.
@ -16,23 +16,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without released
|
||||||
Name: plasma-wayland-protocols
|
Name: plasma-wayland-protocols
|
||||||
Version: 1.12.0
|
Version: 1.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wayland protocols used by Plasma
|
Summary: Wayland protocols used by Plasma
|
||||||
License: BSD-3-Clause AND LGPL-2.1-only AND LGPL-2.1-or-later AND MIT
|
License: BSD-3-Clause AND LGPL-2.1-only AND LGPL-2.1-or-later AND MIT
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: https://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
|
Source0: https://download.kde.org/stable/plasma-wayland-protocols/plasma-wayland-protocols-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
%if %{with released}
|
||||||
BuildRequires: fdupes
|
Source1: https://download.kde.org/stable/plasma-wayland-protocols/plasma-wayland-protocols-%{version}.tar.xz.sig
|
||||||
BuildRequires: kf5-filesystem
|
Source2: plasma.keyring
|
||||||
%if %{with lang}
|
|
||||||
Source1: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz.sig
|
|
||||||
# Note: The key in there is currently only self-signed and so not actually trusted.
|
|
||||||
Source2: plasma-wayland-protocols.keyring
|
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: kf6-extra-cmake-modules
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the non-standard Wayland protocol definitions used by
|
This package contains the non-standard Wayland protocol definitions used by
|
||||||
@ -42,16 +40,16 @@ KDE Plasma.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf6
|
||||||
%cmake_build
|
%kf6_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf6_install
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING* LICENSES/*.txt
|
%license COPYING* LICENSES/*.txt
|
||||||
%{_kf5_sharedir}/plasma-wayland-protocols/
|
%{_kf6_sharedir}/plasma-wayland-protocols/
|
||||||
%{_kf5_cmakedir}/PlasmaWaylandProtocols/
|
%{_kf6_cmakedir}/PlasmaWaylandProtocols/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
BIN
plasma.keyring
Normal file
BIN
plasma.keyring
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user