Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| projects:thunar-plugins:thunar-vcs-plugin [2009/11/08 17:23] – external edit 127.0.0.1 | projects: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. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | The Git context sub menu show for a version controlled file. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | 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:// | ||
| + | [[http:// | ||
| + | [[http:// | ||
| + | |||
| + | ==== Version 0.1.5 ==== | ||
| + | [[https:// | ||
| + | [[http:// | ||
| + | [[http:// | ||
| + | |||
| + | ==== Version 0.1.4 ==== | ||
| + | [[http:// | ||
| + | [[http:// | ||
| + | [[http:// | ||
| + | |||
| + | ==== Version 0.1.3 ==== | ||
| + | [[http:// | ||
| + | [[http:// | ||
| + | [[http:// | ||
| ==== 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 | + | * exo 0.6.0 or higher |
| - | * libsvn 1.5 or higher | + | * libxfce4util 4.8.0 or higher |
| - | * libapr | + | * 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 |
| - | * 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.2 or higher. | + | For building the Thunar VCS Plugin depends on 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 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: |
| - | ./ | + | ./ |
| - | For source build from the goodies | + | For source build from the git repository run the following: |
| - | ./ | + | ./ |
| 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. | ||