Author: benny
Date: 2007-01-21 12:48:02 +0000 (Sun, 21 Jan 2007)
New Revision: 24684

Added:
   xfce-installers/trunk/thunar/thunar-bundle.xml
Modified:
   xfce-installers/trunk/ChangeLog
   xfce-installers/trunk/thunar/
   xfce-installers/trunk/thunar/Makefile
   xfce-installers/trunk/thunar/thunar.xml
   xfce-installers/trunk/xfce44/solaris-Xresources.xfce4
   xfce-installers/trunk/xfce44/solaris-Xsession.xfce4
   xfce-installers/trunk/xfce44/xfce44.xml
Log:
2007-01-20      Benedikt Meurer <[EMAIL PROTECTED]>

        * thunar/, xfce/: Update the Thunar and Xfce installers.




Modified: xfce-installers/trunk/ChangeLog
===================================================================
--- xfce-installers/trunk/ChangeLog     2007-01-21 11:53:44 UTC (rev 24683)
+++ xfce-installers/trunk/ChangeLog     2007-01-21 12:48:02 UTC (rev 24684)
@@ -1,3 +1,7 @@
+2007-01-20     Benedikt Meurer <[EMAIL PROTECTED]>
+
+       * thunar/, xfce/: Update the Thunar and Xfce installers.
+
 2007-01-19     Benedikt Meurer <[EMAIL PROTECTED]>
 
        * terminal/: Update the terminal installer xml.


Property changes on: xfce-installers/trunk/thunar
___________________________________________________________________
Name: svn:ignore
   - *.run
release


   + *.run
release
release-bundle



Modified: xfce-installers/trunk/thunar/Makefile
===================================================================
--- xfce-installers/trunk/thunar/Makefile       2007-01-21 11:53:44 UTC (rev 
24683)
+++ xfce-installers/trunk/thunar/Makefile       2007-01-21 12:48:02 UTC (rev 
24684)
@@ -1,6 +1,6 @@
 # $Id$
 #
-# Copyright (c) 2003-2006 os-cillation
+# Copyright (c) 2003-2007 os-cillation
 # All rights reserved.
 #
 # Written by Benedikt Meurer <[EMAIL PROTECTED]>
@@ -24,7 +24,11 @@
 all: build
 
 build:
+       i2t-generate thunar-bundle.xml
        i2t-generate thunar.xml
 
 export:
 
+clean:
+       rm -f *.run
+

