Skip to content

Commit

Permalink
[patchmanager.spec] Specify icon paths more strictly (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Nov 26, 2024
1 parent f2635ec commit ee4254c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rpm/patchmanager.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# These macros should already be defined in the RPMbuild environment, see: rpm --showrc
%{!?qtc_qmake5:%define qtc_qmake5 %qmake5}
%{!?qtc_make:%define qtc_make make}
Expand Down Expand Up @@ -290,12 +289,12 @@ exit 0
%{_datadir}/jolla-settings/entries/%{name}.json
%{_datadir}/%{name}/icons/icon-m-patchmanager.png

# pre 4.6:
# On SailfishOS < 4.6:
# /usr/share/themes/sailfish-default/meegotouch/zX.Y/icons/*.png
# 4.6 and higher:
# On SailfishOS >= 4.6:
# /usr/share/themes/sailfish-default/silica/zX.Y/icons/*.png
# /usr/share/themes/sailfish-default/silica/zX.Y/icons-monochrome/*.png
%{_datadir}/themes/sailfish-default/*/*/*/*.png
%{_datadir}/themes/sailfish-default/*/z*/icons*/*.png
%{_datadir}/icons/hicolor/scalable/apps/*.svg

%changelog
Expand Down

0 comments on commit ee4254c

Please sign in to comment.