Package: earth3d Version: 1.0.3-2 Severity: wishlist Tags: patch Hi Please include an icon for the debian-menu. It would also be nice to have a .desktop file for KDE ;) I attached a patch for the debian-menu.
Greetings Steffen Code: --- old/earth3d-1.0.3/debian/control 2005-10-26 15:46:49.000000000 +0200 +++ new/earth3d-1.0.3/debian/control 2005-10-26 15:47:02.000000000 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Petter Reinholdtsen <[EMAIL PROTECTED]> Uploaders: Dominique Andre Gunia <[EMAIL PROTECTED]>, Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org> -Build-Depends: debhelper (>> 4.0.0), dpatch, libqt3-mt-dev, libqt3-headers, qt3-dev-tools +Build-Depends: debhelper (>> 4.0.0), dpatch, libqt3-mt-dev, libqt3-headers, qt3-dev-tools, imagemagick Standards-Version: 3.6.2 Package: earth3d --- old/earth3d-1.0.3/debian/rules 2005-10-26 15:46:49.000000000 +0200 +++ new/earth3d-1.0.3/debian/rules 2005-10-26 15:47:02.000000000 +0200 @@ -19,6 +19,9 @@ INSTALL_PROGRAM += -s endif +debian/earth.xpm: images/webpres.png + convert -resize 32 $< $@ + configure: configure-stamp configure-stamp: patch-stamp dh_testdir @@ -61,7 +64,7 @@ # dh_movefiles -i -install-arch: +install-arch: debian/earth.xpm dh_testdir dh_testroot dh_clean -k -a @@ -73,6 +76,7 @@ install earth3d $(CURDIR)/debian/$(PACKAGE)/usr/bin/earth3d install -m644 Changelog \ $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/changelog + install -D -m 644 debian/earth.xpm $(CURDIR)/debian/$(PACKAGE)/usr/share/pixmaps/earth.xpm # dh_movefiles -a # Must not depend on anything. This is to be called by --- old/earth3d-1.0.3/debian/earth3d.menu 2005-10-26 15:46:49.000000000 +0200 +++ new/earth3d-1.0.3/debian/earth3d.menu 2005-10-26 15:47:02.000000000 +0200 @@ -2,4 +2,5 @@ needs="X11"\ section="Apps/Science"\ title="Earth3D"\ - command="/usr/bin/earth3d" + command="/usr/bin/earth3d"\ + icon="/usr/share/pixmaps/earth.xpm" -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages earth3d depends on: ii libc6 2.3.5-7 GNU C Library: Shared libraries an ii libgcc1 1:4.0.2-3 GCC support library ii libglu1-xorg [libglu1] 6.8.2.dfsg.1-9 Mesa OpenGL utility library [X.Org ii libpng12-0 1.2.8rel-5 PNG library - runtime ii libqt3-mt 3:3.3.5-1 Qt GUI Library (Threaded runtime v ii libstdc++6 4.0.2-3 The GNU Standard C++ Library v3 ii libx11-6 6.8.2.dfsg.1-9 X Window System protocol client li ii libxext6 6.8.2.dfsg.1-9 X Window System miscellaneous exte ii libxmu6 6.8.2.dfsg.1-9 X Window System miscellaneous util ii xlibmesa-gl [libgl1] 6.8.2.dfsg.1-9 Mesa 3D graphics library [X.Org] ii xlibs 6.8.2.dfsg.1-9 X Window System client libraries m earth3d recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]