Copied: xfce-installers/trunk/thunar/thunar-bundle.xml (from rev 24680, 
xfce-installers/trunk/thunar/thunar.xml)
===================================================================
--- xfce-installers/trunk/thunar/thunar-bundle.xml                              
(rev 0)
+++ xfce-installers/trunk/thunar/thunar-bundle.xml      2007-01-21 12:48:02 UTC 
(rev 24684)
@@ -0,0 +1,162 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<installer>
+
+  <i2t:application>
+    <name>Thunar-Bundle</name>
+    <title>Thunar Bundle</title>
+    <version>0.8.0</version>
+    <image name="icon">icon.png</image>
+  </i2t:application>
+
+  <!--
+    <i2t:help type="url">http://www.os-cillation.com/</i2t:help>
+  -->
+
+  <i2t:dependencies>
+    <dependency type="package">
+      <name>glib-2.0</name>
+      <version>2.6.4</version>
+      <description>
+        The Glib library provides useful routines for C programs. Version 
2.6.4 is required here,
+        because earlier versions of the 2.6 branch had a critical bug that 
caused programs to crash.
+        Debian/Ubuntu users should install the libglib2.0-dev package.
+      </description>
+    </dependency>
+
+    <dependency type="package">
+      <name>gtk+-2.0</name>
+      <version>2.6.0</version>
+      <description>
+        The GTK+ library provides widgets used for the user interface of all 
Xfce applications.
+        Debian/Ubuntu users should install the libgtk2.0-dev package.
+      </description>
+    </dependency>
+
+    <dependency type="package">
+      <name>libpng12</name>
+      <version>1.2.0</version>
+      <description>
+        The PNG library is used to implement the Thumbnail Management 
Standard, which uses PNG to store
+        thumbnails and associated data. Debian/Ubuntu users should install the 
libpng12-dev package.
+      </description>
+    </dependency>
+
+    <dependency type="package">
+      <name>hal-storage</name>
+      <version>0.5.0</version>
+      <description>
+        This package provides support for the Hardware Abstraction Layer (HAL) 
in Xfce. This enables
+        support for removable media in Thunar and xfdesktop, support to 
shutdown the computer via HAL
+        and automatic management of removable devices. Debian/Ubuntu users 
should install the
+        libhal-storage-dev package.
+      </description>
+    </dependency>
+
+    <dependency type="package">
+      <name>dbus-glib-1</name>
+      <version>0.34</version>
+      <description>
+        This package provides support for the D-BUS message daemon, which is 
used for interprocess
+        communication of the various parts of the desktop and to talk to the 
HAL daemon. Especially
+        for HAL support you will need both this package and the hal-storage 
package above. Debian/Ubuntu
+        users should install the libdbus-glib-1-dev package.
+      </description>
+    </dependency>
+
+    <dependency type="package">
+      <name>taglib</name>
+      <version>1.4</version>
+      <description>
+        This package is required by the media tags plugin to extract and save 
the tags stored within audio
+        files. Debian/Ubuntu users should install the libtag1-dev package.
+      </description>
+    </dependency>
+
+    <dependency type="perlmodule">
+      <name>URI::Escape</name>
+      <description>
+        The URI::Escape Perl module is required to parse mailto:-URIs.
+        Debian/Ubuntu users should install the liburi-perl package.
+      </description>
+    </dependency>
+
+    <dependency type="perlmodule">
+      <name>URI::file</name>
+      <description>
+        The URI::file Perl module is required to parse file:-URIs.
+        Debian/Ubuntu users should install the liburi-perl package.
+      </description>
+    </dependency>
+
+    <dependency type="perlmodule">
+      <name>URI::URL</name>
+      <description>
+        The URI::URL Perl module is required to parse arbritrary URLs.
+        Debian/Ubuntu users should install the liburi-perl package.
+      </description>
+    </dependency>
+
+    <dependency type="perlmodule">
+      <name>XML::Parser</name>
+      <description>
+        The XML::Parser Perl module is required to parse XML files during the 
build process.
+        Debian/Ubuntu users should install the libxml-parser-perl package.
+      </description>
+    </dependency>
+
+    <dependency type="package" optional="true">
+      <name>libstartup-notification-1.0</name>
+      <version>0.4</version>
+      <description>
+        This package provides support for startup notification.
+        Debian/Ubuntu users should install the libstartup-notification0-dev 
package.
+      </description>
+    </dependency>
+
+    <dependency type="library" optional="true">
+      <name>jpeg</name>
+      <description>
+        The JPEG library is used to enable fast thumbnailing of JPEG images 
(optionally using EXIF
+        embedded thumbnails). Debian/Ubuntu users should install the 
libjpeg62-dev package.
+      </description>
+    </dependency>
+
+  </i2t:dependencies>
+
+  <i2t:packages>
+    <default-basedir>release-bundle</default-basedir>
+
+    <package>
+      <name>libxfce4util-4.4.0</name>
+      <title>Xfce Utility library</title>
+    </package>
+
+    <package>
+      <name>exo-0.3.2</name>
+      <title>Extension library</title>
+    </package>
+
+    <package>
+      <name>Thunar-0.8.0</name>
+      <title>Thunar File Manager</title>
+    </package>
+
+    <package>
+      <name>thunar-archive-plugin-0.2.4</name>
+      <title>Thunar Archive Plugin</title>
+    </package>
+
+    <package>
+      <name>thunar-media-tags-plugin-0.1.2</name>
+      <title>Thunar Media Tags Plugin</title>
+    </package>
+
+    <package>
+      <name>thunar-volman-0.1.2</name>
+      <title>Thunar Volume Manager</title>
+    </package>
+  </i2t:packages>
+
+</installer>
+

Modified: xfce-installers/trunk/thunar/thunar.xml
===================================================================
--- xfce-installers/trunk/thunar/thunar.xml     2007-01-21 11:53:44 UTC (rev 
24683)
+++ xfce-installers/trunk/thunar/thunar.xml     2007-01-21 12:48:02 UTC (rev 
24684)
@@ -5,7 +5,7 @@
   <i2t:application>
     <name>Thunar</name>
     <title>Thunar File Manager</title>
-    <version>0.5.0rc2</version>
+    <version>0.8.0</version>
     <image name="icon">icon.png</image>
   </i2t:application>
 
@@ -15,52 +15,121 @@
 
   <i2t:dependencies>
     <dependency type="package">
