commit f3dc3bcbd45db133e1c8eb71c2a2e24021e5bd1f3f5df9e7b4cf5bd05dd93580 Author: Luca Beltrame Date: Fri May 15 23:14:36 2020 +0000 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 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/plasma-wayland-protocols-1.0.tar.xz b/plasma-wayland-protocols-1.0.tar.xz new file mode 100644 index 0000000..ca9b777 --- /dev/null +++ b/plasma-wayland-protocols-1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c0fac42ccecaa78388f54725de493cad7ac798d85802225013c3e1fb7ee62b +size 38020 diff --git a/plasma-wayland-protocols-1.0.tar.xz.sig b/plasma-wayland-protocols-1.0.tar.xz.sig new file mode 100644 index 0000000..5abac88 --- /dev/null +++ b/plasma-wayland-protocols-1.0.tar.xz.sig @@ -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----- diff --git a/plasma-wayland-protocols.changes b/plasma-wayland-protocols.changes new file mode 100644 index 0000000..bbc9398 --- /dev/null +++ b/plasma-wayland-protocols.changes @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Thu May 14 10:14:00 UTC 2020 - Fabian Vogt + +- Update to public 1.0 release + +------------------------------------------------------------------- +Fri May 1 07:50:48 UTC 2020 - Luca Beltrame + +- Initial package diff --git a/plasma-wayland-protocols.keyring b/plasma-wayland-protocols.keyring new file mode 100644 index 0000000..ab36e25 Binary files /dev/null and b/plasma-wayland-protocols.keyring differ diff --git a/plasma-wayland-protocols.spec b/plasma-wayland-protocols.spec new file mode 100644 index 0000000..13446a4 --- /dev/null +++ b/plasma-wayland-protocols.spec @@ -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