1 Star 0 Fork 7

tanyulong2021/plasma-wayland-protocols

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
plasma-wayland-protocols.spec 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
peijiankang 提交于 2022-02-12 09:25 . update to upstream version 1.6.0
%global wayland_min_version 1.4
%global debug_package %{nil}
Name: plasma-wayland-protocols
Version: 1.6.0
Release: 1
Summary: Plasma Specific Protocols for Wayland
License: LGPLv2+ and MIT and BSD
URL: https://invent.kde.org/libraries/%{name}
Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: qt5-qtbase-devel
BuildRequires: libxml2
%description
%{summary}.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup -n %{name}-%{version} -p1
%build
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
%make_build -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%files
%license COPYING.LIB
%{_kf5_datadir}/plasma-wayland-protocols/
%files devel
%{_kf5_libdir}/cmake/PlasmaWaylandProtocols/
%changelog
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.com> - 1.6.0-1
- update to upstream version 1.6.0
* Thu Jan 20 2022 pei-jiankang <peijiankang@kylinos.cn> - 1.5-1
- Init upstream version 1.5
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tanyulong2021/plasma-wayland-protocols.git
git@gitee.com:tanyulong2021/plasma-wayland-protocols.git
tanyulong2021
plasma-wayland-protocols
plasma-wayland-protocols
master

搜索帮助