6 Star 0 Fork 2

src-openEuler/mint-x-icons

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mint-x-icons.spec 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
Vicoloa 提交于 2023-12-12 16:58 . Update to version 1.6.5
%global remove_nm_icons 1
Name: mint-x-icons
Version: 1.6.5
Release: 1
Summary: Icon theme for Linux Mint
License: GPLv3+
URL: http://packages.linuxmint.com/pool/main/m/mint-x-icons
Source0: http://packages.linuxmint.com/pool/main/m/%{name}/%{name}_%{version}.tar.xz
BuildArch: noarch
BuildRequires: fdupes
Requires: filesystem
Requires: gnome-icon-theme
Requires: hicolor-icon-theme
%description
%{summary}.
%prep
%autosetup -c
%build
%if %{remove_nm_icons}
# Remove icons for nm-applet, because they are ugly.
%{_bindir}/find %{name}%{_prefix} -name "nm-*" -type f -delete
%{_bindir}/find %{name}%{_prefix} -name "nm-*" -xtype l \
-exec %{_bindir}/unlink {} \;
%{_bindir}/find %{name}%{_prefix} -name 'gnome-netstatus*' -xtype l \
-exec %{__file} {} \; | %{__grep} 'broken' | \
%{__sed} -e 's!:[ \t]\+.*$!!g' | \
%{_bindir}/xargs --max-args=1 %{_bindir}/unlink
%endif
%install
%{__cp} -pr %{name}%{_prefix} %{buildroot}
%fdupes -s %{buildroot}
%transfiletriggerin -- %{_datadir}/icons/Mint-X
for _dir in %{_datadir}/icons/Mint-X*/ ; do
%{_bindir}/gtk-update-icon-cache --force ${_dir} &>/dev/null || :
done
%transfiletriggerpostun -- %{_datadir}/icons/Mint-X
for _dir in %{_datadir}/icons/Mint-X*/ ; do
%{_bindir}/gtk-update-icon-cache --force ${_dir} &>/dev/null || :
done
%files
%license %{name}/debian/copyright
%doc %{name}/debian/changelog
%{_datadir}/icons/Mint-X*
%{_datadir}/folder-color-switcher/colors.d/Mint-X.json
%changelog
* Tue Dec 12 2023 Vicoloa <[email protected]> - 1.6.5-1
- Update to version 1.6.5
* Fri May 6 2022 lin zhang <[email protected]> - 1.6.4-1
- Initial Packaging
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/mint-x-icons.git
[email protected]:src-openeuler/mint-x-icons.git
src-openeuler
mint-x-icons
mint-x-icons
master

搜索帮助