Magellan Linux

Diff of /smage/trunk/core/ica-client/ica-client-11.100-r1.smage2

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

revision 359 by niro, Mon May 3 10:49:46 2010 UTC revision 391 by niro, Thu May 6 17:28:05 2010 UTC
# Line 16  DEPEND=">= virtual/glibc Line 16  DEPEND=">= virtual/glibc
16   >= x11-libs/libSM-1   >= x11-libs/libSM-1
17   >= x11-libs/libICE-1   >= x11-libs/libICE-1
18   >= x11-libs/libXpm-3.5   >= x11-libs/libXpm-3.5
19   >= x11-libs/openmotif-2.3.3"   >= x11-libs/openmotif-2.3.3
20     >= x11-libs/libXp-1
21     >= x11-libs/libXinerama-1"
22    
23  SDEPEND=">= app-arch/rpm2targz-9.0"  SDEPEND=">= app-arch/rpm2targz-9.0"
24    
# Line 83  mcore_generic_src_install() Line 85  mcore_generic_src_install()
85    
86   # install icons in a proper directory   # install icons in a proper directory
87   minstallpixmap icons/session.xpm || die   minstallpixmap icons/session.xpm || die
88   minstallpixmap icons/manager.xpm || die   minstallpixmap icons/manager.png || die
89    
90   # install browser plugin to a proper location   # install browser plugin to a proper location
91   mlink /opt/ica-client/npica.so /usr/$(mlibdir)/nsbrowser/plugins/npica.so || die   mlink /opt/ica-client/npica.so /usr/$(mlibdir)/nsbrowser/plugins/npica.so || die
92    
93   # install wrappers to prevent slowdowns with other locales than 'C'   # install wrappers to prevent slowdowns with other locales than 'C'
94   echo 'env LC_ALL="" LANG="" /opt/ica-client/wfcmgr $*' > ${BINDIR}/usr/bin/wfcmgr || die   echo 'env LC_ALL="" LANG="" /opt/ica-client/wfcmgr.bin $*' > ${BINDIR}/usr/bin/wfcmgr || die
95   echo 'env LC_ALL="" LANG="" /opt/ica-client/wfica $*' > ${BINDIR}/usr/bin/wfica || die   echo 'env LC_ALL="" LANG="" /opt/ica-client/wfica $*' > ${BINDIR}/usr/bin/wfica || die
96   mchmod 0755 /usr/bin/wfcmgr || die   mchmod 0755 /usr/bin/wfcmgr || die
97   mchmod 0755 /usr/bin/wfica || die   mchmod 0755 /usr/bin/wfica || die

Legend:
Removed from v.359  
changed lines
  Added in v.391