Magellan Linux

Diff of /trunk/include/xdg.sminc

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

branches/magellan-next/include/xdg.sminc revision 9716 by niro, Thu Jan 5 21:42:46 2012 UTC trunk/include/xdg.sminc revision 12528 by niro, Wed Jun 6 19:57:49 2012 UTC
# Line 171  minstallxdg() Line 171  minstallxdg()
171    
172   if [[ ${modify} = 1 ]]   if [[ ${modify} = 1 ]]
173   then   then
174   [[ ! -z ${name} ]] && cmdline+=" --set-name=\"${name}\""   [[ ! -z ${name} ]] && cmdline+=" --set-name=${name}"
175   [[ ! -z ${comment} ]] && cmdline+=" --set-comment=\"${comment}\""   [[ ! -z ${comment} ]] && cmdline+=" --set-comment=${comment}"
176   [[ ! -z ${exec} ]] && cmdline+=" --set-key=Exec --set-value=\"${exec}\""   [[ ! -z ${exec} ]] && cmdline+=" --set-key=Exec --set-value=${exec}"
177   [[ ! -z ${icon} ]] && cmdline+=" --set-icon=\"${icon}\""   [[ ! -z ${icon} ]] && cmdline+=" --set-icon=${icon}"
178   [[ ! -z ${terminal} ]] && cmdline+=" --set-key=Terminal --set-value=false"   [[ ! -z ${terminal} ]] && cmdline+=" --set-key=Terminal --set-value=false"
179   [[ ! -z ${notify} ]] && cmdline+=" --set-key=StartupNotify --set-value=false"   [[ ! -z ${notify} ]] && cmdline+=" --set-key=StartupNotify --set-value=false"
180   [[ ! -z ${vendor} ]] && cmdline+=" --vendor \"${vendor}\""   [[ ! -z ${vendor} ]] && cmdline+=" --vendor ${vendor}"
181    
182   if [[ ! -z ${categories} ]]   if [[ ! -z ${categories} ]]
183   then   then
# Line 198  minstallxdg() Line 198  minstallxdg()
198   fi   fi
199    
200   desktop-file-install \   desktop-file-install \
201   --dir ${destdir} \   --dir ${BINDIR}/${destdir} \
202   --add-category X-Magellan-Application \   --add-category X-Magellan-Application \
203   ${cmdline} \   ${cmdline} \
204   ${file} \   ${file} \

Legend:
Removed from v.9716  
changed lines
  Added in v.12528