-      <name>gtk+-2.0</name>
+      <name>glib-2.0</name>
       <version>2.6.4</version>
-      <description>GTK+ library</description>
+      <description>
+        The Glib library provides useful routines for C programs. Version 
2.6.4 is required here,
+        because earlier versions of the 2.6 branch had a critical bug that 
caused programs to crash.
+        Debian/Ubuntu users should install the libglib2.0-dev package.
+      </description>
     </dependency>
 
-<!--
     <dependency type="package">
-      <name>libxfce4util-1.0</name>
-      <version>4.2.0</version>
-      <description>Xfce Utility library</description>
+      <name>gtk+-2.0</name>
+      <version>2.6.0</version>
+      <description>
+        The GTK+ library provides widgets used for the user interface of all 
Xfce applications.
+        Debian/Ubuntu users should install the libgtk2.0-dev package.
+      </description>
     </dependency>
--->
 
+    <dependency type="package">
+      <name>libpng12</name>
+      <version>1.2.0</version>
+      <description>
+        The PNG library is used to implement the Thumbnail Management 
Standard, which uses PNG to store
+        thumbnails and associated data. Debian/Ubuntu users should install the 
libpng12-dev package.
+      </description>
+    </dependency>
+
     <dependency type="perlmodule">
       <name>URI::Escape</name>
+      <description>
+        The URI::Escape Perl module is required to parse mailto:-URIs.
+        Debian/Ubuntu users should install the liburi-perl package.
+      </description>
     </dependency>
 
     <dependency type="perlmodule">
       <name>URI::file</name>
+      <description>
+        The URI::file Perl module is required to parse file:-URIs.
+        Debian/Ubuntu users should install the liburi-perl package.
+      </description>
     </dependency>
 
     <dependency type="perlmodule">
       <name>URI::URL</name>
+      <description>
+        The URI::URL Perl module is required to parse arbritrary URLs.
+        Debian/Ubuntu users should install the liburi-perl package.
+      </description>
     </dependency>
 
     <dependency type="perlmodule">
       <name>XML::Parser</name>
+      <description>
+        The XML::Parser Perl module is required to parse XML files during the 
build process.
+        Debian/Ubuntu users should install the libxml-parser-perl package.
+      </description>
     </dependency>
 
+    <dependency type="package" optional="true">
+      <name>libstartup-notification-1.0</name>
+      <version>0.4</version>
+      <description>
+        This package provides support for startup notification.
+        Debian/Ubuntu users should install the libstartup-notification0-dev 
package.
+      </description>
+    </dependency>
+
+    <dependency type="package" optional="true">
+      <name>hal-storage</name>
+      <version>0.5.0</version>
+      <description>
+        This package provides support for the Hardware Abstraction Layer (HAL) 
in Xfce. This enables
+        support for removable media in Thunar and xfdesktop, support to 
shutdown the computer via HAL
+        and automatic management of removable devices. Debian/Ubuntu users 
should install the
+        libhal-storage-dev package.
+      </description>
+    </dependency>
+
+    <dependency type="package" optional="true">
+      <name>dbus-glib-1</name>
+      <version>0.34</version>
+      <description>
+        This package provides support for the D-BUS message daemon, which is 
used for interprocess
+        communication of the various parts of the desktop and to talk to the 
HAL daemon. Especially
+        for HAL support you will need both this package and the hal-storage 
package above. Debian/Ubuntu
+        users should install the libdbus-glib-1-dev package.
+      </description>
+    </dependency>
+
+    <dependency type="library" optional="true">
+      <name>jpeg</name>
+      <description>
+        The JPEG library is used to enable fast thumbnailing of JPEG images 
(optionally using EXIF
+        embedded thumbnails). Debian/Ubuntu users should install the 
libjpeg62-dev package.
+      </description>
+    </dependency>
+
   </i2t:dependencies>
 
   <i2t:packages>
     <default-basedir>release</default-basedir>
 
     <package>
-      <name>libxfce4util-4.3.99.2</name>
+      <name>libxfce4util-4.4.0</name>
       <title>Xfce Utility library</title>
     </package>
 
     <package>
-      <name>exo-0.3.1.12rc2</name>
+      <name>exo-0.3.2</name>
       <title>Extension library</title>
     </package>
 
     <package>
-      <name>Thunar-0.5.0rc2</name>
+      <name>Thunar-0.8.0</name>
       <title>Thunar File Manager</title>
     </package>
   </i2t:packages>

