diff --git a/plasma-wayland-protocols-1.12.0.tar.xz b/plasma-wayland-protocols-1.12.0.tar.xz deleted file mode 100644 index bde1192..0000000 --- a/plasma-wayland-protocols-1.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1483bfd279cb913c83579b5d71c58f9958764f9ba4303b3647e1007cb70d4f9e -size 44272 diff --git a/plasma-wayland-protocols-1.12.0.tar.xz.sig b/plasma-wayland-protocols-1.12.0.tar.xz.sig deleted file mode 100644 index 30c9267..0000000 --- a/plasma-wayland-protocols-1.12.0.tar.xz.sig +++ /dev/null @@ -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----- diff --git a/plasma-wayland-protocols.changes b/plasma-wayland-protocols.changes index 74d7ffa..0af92de 100644 --- a/plasma-wayland-protocols.changes +++ b/plasma-wayland-protocols.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Sat Dec 7 13:06:01 UTC 2024 - Fabian Vogt + +- 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 + +- 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 + +- 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 diff --git a/plasma-wayland-protocols.keyring b/plasma-wayland-protocols.keyring deleted file mode 100644 index 6e5d0d0..0000000 Binary files a/plasma-wayland-protocols.keyring and /dev/null differ diff --git a/plasma-wayland-protocols.spec b/plasma-wayland-protocols.spec index 28cfb04..a1f7315 100644 --- a/plasma-wayland-protocols.spec +++ b/plasma-wayland-protocols.spec @@ -16,23 +16,21 @@ # -%bcond_without lang +%bcond_without released Name: plasma-wayland-protocols -Version: 1.12.0 +Version: 1.15.0 Release: 0 Summary: Wayland protocols used by Plasma License: BSD-3-Clause AND LGPL-2.1-only AND LGPL-2.1-or-later AND MIT Group: System/GUI/KDE URL: https://www.kde.org -Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz -BuildRequires: extra-cmake-modules -BuildRequires: fdupes -BuildRequires: kf5-filesystem -%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 +Source0: https://download.kde.org/stable/plasma-wayland-protocols/plasma-wayland-protocols-%{version}.tar.xz +%if %{with released} +Source1: https://download.kde.org/stable/plasma-wayland-protocols/plasma-wayland-protocols-%{version}.tar.xz.sig +Source2: plasma.keyring %endif +BuildRequires: fdupes +BuildRequires: kf6-extra-cmake-modules %description This package contains the non-standard Wayland protocol definitions used by @@ -42,16 +40,16 @@ KDE Plasma. %autosetup -p1 %build - %cmake_kf5 -d build - %cmake_build +%cmake_kf6 +%kf6_build %install - %kf5_makeinstall -C build - %fdupes %{buildroot} +%kf6_install +%fdupes %{buildroot} %files %license COPYING* LICENSES/*.txt -%{_kf5_sharedir}/plasma-wayland-protocols/ -%{_kf5_cmakedir}/PlasmaWaylandProtocols/ +%{_kf6_sharedir}/plasma-wayland-protocols/ +%{_kf6_cmakedir}/PlasmaWaylandProtocols/ %changelog diff --git a/plasma.keyring b/plasma.keyring new file mode 100644 index 0000000..df40fb7 Binary files /dev/null and b/plasma.keyring differ