Compare commits
No commits in common. "17589a50de0f3e107fcd20cb362ff518205f2560" and "d5a5787a97a4ac240787878fc450e96959d6ad17" have entirely different histories.
17589a50de
...
d5a5787a97
@ -1,12 +1,15 @@
|
|||||||
Name: breeze-icon-theme
|
Name: breeze-icon-theme
|
||||||
Version: 5.113.0
|
Version: 5.50.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Breeze icon theme
|
Summary: Breeze icon theme
|
||||||
|
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
URL: https://api.kde.org/frameworks-api/frameworks-apidocs/frameworks/breeze-icons/html/
|
URL: https://api.kde.org/frameworks-api/frameworks-apidocs/frameworks/breeze-icons/html/
|
||||||
|
|
||||||
Source0: http://download.kde.org/stable/frameworks/5.111/breeze-icons-%{version}.tar.xz
|
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
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -32,7 +35,7 @@ breeze Qt resource files.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n breeze-icons-%{version}
|
%autosetup -p1 -n breeze-icons-%{version}
|
||||||
|
|
||||||
sed -i -e "s|%{version}|5.59.0|g" CMakeLists.txt
|
sed -i -e "s|%{version}|5.33.0|g" CMakeLists.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
mkdir %{_target_platform}
|
||||||
@ -46,12 +49,13 @@ cd -
|
|||||||
%install
|
%install
|
||||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||||
|
|
||||||
hardlink -c -v %{buildroot}%{_datadir}/icons/
|
/usr/sbin/hardlink -c -v %{buildroot}%{_datadir}/icons/
|
||||||
|
|
||||||
touch %{buildroot}%{_kf5_datadir}/icons/breeze/icon-theme.cache
|
touch %{buildroot}%{_kf5_datadir}/icons/breeze/icon-theme.cache
|
||||||
touch %{buildroot}%{_kf5_datadir}/icons/breeze-dark/icon-theme.cache
|
touch %{buildroot}%{_kf5_datadir}/icons/breeze-dark/icon-theme.cache
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
test "$(grep '^Inherits=' %{buildroot}%{_datadir}/icons/breeze-dark/index.theme)" = "Inherits=breeze"
|
||||||
|
|
||||||
%filetriggerin -- %{_datadir}/icons/breeze
|
%filetriggerin -- %{_datadir}/icons/breeze
|
||||||
touch %{_datadir}/icons/breeze &> /dev/null || :
|
touch %{_datadir}/icons/breeze &> /dev/null || :
|
||||||
@ -84,7 +88,6 @@ gtk-update-icon-cache %{_datadir}/icons/breeze-dark &>/dev/null || :
|
|||||||
%ghost %{_datadir}/icons/breeze-dark/icon-theme.cache
|
%ghost %{_datadir}/icons/breeze-dark/icon-theme.cache
|
||||||
%{_datadir}/icons/breeze/
|
%{_datadir}/icons/breeze/
|
||||||
%{_datadir}/icons/breeze-dark/
|
%{_datadir}/icons/breeze-dark/
|
||||||
%{_libdir}/cmake/KF5BreezeIcons/
|
|
||||||
%exclude %{_datadir}/icons/{breeze/breeze-icons.rcc,breeze-dark/breeze-icons-dark.rcc}
|
%exclude %{_datadir}/icons/{breeze/breeze-icons.rcc,breeze-dark/breeze-icons-dark.rcc}
|
||||||
|
|
||||||
%files rcc
|
%files rcc
|
||||||
@ -92,17 +95,5 @@ gtk-update-icon-cache %{_datadir}/icons/breeze-dark &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 5 2020 dingyiming <dingyiming3@huawei.com> - 5.50.0-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: git
|
|
||||||
src_repo: https://anongit.kde.org/breeze-icons.git
|
|
||||||
tag_prefix: ^v
|
|
||||||
seperator: .
|
|
||||||
Binary file not shown.
BIN
breeze-icons-5.50.0.tar.xz
Normal file
BIN
breeze-icons-5.50.0.tar.xz
Normal file
Binary file not shown.
13
fix-breeze-dark-inheritance.patch
Normal file
13
fix-breeze-dark-inheritance.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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