Magellan Linux

Diff of /branches/R11-unstable/include/xfce.sminc

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

branches/magellan-next/include/xfce.sminc revision 9386 by niro, Mon Nov 28 19:56:48 2011 UTC trunk/include/xfce.sminc revision 16173 by niro, Mon Jan 28 09:10:20 2013 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3  : ${PCATEGORIE="xfce-base"}  : ${PCAT="xfce-base"}
4  : ${HOMEPAGE="http://www.xfce.org/"}  : ${HOMEPAGE="http://www.xfce.org/"}
5    
6  : ${SRCFILE="${PNAME}-${PVER}.tar.bz2"}  : ${SRCFILE="${PNAME}-${PVER}.tar.bz2"}
# Line 16  sminclude mtools Line 16  sminclude mtools
16  case ${PNAME} in  case ${PNAME} in
17   thunar-*-plugin) URISUBDIR="thunar-plugins" ;;   thunar-*-plugin) URISUBDIR="thunar-plugins" ;;
18   xfce4-*-plugin) URISUBDIR="panel-plugins" ;;   xfce4-*-plugin) URISUBDIR="panel-plugins" ;;
19   parole|orage|ristretto|taskmanager|xfburn) URISUBDIR="apps" ;;   parole|orage|ristretto|xfburn) URISUBDIR="apps" ;;
20   xfce4-dict|xfce4-mixer|xfce4-notifyd) URISUBDIR="apps" ;;   xfce4-dict|xfce4-mixer|xfce4-notifyd|xfce4-taskmanager|xfce4-screenshooter|xfce4-terminal) URISUBDIR="apps" ;;
21   *) URISUBDIR="xfce" ;;   *) URISUBDIR="xfce" ;;
22  esac  esac
23    
# Line 57  xfce_src_compile() Line 57  xfce_src_compile()
57   mmake ${XFCE_MAKE_OPTS} || die   mmake ${XFCE_MAKE_OPTS} || die
58  }  }
59    
60    xfce_src_check()
61    {
62     cd ${SRCDIR}
63     mmake -k check || die
64    }
65    
66  xfce_src_install()  xfce_src_install()
67  {  {
68   cd ${SRCDIR}   cd ${SRCDIR}
# Line 130  xfce_postremove() Line 136  xfce_postremove()
136   xfce_update_icon_cache   xfce_update_icon_cache
137  }  }
138    
139  export_inherits xfce src_prepare src_compile src_install postinstall postremove  export_inherits xfce src_prepare src_compile src_check src_install postinstall postremove

Legend:
Removed from v.9386  
changed lines
  Added in v.16173