The ubuntu package has added a menu icon and a desktop file. Please
include it in your next upload. I attached the dpatch we use for that

regards,
        Reinhard
#! /bin/sh /usr/share/dpatch/dpatch-run
## 00-adddesktopfile.dpatch by  <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad --exclude=CVS --exclude=.svn ./debian/ecawave.desktop 
/tmp/dpep-work.bearyl/ecawave-0.6.1/debian/ecawave.desktop
--- ./debian/ecawave.desktop    1969-12-31 18:00:00.000000000 -0600
+++ /tmp/dpep-work.bearyl/ecawave-0.6.1/debian/ecawave.desktop  2005-09-10 
13:58:51.000000000 -0500
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=ecawave
+Comment=Graphical sound file editor
+Exec=/usr/bin/ecawave
+Icon=ecawave.xpm
+StartupNotify=false
+Terminal=false
+Type=Application
+Categories=Application;AudioVideo;
diff -urNad --exclude=CVS --exclude=.svn ./debian/ecawave.xpm 
/tmp/dpep-work.bearyl/ecawave-0.6.1/debian/ecawave.xpm
--- ./debian/ecawave.xpm        1969-12-31 18:00:00.000000000 -0600
+++ /tmp/dpep-work.bearyl/ecawave-0.6.1/debian/ecawave.xpm      2005-09-10 
13:58:51.000000000 -0500
@@ -0,0 +1,57 @@
+/* XPM */
+static char * ecawave_xpm[] = {
+"16 16 38 1",
+"      c #8F95E7",
+".     c #686DA8",
+"+     c #0D0E16",
+"@     c #0E0F17",
+"#     c #6C71AF",
+"$     c #6F74B3",
+"%     c #141521",
+"&     c #08080D",
+"*     c #4E517E",
+"=     c #202134",
+"-     c #11121C",
+";     c #5B5F94",
+">     c #151622",
+",     c #6E73B2",
+"'     c #7277B8",
+")     c #1F2032",
+"!     c #181927",
+"~     c #000000",
+"{     c #0A0B10",
+"]     c #020203",
+"^     c #040507",
+"/     c #8C91E2",
+"(     c #474A72",
+"_     c #08090E",
+":     c #161724",
+"<     c #757ABD",
+"[     c #181926",
+"}     c #050508",
+"|     c #7F85CE",
+"1     c #696DA9",
+"2     c #0F0F18",
+"3     c #060609",
+"4     c #3D4063",
+"5     c #6C70AE",
+"6     c #11121B",
+"7     c #3C3F61",
+"8     c #414469",
+"9     c #3A3D5E",
+"                ",
+"                ",
+"                ",
+"                ",
+"[EMAIL PROTECTED] $%&*  =-;  ",
+">,') !.$~    {  ",
+"]~~^ ]/   (_~~  ",
+":<   [.   }'|~  ",
+"1234 56}7 839~~ ",
+"                ",
+"                ",
+"   ~~~~        ~",
+"  ~    ~      ~~",
+" ~     ~~    ~~ ",
+" ~      ~~   ~  ",
+"~        ~~~~   "};
diff -urNad --exclude=CVS --exclude=.svn ./debian/rules 
/tmp/dpep-work.bearyl/ecawave-0.6.1/debian/rules
--- ./debian/rules      2005-09-10 13:58:49.000000000 -0500
+++ /tmp/dpep-work.bearyl/ecawave-0.6.1/debian/rules    2005-09-10 
13:59:33.000000000 -0500
@@ -7,6 +7,8 @@
 
 include /usr/share/dpatch/dpatch.make
 
+PKGDIR=$(CURDIR)/debian/ecawave
+
 # This is the debhelper compatability version to use.
 CONFIGURE_OPTIONS=--prefix=/usr --mandir=/usr/share/man
 
@@ -73,7 +75,10 @@
        dh_installdirs
 
        # Add here commands to install the package into debian/tmp.
-       $(MAKE) install DESTDIR=`pwd`/debian/ecawave
+       $(MAKE) install DESTDIR=$(PKGDIR)
+       
+       install -p -D -m644 debian/ecawave.desktop 
$(PKGDIR)/usr/share/applications/ecawave.desktop
+       install -p -D -m644 debian/ecawave.xpm 
$(PKGDIR)/usr/share/pixmaps/ecawave.xpm
 
 # Build architecture-independent files here.
 binary-indep: build install

Reply via email to