Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Next revision
Previous revision
projects:thunar-plugins:thunar-vcs-plugin [2009/11/08 17:23] – external edit 127.0.0.1projects:thunar-plugins:thunar-vcs-plugin [2019/08/06 06:32] (current) kevinbowen
Line 17: Line 17:
  
 ===== Screenshots ===== ===== Screenshots =====
 +These screen shots are of the Thunar git Plugin.
 +
 +{{:projects:thunar-plugins:thunar-git-plugin-menu.png?800|context menu}}
 +
 +The Git context sub menu show for a version controlled file.
 +
 +{{:projects:thunar-plugins:thunar-git-plugin-log.png?800|update dialog}}
 +
 +The notification dialog is shown during and after several Git actions.
 +----
 +
 These screen shots are of the Thunar SVN Plugin. These screen shots are of the Thunar SVN Plugin.
  
Line 29: Line 40:
 ===== 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.90 ====
 +[[https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.90.tar.bz2|https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.90.tar.bz2]]\\
 +[[http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.90.tar.bz2.md5|http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.90.tar.bz2.md5]]\\
 +[[http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.90.tar.bz2.sha1|http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.90.tar.bz2.sha1]]
 +
 +==== Version 0.1.5 ====
 +[[https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.5.tar.bz2|https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.5.tar.bz2]]\\
 +[[http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.5.tar.bz2.md5|http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.5.tar.bz2.md5]]\\
 +[[http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.5.tar.bz2.sha1|http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.5.tar.bz2.sha1]]
 +
 +==== Version 0.1.4 ====
 +[[http://www.xfce.org/archive/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.4.tar.bz2]] \\
 +[[http://www.xfce.org/archive/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.4.tar.bz2.md5]] \\
 +[[http://www.xfce.org/archive/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.4.tar.bz2.sha1]] \\
 +
 +==== 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 95:
 ===== 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.