Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
projects:thunar-plugins:thunar-vcs-plugin [2009/11/08 17:23] – external edit 127.0.0.1projects:thunar-plugins:thunar-vcs-plugin [2011/03/20 13:10] – Added 0.1.3 release peter
Line 29: Line 29:
 ===== Releases ===== ===== Releases =====
 Versions 0.0.3, 0.0.2 and 0.0.1 are from the Thunar SVN Plugin Versions 0.0.3, 0.0.2 and 0.0.1 are from the Thunar SVN Plugin
 +
 +==== Version 0.1.3 ====
 +[[http://www.xfce.org/archive/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.3.tar.bz2]] \\
 +[[http://www.xfce.org/archive/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.3.tar.bz2.md5]] \\
 +[[http://www.xfce.org/archive/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.3.tar.bz2.sha1]] \\
  
 ==== Version 0.1.2 ==== ==== Version 0.1.2 ====
Line 64: Line 69:
 ===== Dependencies ===== ===== Dependencies =====
  * Thunar   * Thunar 
-Thunar-VFS 0.4.0 or higher +Thunarx 1.2.0 or higher 
-Thunarx 0.4.0 or higher +exo 0.6.0 or higher 
-libsvn 1.5 or higher +libxfce4util 4.8.0 or higher 
- * libapr 0.9.7 or higher + * gtk 2.14.0 or higher 
- * gtk 2.6.0 or higher + * glib 2.18.0 or higher 
- * glib 2.6.0 or higher + * gobject 2.18.0 or higher 
- * gobject 2.6.0 or higher +libsvn 1.5 or higher (optional
-git (application+ * libapr 0.9.7 or higher (optional) 
 + * git application (optional)
  
 ===== Building and Installing ===== ===== Building and Installing =====
-For building the Thunar VCS Plugin depends on xfce4-dev-tools version 4.7.or higher.+For building the Thunar VCS Plugin depends on xfce4-dev-tools version 4.8.or higher.
 For Thunar to be able to find the Thunar VCS Plugin both have to be install with the same prefix. For Thunar to be able to find the Thunar VCS Plugin both have to be install with the same prefix.
 The configure script will automaticly try find the prefix of thunar. The configure script will automaticly try find the prefix of thunar.
-To ensure this run the following command to build from tarball, the --prefix part is optional+To ensure this run the following command to build from tarball: 
-  ./configure --prefix=$(pkg-config --variable prefix thunarx-1) +  ./configure 
-For source build from the goodies repository run the following, the --prefix part is optional+For source build from the git repository run the following: 
-  ./autogen.sh --prefix=$(pkg-config --variable prefix thunarx-1)+  ./autogen.sh
 Afterwards one of these commands the source is ready to be build and installed. Afterwards one of these commands the source is ready to be build and installed.
 For install root access might be necessary. For install root access might be necessary.