Installing GTK Deletes XFce?

edscott wilson garcia edscott at prodigy.net.mx
Fri Aug 8 03:50:29 CEST 2003


On jue, 2003-08-07 at 16:05, Lane P. Lester wrote:
> Olivier Fourdan <fourdan at xfce.org> wrote:
> > 3.92.2 is RC2, but versions are upgraded way before the offical
> > release(for example all current modules in CVS are 3.99.3 while RC3 is
> > not released yet)
> > 
> > If you want the real RC2, use CVS tag "xfce_4_0_rc2" to fetch the
> > sources
> 
> Thanks, Olivier! I'd like to have the latest, but my procedure for
> compiling is so tedious in going from one directory to another and
> running './configure && make && make install'. I have to believe that
> those of you keeping up with CVS have some trick for making it easier.
> 

Nestu's script is good. But I prefer a small perl version which I
customize as I go along:

#!/usr/bin/perl
# remember to setenv PKG_CONFIG_PATH /usr/local/lib/pkgconfig
# execute from ../../xfce-devel

@dirs=("xfce-devel/gtk-xfce-engine-2","xfce-devel/libxfce4util","xfce-devel/libxfcegui4","xfce-devel/libxfce4mcs","xfce-devel/xfce-mcs-manager","xfce-devel/xfce-mcs-plugins","xfce-devel/xfce-utils","xfce-devel/xfdesktop","xfce-devel/xfce4","xfce4-extras/xfce4-iconbox","xfce-devel/xffm","xfce-devel/xfprint","xfce-devel/xfwm4","xfce4-extras/xfce4-mixer","xfce4-extras/xfce4-themes","xfce4-extras/xfce4-toys","xfce4-extras/xfce4-trigger-launcher","xfce4-extras/xffm-icons","xfce4-extras/xfwm4-themes","xfce4-extras/xfcalendar");

foreach $dir (@dirs){
  $_="xfce/".$dir;
  print "$_...\n";
  chdir ($_);
  if (/libxfcegui4/){$options = "--enable-xinerama --enable-static=no";}
  #elsif (/gtk-xfce-engine/){ $options = "--prefix=/usr
--enable-static=no";}
  else { $options = "--enable-static=no";}
  $command = "./configure $options && make uninstall && make install &&
make distclean";
  print "$command\n";
  `$command`;
  chdir ("../../..");
}




> Lane
> ____
> Lane P. Lester / Madison County, Georgia
> **Running Linux more and Windows less**
> _______________________________________________
> Xfce mailing list
> Xfce at xfce.org
> http://moongroup.com/mailman/listinfo/xfce




More information about the Xfce mailing list