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:11] 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]]**
 +  * **[[#Building and Installing|Building and Installing]]**
   * **[[#Latest Release|Latest Release]]**   * **[[#Latest Release|Latest Release]]**
   * **[[#Source Code Repository|Source Code Repository]]**   * **[[#Source Code Repository|Source Code Repository]]**
-  * **[[#Dependencies|Dependencies]]** 
-  * **[[#Building and Installing|Building and Installing]]** 
   * **[[#Reporting Bugs|Reporting Bugs]]**   * **[[#Reporting Bugs|Reporting Bugs]]**
  
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 62: Line 62:
 ---- ----
  
-===== Latest Release ===== +===== Required Packages =====
-==== 0.2.0 (20180716) ==== +
-[[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]]+
  
-----+The Thunar VCS Plugin depends on the following packages:
  
-==== Source Code Repository ==== +  * [[https://gitlab.xfce.org/xfce/thunar|Thunar]] 
-[[https://gitlab.xfce.org/thunar-plugins/thunar-vcs-plugin]] +  * [[https://gitlab.xfce.org/bindings/thunarx-python|Thunarx]] 
-  git clone https://gitlab.xfce.org/thunar-plugins/thunar-vcs-plugin+  * [[https://www.gtk.org|GTK+]] 
 +  * [[https://developer.gnome.org/gio/|GIO]] 
 +  * [[https://wiki.gnome.org/Projects/GLib|GLib]] 
 +  * [[https://gitlab.xfce.org/xfce/exo|exo]] 
 +  * [[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
  
-===== Dependencies ===== +For git support it requires the following packages: 
- * Thunar  +  * git
- * Thunarx 1.2.0 or higher +
- * exo 0.6.0 or higher +
- * libxfce4util 4.8.0 or higher +
- * gtk 2.14.0 or higher +
- * glib 2.18.0 or higher +
- * gobject 2.18.0 or higher +
- * libsvn 1.5 or higher (optional) +
- * libapr 0.9.7 or higher (optional) +
- * git application (optional)+
  
 [[|Back To Top]] [[|Back To Top]]
Line 90: 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
  
 [[|Back To Top]] [[|Back To Top]]
 +----
 +
 +===== Latest Release =====
 +{{rss>hhttps://archive.xfce.org/feeds/project/thunar-vcs-plugin 1 date description 2h}}
 +
 +[[https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin|Previous Releases]]
 +
 +----
 +
 +==== Source Code Repository ====
 +[[https://gitlab.xfce.org/thunar-plugins/thunar-vcs-plugin]]
 +
 ---- ----