Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
debian packaging: fix installation of mime icons
- Loading branch information
Showing
with
4 additions
and
2 deletions.
-
+4
−2
debian/rules
|
@@ -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 |
|
|