Icone in struttura standard Sailfish (icons/86x86 e icons/108x108 con nome esatto) + yaml ripristinato in rpm/

This commit is contained in:
2026-08-12 14:54:44 +02:00
parent a81702932f
commit 325d7be34f
5 changed files with 32 additions and 17 deletions
+5 -4
View File
@@ -26,13 +26,14 @@ OTHER_FILES += \
qml/pages/*.qml \
qml/cover/*.qml \
rpm/harbour-calibreweb.spec \
rpm/harbour-calibreweb.desktop
rpm/harbour-calibreweb.desktop \
rpm/harbour-calibreweb.yaml
DISTFILES += $$OTHER_FILES
# Icone installate via make install (path assoluti = robusti rispetto al tar sorgente)
# Icone installate via make install (struttura standard Sailfish: icons/<size>/<name>.png)
icons86.path = /usr/share/icons/hicolor/86x86/apps
icons86.files = $$PWD/icons/harbour-calibreweb.png
icons86.files = $$PWD/icons/86x86/harbour-calibreweb.png
icons108.path = /usr/share/icons/hicolor/108x108/apps
icons108.files = $$PWD/icons/harbour-calibreweb-108.png
icons108.files = $$PWD/icons/108x108/harbour-calibreweb.png
INSTALLS += icons86 icons108