Author: olivier
Date: 2007-01-14 15:42:02 +0000 (Sun, 14 Jan 2007)
New Revision: 24447

Modified:
   xfce-installers/trunk/xfce42/xfce42.xml
Log:
Update config

Modified: xfce-installers/trunk/xfce42/xfce42.xml
===================================================================
--- xfce-installers/trunk/xfce42/xfce42.xml     2007-01-14 15:03:28 UTC (rev 
24446)
+++ xfce-installers/trunk/xfce42/xfce42.xml     2007-01-14 15:42:02 UTC (rev 
24447)
@@ -1,83 +1,82 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<i2t:installer xmlns:i2t="http://installit.os-cillation.com/1.0/";>
-
+<installer>
   <i2t:application>
-    <i2t:name>xfce4</i2t:name>
-    <i2t:title>Xfce Desktop Environment</i2t:title>
-    <i2t:version>4.2.1.1</i2t:version>
-    <i2t:image name="logo">logo.png</i2t:image>
-    <i2t:image name="icon">icon.png</i2t:image>
+    <name>xfce4</name>
+    <title>Xfce Desktop Environment</title>
+    <version>4.2.4</version>
+    <image name="logo">logo.png</image>
+    <image name="icon">icon.png</image>
 
-    <i2t:extra-dist>solaris-Xfce4logo.pm</i2t:extra-dist>
-    <i2t:extra-dist>solaris-Xresources.xfce4</i2t:extra-dist>
-    <i2t:extra-dist>solaris-Xsession.xfce4</i2t:extra-dist>
+    <extra-dist>solaris-Xfce4logo.pm</extra-dist>
+    <extra-dist>solaris-Xresources.xfce4</extra-dist>
+    <extra-dist>solaris-Xsession.xfce4</extra-dist>
   </i2t:application>
 
   <i2t:help 
type="url">http://os-cillation.com/documentation/installers/xfce-installer/</i2t:help>
 
   <i2t:dependencies>
-    <i2t:dependency type="package">
-      <i2t:name>gtk+-2.0</i2t:name>
-      <i2t:version>2.2.0</i2t:version>
-      <i2t:description>Gtk+ library</i2t:description>
-    </i2t:dependency>
+    <dependency type="package">
+      <name>gtk+-2.0</name>
+      <version>2.2.0</version>
+      <description>Gtk+ library</description>
+    </dependency>
 
-    <i2t:dependency type="package">
-      <i2t:name>libxml-2.0</i2t:name>
-      <i2t:version>2.4.0</i2t:version>
-      <i2t:description>XML library</i2t:description>
-    </i2t:dependency>
+    <dependency type="package">
+      <name>libxml-2.0</name>
+      <version>2.4.0</version>
+      <description>XML library</description>
+    </dependency>
 
-    <i2t:dependency type="package">
-      <i2t:name>dbh-1.0</i2t:name>
-      <i2t:version>1.0</i2t:version>
-      <i2t:description>Disk based hashtables</i2t:description>
-    </i2t:dependency>
+    <dependency type="package">
+      <name>dbh-1.0</name>
+      <version>1.0</version>
+      <description>Disk based hashtables</description>
+    </dependency>
 
-    <i2t:dependency type="program">
-      <i2t:name>a2ps</i2t:name>
-      <i2t:description>Postscript converter</i2t:description>
-    </i2t:dependency>
+    <dependency type="program">
+      <name>a2ps</name>
+      <description>Postscript converter</description>
+    </dependency>
 
-    <i2t:dependency type="program">
-      <i2t:name>iceauth</i2t:name>
-      <i2t:description>Authorization helper</i2t:description>
-    </i2t:dependency>
+    <dependency type="program">
+      <name>iceauth</name>
+      <description>Authorization helper</description>
+    </dependency>
 
-    <i2t:dependency type="library">
-      <i2t:name>SM</i2t:name>
-      <i2t:description>Session management library</i2t:description>
-    </i2t:dependency>
+    <dependency type="library">
+      <name>SM</name>
+      <description>Session management library</description>
+    </dependency>
 
-    <i2t:dependency type="library">
-      <i2t:name>Xpm</i2t:name>
-      <i2t:description>X pixmap library</i2t:description>
-    </i2t:dependency>
+    <dependency type="library">
+      <name>Xpm</name>
+      <description>X pixmap library</description>
+    </dependency>
   </i2t:dependencies>
 
   <i2t:options>
-    <i2t:option default="disabled">
-      <i2t:title>Compositing manager</i2t:title>
-      <i2t:description>
+    <option default="disabled">
+      <title>Compositing manager</title>
+      <description>
         Enable this option if you want to build the integrated
         compositing manager, which allows you to have transparent
         windows with drop shadows. This feature requires X.Org 6.8
         or above.
-      </i2t:description>
-      <i2t:action case="enabled">
+      </description>
+      <action case="enabled">
         CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --enable-compositor";
         export CONFIGURE_FLAGS;
-      </i2t:action>
-      <i2t:action case="disabled">
+      </action>
+      <action case="disabled">
         CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --disable-compositor";
         export CONFIGURE_FLAGS;
