Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
nephros committed May 28, 2024
1 parent babfb88 commit e549d58
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions rpm/patchmanager.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
%global theme sailfish-default

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

%{_datadir}/themes/%{theme}/*/*/icons/*.png
# pre 4.6:
# /usr/share/themes/sailfish-default/meegotouch/zX.Y/icons/*.png
# 4.6 and higher:
# /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}/icons/hicolor/scalable/apps/*.svg

%changelog
* Thu Sep 9 1999 SailfishOS Patches <sailfishos-patches@users.noreply.github.com> - 99.99.99
Expand Down

0 comments on commit e549d58

Please sign in to comment.