1
0
plasma-wayland-protocols/plasma-wayland-protocols.spec
Fabian Vogt 43df79274b Accepting request 1139535 from home:Vogtinator:other6
- Update to 1.12.0:
  * plasma-shell: Mark set_panel_behaviour as deprecated
  * plasma-shell: Drop commented out initial ideas
  * add more HDR settings to the output management protocols
  * docs: Use "provides" instead of "installs"
  * docs: improve readme clarity
  * add an icc profile path to output management protocols
  * outputdevice,outputmanagement: add auto rotate setting
  * fake-input: Add destructor request
  * Make filename match virtual desktop protocol name
  * Bump version number to allow depending on it
  * kde-screen-edge-v1: Add new protocol
  * outputdevice,management: add settings for hdr and color managament
  * Make plane state values in plasma_window_management

OBS-URL: https://build.opensuse.org/request/show/1139535
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma-wayland-protocols?expand=0&rev=23
2024-01-21 12:28:56 +00:00

58 lines
1.7 KiB
RPMSpec

#
# spec file for package plasma-wayland-protocols
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%bcond_without lang
Name: plasma-wayland-protocols
Version: 1.12.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
%endif
%description
This package contains the non-standard Wayland protocol definitions used by
KDE Plasma.
%prep
%autosetup -p1
%build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%fdupes %{buildroot}
%files
%license COPYING* LICENSES/*.txt
%{_kf5_sharedir}/plasma-wayland-protocols/
%{_kf5_cmakedir}/PlasmaWaylandProtocols/
%changelog