summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-12-12 02:41:55 +0000
committerCoprDistGit <infra@openeuler.org>2024-12-12 02:41:55 +0000
commit583011d89229c9a5781f74048113c18c051bc9df (patch)
tree6cc5c423010f186d2ebdc84baff264227c1be566
parentd032c3c69ab0122b327d0a33eae73a2634380363 (diff)
automatic import of wayland-protocolsopeneuler24.09openeuler24.03_LTS
-rw-r--r--.gitignore1
-rw-r--r--sources1
-rw-r--r--wayland-protocols.spec95
3 files changed, 97 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..a3f04bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wayland-protocols-1.38.tar.xz
diff --git a/sources b/sources
new file mode 100644
index 0000000..9b7e4fa
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+6bc5904062daada976e8bd44dd4d2b00 wayland-protocols-1.38.tar.xz
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 <fundawang@yeah.net> - 1.38-1
+- Update to 1.38
+
+* Wed Jul 03 2024 yaoxin <yao_xin001@hoperun.com> - 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 <zhouwenpei1@h-partners.com> - 1.33-1
+- upgrade version to 1.33
+
+* Mon Jul 24 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 1.32-1
+- upgrade version to 1.32
+
+* Tue Dec 13 2022 lijian <lijian2@kylinos.cn> - 1.31-1
+- update to upstream version 1.31
+
+* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.25-1
+- Update to 1.25
+
+* Sat Mar 26 2022 hanhui <hanhui15@h-partner.com> - 1.24-2
+- enable testcase
+
+* Fri Feb 11 2022 pei-jiankang<peijiankang@kylinos.com> - 1.24-1
+- update to upstream version 1.24
+
+* Fri Nov 26 2021 hanhui <hanhui15@huawei.com> - 1.23-1
+- Upgrade to 1.23
+
+* Fri Jul 17 2020 chengguipeng <chengguipeng1@huawei.com> - 1.20-1
+- Upgrade to 1.20-1
+
+* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.18-1
+- update to 1.18
+
+* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.16-2
+- Package init