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 [2019/11/30 22:35] – added icon, added latest release link removed old build links added reporting bugs and open bug template kevinbowenxfce:thunar:thunar-vcs-plugin [2021/02/09 00:19] (current) – update latest release to use rss feed kevinbowen
Line 1: Line 1:
-{{ :xfce:thunar:thunar.png?nolink|}} +~~NOTOC~~ 
-====== thunar-vcs-plugin ======+{{ :xfce:xfce.thunar.png?no link|}} 
 +====== Thunar - thunar-vcs-plugin ======
  
-===== About =====+  * **[[#Required Packages|Required Packages]]** 
 +  * **[[#Building and Installing|Building and Installing]]** 
 +  * **[[#Latest Release|Latest Release]]** 
 +  * **[[#Source Code Repository|Source Code Repository]]** 
 +  * **[[#Reporting Bugs|Reporting Bugs]]** 
 + 
 +---- 
 + 
 +===== 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 16: 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 24: Line 33:
 These screen shots are of the Thunar git Plugin. These screen shots are of the Thunar git Plugin.
  
-{{thunar-git-plugin-menu.png?650|context menu}}+<figure "Git context sub menu show for a version controlled file"> 
 +{{thunar-git-plugin-menu.png?650|Git context sub menu show for a version controlled file}} 
 +</figure>
  
-The Git context sub menu show for a version controlled file+<figure "Git log window for a selected file"> 
- +{{thunar-git-plugin-log.png?650|Git log window for a selected file}} 
-{{thunar-git-plugin-log.png?650|update dialog}}+</figure>
  
 The notification dialog is shown during and after several Git actions. The notification dialog is shown during and after several Git actions.
Line 36: Line 47:
 These screen shots are of the Thunar SVN Plugin. These screen shots are of the Thunar SVN Plugin.
  
-{{thunar-svn-plugin-menu.png|context menu}}+<figure "SVN context sub menu show for a version controlled file"> 
 +{{thunar-svn-plugin-menu.png?650|SVN context sub menu show for a version controlled file}} 
 +</figure>
  
 The SVN context sub menu show for a version controlled file. The SVN context sub menu show for a version controlled file.
  
-{{thunar-svn-plugin-update.png|update dialog}}+<figure "SVN log window for a selected file"> 
 +{{thunar-svn-plugin-update.png|SVN log window for a selected file}} 
 +</figure>
  
 The notification dialog is shown during and after many SVN actions, like update. The notification dialog is shown during and after many SVN actions, like update.
Line 47: 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]]+
  
-==== Source Code Repository ==== +The Thunar VCS Plugin depends on the following packages:
-[[http://git.xfce.org/thunar-plugins/thunar-vcs-plugin/]] +
-  git clone git://git.xfce.org/thunar-plugins/thunar-vcs-plugin+
  
-===== Dependencies ===== +  [[https://gitlab.xfce.org/xfce/thunar|Thunar]] 
- Thunar  +  [[https://gitlab.xfce.org/bindings/thunarx-python|Thunarx]] 
- * Thunarx 1.2.0 or higher +  [[https://www.gtk.org|GTK+]] 
-exo 0.6.0 or higher +  [[https://developer.gnome.org/gio/|GIO]] 
-libxfce4util 4.8.0 or higher +  [[https://wiki.gnome.org/Projects/GLib|GLib]] 
-gtk 2.14.0 or higher +  [[https://gitlab.xfce.org/xfce/exo|exo]] 
-glib 2.18.0 or higher +  [[https://gitlab.xfce.org/xfce/libxfce4util|libxfce4util]]
-gobject 2.18.0 or higher +
-libsvn 1.5 or higher (optional) +
- * libapr 0.9.7 or higher (optional) +
- * git application (optional)+
  
 +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]]
 ---- ----
  
 ===== 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]]
 ---- ----
  
-===== Reporting Bugs ===== +===== Latest Release ===== 
-If you encounter a bug in ''thunar-vcs-plugin'', please submit a bug report to the [[https://bugzilla.xfce.org/|Xfce Bugzilla]]. Please note that to do this you will need to have create an account on Bugzilla.+{{rss>hhttps://archive.xfce.org/feeds/project/thunar-vcs-plugin 1 date description 2h}}
  
-<note important>Before reporting a new bug, please try your best to check if it has already been reported (see the latest reports below). [[https://bugzilla.xfce.org/buglist.cgi?component=General&list_id=52572&product=thunar-vcs-plugin&resolution=---|Click here for a full list of bug reports]].</note> +[[https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin|Previous Releases]]
  
-**[[http://bugzilla.xfce.org/enter_bug.cgi?product=thunar-vcs-plugin|File a new bug or enhancement request]]**+----
  
-==== Open Bugs ==== +==== Source Code Repository ==== 
-{{rss>https://bugzilla.xfce.org/buglist.cgi?product=thunar-vcs-plugin;query_format=advanced;ctype=atom 20 1d date}}+[[https://gitlab.xfce.org/thunar-plugins/thunar-vcs-plugin]] 
 + 
 +---- 
 + 
 +===== Reporting Bugs ===== 
 +  * **[[:xfce:thunar:thunar-vcs-plugin:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs