1 Star 0 Fork 5

刘智淋/deepin-wallpapers

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
deepin-wallpapers.spec 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
Venland 提交于 2023-07-24 16:12 . upgrade to version 1.8.3
%global md5() {$(echo -n %1 | md5sum | awk '{print$1}')}
Name: deepin-wallpapers
Version: 1.8.3
Release: 1
Summary: Deepin Wallpapers provides wallpapers of dde
License: GPLv3
URL: https://github.com/linuxdeepin/deepin-wallpapers
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: dde-api
%description
%{summary}.
%prep
%setup -q -n %{name}-%{version}
sed -i 's|lib|libexec|' Makefile
sed -i 's|lib|libexec|' blur_image.sh
%build
%make_build
%install
install -d %{buildroot}%{_datadir}/wallpapers/deepin/
cp deepin/* %{buildroot}%{_datadir}/wallpapers/deepin/
install -d %{buildroot}%{_var}/cache/
cp -ar image-blur %{buildroot}%{_var}/cache/
install -d %{buildroot}%{_datadir}/backgrounds/
ln -sv ../wallpapers/deepin/desktop.jpg %{buildroot}%{_datadir}/backgrounds/default_background.jpg
%files
%doc README.md
%license LICENSE
%{_datadir}/backgrounds/
%{_datadir}/wallpapers/deepin/
%{_var}/cache/image-blur/
%changelog
* Mon Jul 24 2023 leeffo <[email protected]> - 1.8.3-1
- upgrade to version 1.8.3
* Thu Jul 21 2022 konglidong <[email protected]> - 1.7.8.1-2
- fix build error
* Tue Jul 19 2022 konglidong <[email protected]> - 1.7.8.1-1
- Update to 1.7.8.1
* Fri Aug 27 2021 konglidong <[email protected]> - 1.6.14-2
- fix build error
* Thu Jul 30 2020 openEuler Buildteam <[email protected]> - 1.6.14-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lliuzhi/deepin-wallpapers.git
[email protected]:lliuzhi/deepin-wallpapers.git
lliuzhi
deepin-wallpapers
deepin-wallpapers
master

搜索帮助