Magellan Linux

Diff of /trunk/include/xdg.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by niro, Fri Oct 10 13:29:42 2008 UTC revision 1934 by niro, Wed Jun 10 17:02:30 2009 UTC
# Line 1  Line 1 
1  # $Header: /magellan-cvs/smage/include/xdg.sminc,v 1.9 2007-11-10 13:05:36 niro Exp $  # $Id$
2  # xdg-utils  # xdg-utils
3    
4  # for a complete list of known categories see:  # for a complete list of known categories see:
# Line 28  Line 28 
28  # Core KDE GNOME GTK Qt Motif Java ConsoleOnly Screensaver  # Core KDE GNOME GTK Qt Motif Java ConsoleOnly Screensaver
29  # TrayIcon Applet Shell  # TrayIcon Applet Shell
30    
31    sminclude mtools
32    
33  # desktop-file-utils are needed  # desktop-file-utils are needed
34  SDEPEND="${SDEPEND}  SDEPEND="${SDEPEND}
35   >= dev-util/desktop-file-utils-0.1"   >= dev-util/desktop-file-utils-0.1"
# Line 171  minstallxdg() Line 173  minstallxdg()
173   fi   fi
174    
175   # needed directory   # needed directory
176   install -d ${BINDIR}/${destdir} || die   minstalldir ${destdir} || die
177    
178   # install our xdg   # install our xdg
179   install -m 0644 -o root -g root ${file} ${BINDIR}/${destdir}/${destfile} || die   minstallfile ${file} ${BINDIR}/${destdir}/${destfile} || die
180  }  }

Legend:
Removed from v.2  
changed lines
  Added in v.1934