mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
debian packaging: fix installation of mime icons
This commit is contained in:
parent
919c8ee843
commit
b9df31684d
6
debian/rules
vendored
6
debian/rules
vendored
@ -309,8 +309,10 @@ override_dh_auto_install:
|
||||
for file_type in qgs qlr qml qpt; do \
|
||||
for size in 8x8 16x16 22x22 24x24 32x32 36x36 42x42 48x48 64x64 72x72 80x80 96x96 128x128 192x192 256x256 512x512; do \
|
||||
install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/icons/hicolor/$${size}/mimetypes ; \
|
||||
install -o root -g root -m 644 $(CURDIR)/debian/qgis-$${file_type}-mime$${size}.png $(CURDIR)/debian/tmp/usr/share/icons/hicolor/$${size}/mimetypes/qgis-qgs.png ; \
|
||||
done
|
||||
install -o root -g root -m 644 \
|
||||
$(CURDIR)/debian/qgis-$${file_type}$${size}.png \
|
||||
$(CURDIR)/debian/tmp/usr/share/icons/hicolor/$${size}/mimetypes/qgis-$${file_type}.png ; \
|
||||
done ; \
|
||||
done
|
||||
|
||||
# Install application icon
|
||||
|
Loading…
x
Reference in New Issue
Block a user