Package: flightgear Version: 0.9.10-2 Severity: wishlist Tags: patch Please consider applying the following patch, which adds a desktop file to this package.
Desktop files are the new way how GNOME and KDE handle the applications menu, and should be used instead or additionally to old Debian .menu files. The freedesktop.org specification can be found at http://standards.freedesktop.org/desktop-entry-spec/latest/ Thanks, Lukas -- Lukas Fittl <[EMAIL PROTECTED]>
--- flightgear-0.9.10/debian/rules
+++ flightgear-0.9.10/debian/rules
@@ -57,6 +57,8 @@
$(MAKE) install prefix=$(CURDIR)/debian/flightgear/usr
+ mkdir -p debian/flightgear/usr/share/applications
+ cp debian/flightgear.desktop debian/flightgear/usr/share/applications
# Build architecture-independent files here.
binary-indep: build install
@@ -82,6 +84,7 @@
# dh_undocumented
dh_installchangelogs ChangeLog
dh_link
+ dh_desktop
dh_strip
dh_compress
dh_fixperms
only in patch2:
unchanged:
--- flightgear-0.9.10.orig/debian/flightgear.desktop
+++ flightgear-0.9.10/debian/flightgear.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+Version=1.4
+Name=FlightGear
+Exec=fgfs
+Terminal=false
+Categories=Game;Simulation;
+Comment=A flight simulator
+Comment[pt]=Simulação de Vôo
+Icon=
signature.asc
Description: This is a digitally signed message part

