Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
xfce:thunar:thunar-vcs-plugin [2020/09/20 01:14] kevinbowenxfce:thunar:thunar-vcs-plugin [2021/02/09 00:19] (current) – update latest release to use rss feed kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-{{ :xfce:thunar:thunar.png?nolink|}} +{{ :xfce:xfce.thunar.png?no link|}} 
-====== thunar-vcs-plugin ======+====== Thunar - thunar-vcs-plugin ======
  
   * **[[#Required Packages|Required Packages]]**   * **[[#Required Packages|Required Packages]]**
Line 13: Line 13:
 ===== Introduction ===== ===== Introduction =====
 The Thunar VCS Plugin adds Subversion and GIT actions to the context menu of thunar. The Thunar VCS Plugin adds Subversion and GIT actions to the context menu of thunar.
-This gives SVN integration and GIT integration to Thunar.+This gives an SVN and GIT integration to Thunar.
  
 This project was formerly known as Thunar SVN Plugin. This project was formerly known as Thunar SVN Plugin.
Line 25: Line 25:
  
 ===== Usage ===== ===== Usage =====
-In the Thunar file/folder view right click on a file ore folder and the context menu pops up showing the SVN and GIT sub menu.+In the Thunar file/folder viewright click on a file or folder and the context menu will pop up showing the SVN and GIT sub menu.
 Choose the appropriate action. Choose the appropriate action.
  
Line 63: Line 63:
  
 ===== Required Packages ===== ===== Required Packages =====
- * Thunar  + 
-Thunarx 1.2.0 or higher +The Thunar VCS Plugin depends on the following packages: 
-exo 0.6.0 or higher + 
-libxfce4util 4.8.0 or higher +  [[https://gitlab.xfce.org/xfce/thunar|Thunar]] 
-gtk 2.14.0 or higher +  [[https://gitlab.xfce.org/bindings/thunarx-python|Thunarx]] 
-glib 2.18.0 or higher +  [[https://www.gtk.org|GTK+]] 
-gobject 2.18.0 or higher +  [[https://developer.gnome.org/gio/|GIO]] 
- * libsvn 1.5 or higher (optional) +  [[https://wiki.gnome.org/Projects/GLib|GLib]] 
- * libapr 0.9.7 or higher (optional) +  [[https://gitlab.xfce.org/xfce/exo|exo]] 
- * git application (optional)+  [[https://gitlab.xfce.org/xfce/libxfce4util|libxfce4util]] 
 + 
 +For svn support it requires the following packages: 
 +  * libsvn 1.5 or higher 
 +  * libapr 0.9.7 or higher 
 + 
 +For git support it requires the following packages: 
 +  * git
  
 [[|Back To Top]] [[|Back To Top]]
Line 78: Line 85:
  
 ===== Building and Installing ===== ===== Building and Installing =====
-For building the Thunar VCS Plugin depends on xfce4-dev-tools version 4.8.0 or higher. +Building the Thunar VCS Plugin depends on [[:xfce:xfce4-dev-tools:start|xfce4-dev-tools]] version 4.8.0 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 Pluginboth have to be installed with the same prefix.
 The configure script will automatically try find the prefix of Thunar. The configure script will automatically try find the prefix of Thunar.
-To ensure this run the following command to build from tarball:+To ensure this is the case, run the following command to build from tarball:
   ./configure   ./configure
 For source build from the git repository run the following: For source build from the git repository run the following:
   ./autogen.sh   ./autogen.sh
-Afterwards one of these commands the source is ready to be build and installed. +After running one of these commandsthe source is ready to be build and installed. 
-For install root access might be necessary.+For installation, root access might be necessary.
   make && make install   make && make install
  
Line 93: Line 100:
  
 ===== Latest Release ===== ===== Latest Release =====
-==== 0.2.0 (20180716) ==== +{{rss>hhttps://archive.xfce.org/feeds/project/thunar-vcs-plugin 1 date description 2h}}
-[[https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2|thunar-vcs-plugin-0.2.0.tar.bz2]] +
-    * **[[https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2?sha1|SHA1 hash]]** +
-    * **[[https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz22?sha256|SHA256 hash]]**+
  
-[[https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/|Previous Versions]]+[[https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin|Previous Releases]]
  
 ---- ----
Line 104: Line 108:
 ==== Source Code Repository ==== ==== Source Code Repository ====
 [[https://gitlab.xfce.org/thunar-plugins/thunar-vcs-plugin]] [[https://gitlab.xfce.org/thunar-plugins/thunar-vcs-plugin]]
-  git clone https://gitlab.xfce.org/thunar-plugins/thunar-vcs-plugin 
  
 ---- ----