-      </i2t:action>
-    </i2t:option>
+      </action>
+    </option>
 
-    <i2t:option default="disabled">
-      <i2t:title>Extensive Optimizations</i2t:title>
-      <i2t:description>
+    <option default="disabled">
+      <title>Extensive Optimizations</title>
+      <description>
         This options controls whether Xfce is build with several
         compile time optimizations - both platform dependent and
         platform independent ones. This may speed up Xfce, but
@@ -85,17 +84,17 @@
         worse, this can also cause gcc to generate broken code
         on some platforms (like Alpha). You can safely enable
         this option for i386 based platforms.
-      </i2t:description>
-      <i2t:action case="enabled">
+      </description>
+      <action case="enabled">
         CFLAGS="${CFLAGS} -O2 -pipe";
         CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --enable-final";
         export CFLAGS CONFIGURE_FLAGS;
-      </i2t:action>
-    </i2t:option>
+      </action>
+    </option>
 
-    <i2t:option default="disabled">
-      <i2t:title>Include Debugging Support</i2t:title>
-      <i2t:description>
+    <option default="disabled">
+      <title>Include Debugging Support</title>
+      <description>
         Enable this option if you plan to develop applications
         or plugins for Xfce. It controls whether additional
         debug statements and symbols will be compiled into
@@ -103,39 +102,39 @@
         should not enable this option. Note that this option
         may not play well with the Extensive Optimizations
         option above on some systems.
-      </i2t:description>
-      <i2t:action case="enabled">
+      </description>
+      <action case="enabled">
         CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --enable-debug";
         export CONFIGURE_FLAGS;
-      </i2t:action>
-      <i2t:action case="disabled">
+      </action>
+      <action case="disabled">
         CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --disable-debug";
         export CONFIGURE_FLAGS;
-      </i2t:action>
-    </i2t:option>
+      </action>
+    </option>
 
-    <i2t:option default="enabled">
-      <i2t:title>Setup Display Managers</i2t:title>
-      <i2t:description>
+    <option default="enabled">
+      <title>Setup Display Managers</title>
+      <description>
         If you enable this option, the installer will try
         to automatically register Xfce 4.2 with all installed
         display managers (like GDM or KDM). Depending on your
         system, the installer might not be able to register
         properly unless you run this wizard as superuser.
-      </i2t:description>
-      <i2t:action case="enabled">
+      </description>
+      <action case="enabled">
         I2T_AUTOSETUPDM="true";
         export I2T_AUTOSETUPDM;
-      </i2t:action>
-      <i2t:action case="disabled">
+      </action>
+      <action case="disabled">
         I2T_AUTOSETUPDM="false";
         export I2T_AUTOSETUPDM;
-      </i2t:action>
-    </i2t:option>
+      </action>
+    </option>
 
-    <i2t:option default="disabled">
-      <i2t:title>Use ALSA for the Xfce Mixer</i2t:title>
-      <i2t:description>
+    <option default="disabled">
+      <title>Use ALSA for the Xfce Mixer</title>
+      <description>
         This option is provided for Linux users that use the
         Advanced Linux Sound Architecture. By default, the
         Xfce Mixer - which allows you to control the volume
@@ -148,46 +147,46 @@
         fail. The ALSA system can emulate OSS,
         but not vice versa; so don't enable this option
         unless you know what you are doing.
-      </i2t:description>
-      <i2t:action case="enabled">
+      </description>
+      <action case="enabled">
         CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --with-sound=alsa";
         export CONFIGURE_FLAGS;
-      </i2t:action>
-    </i2t:option>
+      </action>
+    </option>
   </i2t:options>
 
   <i2t:packages>
-    <i2t:default-basedir>release</i2t:default-basedir>
-    <i2t:package>
-      <i2t:name>xfce4-icon-theme</i2t:name>
-      <i2t:title>Xfce Icon Theme</i2t:title>
-    </i2t:package>
+    <default-basedir>release</default-basedir>
+    <package>
+      <name>xfce4-icon-theme</name>
+      <title>Xfce Icon Theme</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>libxfce4util</i2t:name>
-      <i2t:title>Xfce Utility Library</i2t:title>
-    </i2t:package>
+    <package>
+      <name>libxfce4util</name>
+      <title>Xfce Utility Library</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>libxfce4mcs</i2t:name>
-      <i2t:title>Xfce MCS Library</i2t:title>
-    </i2t:package>
+    <package>
+      <name>libxfce4mcs</name>
+      <title>Xfce MCS Library</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>libxfcegui4</i2t:name>
-      <i2t:title>Xfce GUI Library</i2t:title>
-    </i2t:package>
+    <package>
+      <name>libxfcegui4</name>
+      <title>Xfce GUI Library</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xfce-mcs-manager</i2t:name>
-      <i2t:title>Xfce MCS Manager</i2t:title>
-    </i2t:package>
+    <package>
+      <name>xfce-mcs-manager</name>
+      <title>Xfce MCS Manager</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xfce-utils</i2t:name>
-      <i2t:title>Xfce Utilities</i2t:title>
+    <package>
+      <name>xfce-utils</name>
+      <title>Xfce Utilities</title>
       
