1 Star 0 Fork 5

panchenbo/deepin-wallpapers

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
deepin-wallpapers.spec 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
panchenbo 提交于 2020-07-30 16:45 . add yaml and fix spec
%global md5() {$(echo -n %1 | md5sum | awk '{print$1}')}
Name: deepin-wallpapers
Version: 1.6.14
Release: 1
Summary: Deepin Wallpapers provides wallpapers of dde
License: GPLv3
URL: https://github.com/linuxdeepin/deepin-wallpapers
Source0: %{name}_%{version}.orig.tar.xz
BuildArch: noarch
BuildRequires: dde-api
%description
%{summary}.
%prep
%setup -q -n %{name}-%{version}
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
%{_datadir}/backgrounds/
%{_datadir}/wallpapers/deepin/
%{_var}/cache/image-blur/
%changelog
* Thu Jul 30 2020 openEuler Buildteam <[email protected]> - 1.6.14-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/panchenbo/deepin-wallpapers.git
[email protected]:panchenbo/deepin-wallpapers.git
panchenbo
deepin-wallpapers
deepin-wallpapers
master

搜索帮助