Source: godot
Version: 3.2-stable-2
Severity: minor
Tags: patch

The icon for the desktop file is missing. The attached patch fixes this
issue.

Best regards

Ronny Standtke

diff --git a/debian/rules b/debian/rules
index fe12f0e2..706d82ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,6 +70,7 @@ override_dh_auto_install:
 	install -D -m 400 $(CURDIR)/bin/godot.x11.opt.$(BITS)                 $(CURDIR)/debian/godot3-runner/usr/bin/godot3-runner
 	install -D -m 400 $(CURDIR)/bin/godot_server.x11.opt.tools.$(BITS) $(CURDIR)/debian/godot3-server/usr/bin/godot3-server
 	install -D -m 444 $(CURDIR)/misc/dist/linux/org.godotengine.Godot.desktop  $(CURDIR)/debian/godot3/usr/share/applications/godot3.desktop
+	install -D -m 644 $(CURDIR)/icon.svg  $(CURDIR)/debian/godot3/usr/share/icons/hicolor/scalable/apps/godot.svg
 	sed -i 's/^Exec=.*/Exec=godot3 -p/' $(CURDIR)/debian/godot3/usr/share/applications/godot3.desktop
 	dh_auto_install

Reply via email to