From 583011d89229c9a5781f74048113c18c051bc9df Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 12 Dec 2024 02:41:55 +0000 Subject: automatic import of wayland-protocols --- wayland-protocols.spec | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 wayland-protocols.spec (limited to 'wayland-protocols.spec') diff --git a/wayland-protocols.spec b/wayland-protocols.spec new file mode 100644 index 0000000..d6fd50f --- /dev/null +++ b/wayland-protocols.spec @@ -0,0 +1,95 @@ +Name: wayland-protocols +Version: 1.38 +Release: 1 +Summary: Wayland protocols that adds functionality not available in the core protocol +License: MIT +URL: https://wayland.freedesktop.org/ +Source0: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz + +BuildArch: noarch +BuildRequires: gcc +BuildRequires: gcc-g++ +BuildRequires: meson >= 0.58.0 +BuildRequires: pkgconfig(wayland-client) +BuildRequires: pkgconfig(wayland-scanner) >= 1.20.0 +BuildRequires: pkgconfig(wayland-server) + +%description +wayland-protocols contains Wayland protocols that adds functionality not +available in the Wayland core protocol. Such protocols either adds +completely new functionality, or extends the functionality of some other +protocol either in Wayland core, or some other protocol in +wayland-protocols. + +%package devel +Summary: Wayland protocols that adds functionality not available in the core protocol + +%description devel +wayland-protocols contains Wayland protocols that adds functionality not +available in the Wayland core protocol. Such protocols either adds +completely new functionality, or extends the functionality of some other +protocol either in Wayland core, or some other protocol in +wayland-protocols. + +%prep +%autosetup + +%build +%meson +%meson_build + +%check +%meson_test + +%install +%meson_install + +%files devel +%license COPYING +%doc README.md +%{_includedir}/%{name} +%{_datadir}/pkgconfig/%{name}.pc +%{_datadir}/%{name} + +%changelog +* Sun Oct 13 2024 Funda Wang - 1.38-1 +- Update to 1.38 + +* Wed Jul 03 2024 yaoxin - 1.36-1 +- Update to 1.36 + * xdg-dialog: fix missing namespace in protocol name + * cursor-shape-v1: Does not advertises the list of supported cursors + * xdg-shell: add missing enum attribute to set_constraint_adjustment + * xdg-shell: recommend against drawing decorations when tiled + * tablet-v2: mark as stable + * staging: add alpha-modifier protocol + +* Tue Feb 06 2024 zhouwenpei - 1.33-1 +- upgrade version to 1.33 + +* Mon Jul 24 2023 zhangchenglin - 1.32-1 +- upgrade version to 1.32 + +* Tue Dec 13 2022 lijian - 1.31-1 +- update to upstream version 1.31 + +* Mon Mar 28 2022 lin zhang - 1.25-1 +- Update to 1.25 + +* Sat Mar 26 2022 hanhui - 1.24-2 +- enable testcase + +* Fri Feb 11 2022 pei-jiankang - 1.24-1 +- update to upstream version 1.24 + +* Fri Nov 26 2021 hanhui - 1.23-1 +- Upgrade to 1.23 + +* Fri Jul 17 2020 chengguipeng - 1.20-1 +- Upgrade to 1.20-1 + +* Sat Jan 11 2020 openEuler Buildteam - 1.18-1 +- update to 1.18 + +* Mon Dec 9 2019 openEuler Buildteam - 1.16-2 +- Package init -- cgit v1.2.3