1 Star 0 Fork 1

abushwang/libdecor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libdecor.spec 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
abushwang 提交于 2023-07-12 10:13 . update to 0.1.1
%global commit ee5ef0f2c3a4743e8501a855d61cb397
Summary: Wayland client side decoration library
Name: libdecor
Version: 0.1.1
Release: 1%{?dist}
License: MIT
URL: https://gitlab.gnome.org/jadahl/libdecor
Source0: %{url}/uploads/%{commit}/libdecor-%{version}.tar.xz
BuildRequires: gcc meson
BuildRequires: pkgconfig(wayland-client) pkgconfig(dbus-1) pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(cairo) pkgconfig(pangocairo) pkgconfig(wayland-cursor) pkgconfig(xkbcommon)
%description
libdecor is a library that can help Wayland clients draw window
decorations for them. It aims to provide multiple backends that implements the
decoration drawing.
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup
%build
%meson -Ddemo=false
%meson_build
%install
%meson_install
%files
%license LICENSE
%doc README.md
%{_libdir}/libdecor-0.so.0*
%dir %{_libdir}/libdecor/
%dir %{_libdir}/libdecor/plugins-1
%{_libdir}/libdecor/plugins-1/libdecor-cairo.so
%files devel
%{_includedir}/libdecor-0/
%{_libdir}/libdecor-0.so
%{_libdir}/pkgconfig/libdecor-0.pc
%changelog
* Wed Jul 12 2023 Shuo Wang <abushwang@tencent.com> - 0.1.1-1
- update to 0.1.1
* Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.0-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.0-2
- Rebuilt for OpenCloudOS Stream 23
* Wed Nov 23 2022 cunshunxia <cunshunxia@tencent.com> - 0.1.0-1
- initial build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/abushwang/libdecor.git
git@gitee.com:abushwang/libdecor.git
abushwang
libdecor
libdecor
master

搜索帮助