2020-05-16 01:14:36 +02:00
|
|
|
#
|
|
|
|
# spec file for package plasma-wayland-protocols
|
|
|
|
#
|
2021-04-09 15:22:48 +02:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2020-05-16 01:14:36 +02:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
2020-08-02 10:05:55 +02:00
|
|
|
|
2020-05-16 01:14:36 +02:00
|
|
|
%bcond_without lang
|
|
|
|
Name: plasma-wayland-protocols
|
2021-11-06 16:43:59 +01:00
|
|
|
Version: 1.5.0
|
2020-05-16 01:14:36 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Wayland protocols used by Plasma
|
2021-09-05 23:43:04 +02:00
|
|
|
License: BSD-3-Clause AND LGPL-2.1-only AND LGPL-2.1-or-later AND MIT
|
2020-05-16 01:14:36 +02:00
|
|
|
Group: System/GUI/KDE
|
|
|
|
URL: https://www.kde.org
|
2021-05-02 13:44:38 +02:00
|
|
|
Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
|
2020-05-16 01:14:36 +02:00
|
|
|
%if %{with lang}
|
2021-05-02 13:44:38 +02:00
|
|
|
Source1: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz.sig
|
2020-05-16 01:14:36 +02:00
|
|
|
# Note: The key in there is currently only self-signed and so not actually trusted.
|
|
|
|
Source2: plasma-wayland-protocols.keyring
|
|
|
|
%endif
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: kf5-filesystem
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains the non-standard Wayland protocol definitions used by
|
|
|
|
KDE Plasma.
|
|
|
|
|
|
|
|
%prep
|
2021-05-02 13:44:38 +02:00
|
|
|
%autosetup -p1
|
2020-05-16 01:14:36 +02:00
|
|
|
|
|
|
|
%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
|