Modified: xfce-installers/trunk/xfce44/solaris-Xresources.xfce4
===================================================================
--- xfce-installers/trunk/xfce44/solaris-Xresources.xfce4       2007-01-21 
11:53:44 UTC (rev 24683)
+++ xfce-installers/trunk/xfce44/solaris-Xresources.xfce4       2007-01-21 
12:48:02 UTC (rev 24684)
@@ -4,7 +4,7 @@
 !!
 !!   Configuration file for the Xfce 4.4 alternate desktop resources
 !!
-!!   (c) Copyright 2006 os-cillation
+!!   (c) Copyright 2006-2007 os-cillation
 !!
 !!######################################################################
 !!

Modified: xfce-installers/trunk/xfce44/solaris-Xsession.xfce4
===================================================================
--- xfce-installers/trunk/xfce44/solaris-Xsession.xfce4 2007-01-21 11:53:44 UTC 
(rev 24683)
+++ xfce-installers/trunk/xfce44/solaris-Xsession.xfce4 2007-01-21 12:48:02 UTC 
(rev 24684)
@@ -1,6 +1,6 @@
 #!/bin/ksh
 #
-# (c) Copyright 2004 os-cillation
+# (c) Copyright 2004-2007 os-cillation
 #
 
 DTDSPMSG=/usr/dt/bin/dtdspmsg

Modified: xfce-installers/trunk/xfce44/xfce44.xml
===================================================================
--- xfce-installers/trunk/xfce44/xfce44.xml     2007-01-21 11:53:44 UTC (rev 
24683)
+++ xfce-installers/trunk/xfce44/xfce44.xml     2007-01-21 12:48:02 UTC (rev 
24684)
@@ -4,7 +4,7 @@
   <i2t:application>
     <name>xfce4</name>
     <title>Xfce Desktop Environment</title>
-    <version>4.4RC2</version>
+    <version>4.4.0</version>
 
     <image name="icon">icon.png</image>
 
@@ -19,64 +19,176 @@
 
   <i2t:dependencies>
     <dependency type="package">
-      <name>gtk+-2.0</name>
+      <name>glib-2.0</name>
       <version>2.6.4</version>
-      <description>Gtk+ library</description>
+      <description>
+        The Glib library provides useful routines for C programs. Version 
2.6.4 is required here,
+        because earlier versions of the 2.6 branch had a critical bug that 
caused programs to crash.
+        Debian/Ubuntu users should install the libglib2.0-dev package.
+      </description>
     </dependency>
 
     <dependency type="package">
+      <name>gtk+-2.0</name>
+      <version>2.6.0</version>
+      <description>
+        The GTK+ library provides widgets used for the user interface of all 
Xfce applications.
+        Debian/Ubuntu users should install the libgtk2.0-dev package.
+      </description>
+    </dependency>
+
+    <dependency type="package">
+      <name>libpng12</name>
+      <version>1.2.0</version>
+      <description>
+        The PNG library is used to implement the Thumbnail Management 
Standard, which uses PNG to store
+        thumbnails and associated data. Debian/Ubuntu users should install the 
libpng12-dev package.
+      </description>
+    </dependency>
+
+    <dependency type="package">
+      <name>libxml-2.0</name>
+      <version>2.4.0</version>
+      <description>
+        The XML library is used to read and write XML files (surprise!). 
Debian/Ubuntu users should install
+        the libxml2-dev package.
+      </description>
+    </dependency>
+
+    <dependency type="package">
       <name>vte</name>
       <version>0.11.11</version>
-      <description>Terminal emulator widget</description>
+      <description>
+        The VTE library is used by Terminal to interact with the CLI processes 
running within the terminal windows.
+        Debian/Ubuntu users should install the libvte-dev package.
+      </description>
     </dependency>
 
     <dependency type="program">
       <name>iceauth</name>
-      <description>Authorization helper</description>
+      <description>
+        Authorization helper used by the session manager. Debian/Ubuntu users 
should install the iceauth package.
+      </description>
     </dependency>
 
     <dependency type="library">
       <name>SM</name>
-      <description>Session management library</description>
+      <description>
+        Session management library used for communication between the session 
manager and the applications running
+        within the session. Debian/Ubuntu users should install the libsm-dev 
package.
+      </description>
     </dependency>
 
     <dependency type="perlmodule">
       <name>URI::Escape</name>
