加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wayland-protocols.spec 2.85 KB
一键复制 编辑 原始数据 按行查看 历史
Funda Wang 提交于 2024-10-13 21:00 . 1.38
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化