Compare commits
10 Commits
d5a5787a97
...
17589a50de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
17589a50de | ||
|
|
3258a40b8b | ||
|
|
4039cf7e9f | ||
|
|
b3c3391a95 | ||
|
|
8bcf9e53be | ||
|
|
75a37f2c01 | ||
|
|
402feb9204 | ||
|
|
fdf7fed7ea | ||
|
|
d53f9687b6 | ||
|
|
bdcc9c5453 |
@ -1,15 +1,12 @@
|
||||
Name: breeze-icon-theme
|
||||
Version: 5.50.0
|
||||
Release: 2
|
||||
Version: 5.113.0
|
||||
Release: 1
|
||||
Summary: Breeze icon theme
|
||||
|
||||
License: LGPLv3+
|
||||
URL: https://api.kde.org/frameworks-api/frameworks-apidocs/frameworks/breeze-icons/html/
|
||||
|
||||
Source0: http://download.kde.org/stable/frameworks/5.50/breeze-icons-%{version}.tar.xz
|
||||
|
||||
# upstreamable patches,commit_id: 754c8d6d1396ca4a1a9ca0bf56f3184c1cbd6704
|
||||
Patch0001: fix-breeze-dark-inheritance.patch
|
||||
Source0: http://download.kde.org/stable/frameworks/5.111/breeze-icons-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -35,7 +32,7 @@ breeze Qt resource files.
|
||||
%prep
|
||||
%autosetup -p1 -n breeze-icons-%{version}
|
||||
|
||||
sed -i -e "s|%{version}|5.33.0|g" CMakeLists.txt
|
||||
sed -i -e "s|%{version}|5.59.0|g" CMakeLists.txt
|
||||
|
||||
%build
|
||||
mkdir %{_target_platform}
|
||||
@ -49,13 +46,12 @@ cd -
|
||||
%install
|
||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
/usr/sbin/hardlink -c -v %{buildroot}%{_datadir}/icons/
|
||||
hardlink -c -v %{buildroot}%{_datadir}/icons/
|
||||
|
||||
touch %{buildroot}%{_kf5_datadir}/icons/breeze/icon-theme.cache
|
||||
touch %{buildroot}%{_kf5_datadir}/icons/breeze-dark/icon-theme.cache
|
||||
|
||||
%check
|
||||
test "$(grep '^Inherits=' %{buildroot}%{_datadir}/icons/breeze-dark/index.theme)" = "Inherits=breeze"
|
||||
|
||||
%filetriggerin -- %{_datadir}/icons/breeze
|
||||
touch %{_datadir}/icons/breeze &> /dev/null || :
|
||||
@ -88,6 +84,7 @@ gtk-update-icon-cache %{_datadir}/icons/breeze-dark &>/dev/null || :
|
||||
%ghost %{_datadir}/icons/breeze-dark/icon-theme.cache
|
||||
%{_datadir}/icons/breeze/
|
||||
%{_datadir}/icons/breeze-dark/
|
||||
%{_libdir}/cmake/KF5BreezeIcons/
|
||||
%exclude %{_datadir}/icons/{breeze/breeze-icons.rcc,breeze-dark/breeze-icons-dark.rcc}
|
||||
|
||||
%files rcc
|
||||
@ -95,5 +92,17 @@ gtk-update-icon-cache %{_datadir}/icons/breeze-dark &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 05 2024 wangqia <wangqia@uniontech.com> - 5.113.0-1
|
||||
- Upgrade package to 5.113.0
|
||||
|
||||
* Fri Oct 27 2023 wangkai <13474090681@163.com> - 5.111.0-1
|
||||
- Upgrade package to 5.111.0
|
||||
|
||||
* Mon Oct 24 2022 misaka00251 <misaka00251@misakanet.cn> - 5.97.0-1
|
||||
- Upgrade package to 5.97.0
|
||||
|
||||
* Sat Jul 25 2020 Senlin <xisenlin1@huawei.com> - 5.50.0-3
|
||||
- modify the usage of hardlink: hardlink is provided by util-linux
|
||||
|
||||
* Thu Mar 5 2020 dingyiming <dingyiming3@huawei.com> - 5.50.0-2
|
||||
- Package init
|
||||
|
||||
4
breeze-icon-theme.yaml
Normal file
4
breeze-icon-theme.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: git
|
||||
src_repo: https://anongit.kde.org/breeze-icons.git
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
BIN
breeze-icons-5.113.0.tar.xz
Normal file
BIN
breeze-icons-5.113.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,13 +0,0 @@
|
||||
diff --git a/icons-dark/index.theme b/icons-dark/index.theme
|
||||
index 61660ba..d2f6767 100644
|
||||
--- a/icons-dark/index.theme
|
||||
+++ b/icons-dark/index.theme
|
||||
@@ -62,7 +62,7 @@ Comment[x-test]=xxDefault Plasma 5 Theme for Dark themesxx
|
||||
|
||||
DisplayDepth=32
|
||||
|
||||
-Inherits=hicolor
|
||||
+Inherits=breeze
|
||||
|
||||
Example=folder
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user