+      <description>
+        The URI::Escape Perl module is required to parse mailto:-URIs.
+        Debian/Ubuntu users should install the liburi-perl package.
+      </description>
     </dependency>
 
     <dependency type="perlmodule">
       <name>URI::file</name>
+      <description>
+        The URI::file Perl module is required to parse file:-URIs.
+        Debian/Ubuntu users should install the liburi-perl package.
+      </description>
     </dependency>
 
     <dependency type="perlmodule">
       <name>URI::URL</name>
+      <description>
+        The URI::URL Perl module is required to parse arbritrary URLs.
+        Debian/Ubuntu users should install the liburi-perl package.
+      </description>
     </dependency>
 
     <dependency type="perlmodule">
       <name>XML::Parser</name>
+      <description>
+        The XML::Parser Perl module is required to parse XML files during the 
build process.
+        Debian/Ubuntu users should install the libxml-parser-perl package.
+      </description>
     </dependency>
 
-  </i2t:dependencies>
+    <dependency type="package" optional="true">
+      <name>libstartup-notification-1.0</name>
+      <version>0.4</version>
+      <description>
+        This package provides support for startup notification.
+        Debian/Ubuntu users should install the libstartup-notification0-dev 
package.
+      </description>
+    </dependency>
 
-  <i2t:options>
-    <option default="enabled">
-      <title>Compositing manager</title>
+    <dependency type="package" optional="true">
+      <name>hal-storage</name>
+      <version>0.5.0</version>
       <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.9
-        or above.
+        This package provides support for the Hardware Abstraction Layer (HAL) 
in Xfce. This enables
+        support for removable media in Thunar and xfdesktop, support to 
shutdown the computer via HAL
+        and automatic management of removable devices. Debian/Ubuntu users 
should install the
+        libhal-storage-dev package.
       </description>
-      <action case="enabled">
-        CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --enable-compositor";
-        export CONFIGURE_FLAGS;
-      </action>
-      <action case="disabled">
-        CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --disable-compositor";
-        export CONFIGURE_FLAGS;
-      </action>
-    </option>
+    </dependency>
 
+    <dependency type="package" optional="true">
+      <name>dbus-glib-1</name>
+      <version>0.34</version>
+      <description>
+        This package provides support for the D-BUS message daemon, which is 
used for interprocess
+        communication of the various parts of the desktop and to talk to the 
HAL daemon. Especially
+        for HAL support you will need both this package and the hal-storage 
package above. Debian/Ubuntu
+        users should install the libdbus-glib-1-dev package.
+      </description>
+    </dependency>
+
+    <dependency type="library" optional="true">
+      <name>jpeg</name>
+      <description>
+        The JPEG library is used to enable fast thumbnailing of JPEG images 
(optionally using EXIF
+        embedded thumbnails). Debian/Ubuntu users should install the 
libjpeg62-dev package.
+      </description>
+    </dependency>
+
+    <dependency type="package" optional="true">
+      <name>xrender</name>
+      <version>0.7.0</version>
+      <description>
+        Xrender is an X.org extension required for the integrated composition 
manager. Debian/Ubuntu
+        users should install the libxrender-dev package.
+      </description>
+    </dependency>
+
+    <dependency type="package" optional="true">
+      <name>xcomposite</name>
+      <version>0.2.0</version>
+      <description>
+        Xcomposite is an X.org extension required for the integrated 
composition manager. Debian/Ubuntu
+        users should install the libxcomposite-dev package.
+      </description>
+    </dependency>
+
+    <dependency type="package" optional="true">
+      <name>xfixes</name>
+      <version>0.2.0</version>
+      <description>
+        Xfixes is an X.org extension required for the integrated composition 
manager. Debian/Ubuntu
+        users should install the libxfixes-dev package.
+      </description>
+    </dependency>
+
+    <dependency type="package" optional="true">
+      <name>xdamage</name>
+      <version>0.2.0</version>
+      <description>
+        Xdamage is an X.org extension required for the integrated composition 
manager. Debian/Ubuntu
+        users should install the libxdamage-dev package.
+      </description>
+    </dependency>
+
+  </i2t:dependencies>
+
+  <i2t:options>
     <option default="disabled">
       <title>Extensive Optimizations</title>
       <description>
@@ -443,10 +555,12 @@
       <title>Xfce Window Themes</title>
     </package>
 
+<!--
     <package>
       <name>xarchiver</name>
       <title>Xarchiver Archive Manager</title>
     </package>
+-->
 
   </i2t:packages>
 

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

Reply via email to