Accepting request 805873 from home:Vogtinator:plasma5.19

New dep of kwayland-server. While not part of Frameworks or Plasma, we'd only use it in here, so adding to KDE:Extra would be wrong...

OBS-URL: https://build.opensuse.org/request/show/805873
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma-wayland-protocols?expand=0&rev=1
This commit is contained in:
Luca Beltrame 2020-05-15 23:14:36 +00:00 committed by Git OBS Bridge
commit f3dc3bcbd4
7 changed files with 104 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69c0fac42ccecaa78388f54725de493cad7ac798d85802225013c3e1fb7ee62b
size 38020

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEPx8GNT9MxcsrZq5zp0TNr9vh1xkFAl68Gj0ACgkQp0TNr9vh
1xk6sAf+LANK6M56q0aamb5aq/t7hcUWSY+LRNsQmMezd8cKtkemKpRLfzYE8wN7
3u8wReMlpqAIFcL3hC8SCybzW3GErJHCoYQ1pdlNlmQ2FDF1Z3YBHSZaXOLETK1m
aHyWwITUQe0XGBQ54CwbekPMJjaOMqQreUDucVIjTmz3GlX6UV1ZXNGEOn47UXnu
4o6pViW1mMkFAb51DQOZx7gaFqMHGVJ1XzE6XTZrgzrXsuG3X9m1xnfv19CwbSgA
egc0JNhHLEVF3ZHzcCrSqQauANe5UQ2NEXTu53+ZFBYP+i3d3shDE7in4/7HTbwy
4hOVNY3PIIbH0P7FKtiV7/RuUmCVWw==
=5eCZ
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,9 @@
-------------------------------------------------------------------
Thu May 14 10:14:00 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to public 1.0 release
-------------------------------------------------------------------
Fri May 1 07:50:48 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Initial package

Binary file not shown.

View File

@ -0,0 +1,57 @@
#
# spec file for package plasma-wayland-protocols
#
# Copyright (c) 2020 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.0
Release: 0
Summary: Wayland protocols used by Plasma
License: LGPL-2.1-only AND LGPL-2.1-or-later AND MIT AND BSD-3-Clause
Group: System/GUI/KDE
URL: https://www.kde.org
Source0: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/%{name}/%{version}/%{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
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: kf5-filesystem
%description
This package contains the non-standard Wayland protocol definitions used by
KDE Plasma.
%prep
%setup -q
%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