Magellan Linux

Diff of /trunk/include/xdg.sminc

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

revision 9880 by niro, Sat Jan 14 01:48:34 2012 UTC revision 23284 by niro, Fri Nov 7 08:59:17 2014 UTC
# Line 30  Line 30 
30    
31  sminclude mtools  sminclude mtools
32    
33    INHERITS="${INHERITS} xdg"
34    
35    # required for xdg-icon-resource in xdg.minc to update pixmaps
36    DEPEND=">= x11-apps/xdg-utils-1.1"
37    
38  # desktop-file-utils are needed  # desktop-file-utils are needed
39  SDEPEND="${SDEPEND}  SDEPEND="${SDEPEND}
40   >= dev-util/desktop-file-utils-0.1"   >= dev-util/desktop-file-utils-0.1"
# Line 139  minstallxdg() Line 144  minstallxdg()
144   local all_categories   local all_categories
145   local mimetypes   local mimetypes
146   local cmdline   local cmdline
147     local name
148    
149   for i in $*   for i in $*
150   do   do
# Line 197  minstallxdg() Line 203  minstallxdg()
203   done   done
204   fi   fi
205    
206   desktop-file-install \   eval desktop-file-install \
207   --dir ${destdir} \   --dir ${BINDIR}/${destdir} \
208   --add-category X-Magellan-Application \   --add-category X-Magellan-Application \
209   ${cmdline} \   ${cmdline} \
210   ${file} \   ${file} \

Legend:
Removed from v.9880  
changed lines
  Added in v.23284