-      <i2t:pre-action stage="configure">
+      <pre-action stage="configure">
         sed -e "/^if test x\"\$DISPLAY\".*$/{
           i\\
           PATH=\"${PREFIX}/bin:\${PATH}\"
@@ -242,9 +241,9 @@
           echo "!! see the messages above for details."
           exit 1
         fi
-      </i2t:pre-action>
+      </pre-action>
 
-      <i2t:post-action stage="install">
+      <post-action stage="install">
         ##
         ## figure out usable install binary
         ##
@@ -341,7 +340,7 @@
           done
 
           for dir in `echo "${PATH}:" | sed -e 's,/bin:,/share:,g' -e 
's,/sbin:,/share:,g' -e 's,:, ,g'`; do
-            etcdir=`echo ${dir} | sed -e 's,/share$,/etc,`
+            etcdir=`echo ${dir} | sed -e 's,/share$,/etc,'`
             for subdir in "dm/Sessions" "X11/gdm/Sessions" "gdm/Sessions"; do
               realdir="${etcdir}/${subdir}"
               if test -d "${realdir}" -a -w "${realdir}" -a ! -f 
"${realdir}/xfce42.desktop"; then
@@ -362,84 +361,84 @@
             fi
           done
         fi
-      </i2t:post-action>
-    </i2t:package>
+      </post-action>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xfce-mcs-plugins</i2t:name>
-      <i2t:title>Xfce MCS Plugins</i2t:title>
-    </i2t:package>
+    <package>
+      <name>xfce-mcs-plugins</name>
+      <title>Xfce MCS Plugins</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xfce4-panel</i2t:name>
-      <i2t:title>Xfce Panel</i2t:title>
-    </i2t:package>
+    <package>
+      <name>xfce4-panel</name>
+      <title>Xfce Panel</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xfcalendar</i2t:name>
-      <i2t:title>Xfce Calendar</i2t:title>
-    </i2t:package>
+    <package>
+      <name>xfcalendar</name>
+      <title>Xfce Calendar</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xfce4-appfinder</i2t:name>
-      <i2t:title>Xfce Appfinder</i2t:title>
-    </i2t:package>
+    <package>
+      <name>xfce4-appfinder</name>
+      <title>Xfce Appfinder</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xfce4-iconbox</i2t:name>
-      <i2t:title>Xfce Iconbox</i2t:title>
-    </i2t:package>
+    <package>
+      <name>xfce4-iconbox</name>
+      <title>Xfce Iconbox</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xfce4-mixer</i2t:name>
-      <i2t:title>Xfce Volume Control</i2t:title>
-    </i2t:package>
+    <package>
+      <name>xfce4-mixer</name>
+      <title>Xfce Volume Control</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xfce4-session</i2t:name>
-      <i2t:title>Xfce Session Manager</i2t:title>
-    </i2t:package>
+    <package>
+      <name>xfce4-session</name>
+      <title>Xfce Session Manager</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xfce4-systray</i2t:name>
-      <i2t:title>Xfce Systray Plugin</i2t:title>
-    </i2t:package>
+    <package>
+      <name>xfce4-systray</name>
+      <title>Xfce Systray Plugin</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xfce4-toys</i2t:name>
-      <i2t:title>Xfce Toys</i2t:title>
-    </i2t:package>
+    <package>
+      <name>xfce4-toys</name>
+      <title>Xfce Toys</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xfce4-trigger-launcher</i2t:name>
-      <i2t:title>Xfce Trigger Launcher</i2t:title>
-    </i2t:package>
+    <package>
+      <name>xfce4-trigger-launcher</name>
+      <title>Xfce Trigger Launcher</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xfdesktop</i2t:name>
-      <i2t:title>Xfce Desktop Manager</i2t:title>
-    </i2t:package>
+    <package>
+      <name>xfdesktop</name>
+      <title>Xfce Desktop Manager</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xffm</i2t:name>
-      <i2t:title>Xfce File Manager</i2t:title>
-    </i2t:package>
+    <package>
+      <name>xffm</name>
+      <title>Xfce File Manager</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xfprint</i2t:name>
-      <i2t:title>Xfce Printing Support</i2t:title>
-    </i2t:package>
+    <package>
+      <name>xfprint</name>
+      <title>Xfce Printing Support</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xfwm4</i2t:name>
-      <i2t:title>Xfce Window Manager</i2t:title>
-    </i2t:package>
+    <package>
+      <name>xfwm4</name>
+      <title>Xfce Window Manager</title>
+    </package>
 
-    <i2t:package>
-      <i2t:name>xfwm4-themes</i2t:name>
-      <i2t:title>Xfce Window Themes</i2t:title>
-    </i2t:package>
+    <package>
+      <name>xfwm4-themes</name>
+      <title>Xfce Window Themes</title>
+    </package>
   </i2t:packages>
 
-</i2t:installer>
+</installer>
 

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to