Import xfce4-thunar-vcs-plugin-0.1.4 as wip/xfce4-thunar-vcs.
Thunar vcs plugin adds Subversion actions to the context menu of thunar. The current features are: * Most of the svn action: add, checkout, cleanup, commit, copy, delete, export, import, lock, log, move, properties, resolved, revert, status, unlock, update. * Subversion info in file properties dialog. * Basic git actions: add, blame, branch, clean, clone, log, move, reset, stash, status.
This commit is contained in:
parent
1c81180aa2
commit
e3b4facae0
5 changed files with 64 additions and 0 deletions
8
xfce4-thunar-vcs/DESCR
Normal file
8
xfce4-thunar-vcs/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
Thunar vcs plugin adds Subversion actions to the context menu of thunar.
|
||||
The current features are:
|
||||
* Most of the svn action: add, checkout, cleanup, commit, copy, delete,
|
||||
export, import, lock, log, move, properties, resolved, revert, status,
|
||||
unlock, update.
|
||||
* Subversion info in file properties dialog.
|
||||
* Basic git actions: add, blame, branch, clean, clone, log, move, reset,
|
||||
stash, status.
|
22
xfce4-thunar-vcs/Makefile
Normal file
22
xfce4-thunar-vcs/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/07/05 20:38:01 guigui2 Exp $
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../wip/xfce48/Makefile.common"
|
||||
|
||||
DISTNAME= thunar-vcs-plugin-0.1.4
|
||||
PKGNAME= xfce4-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.xfce.org/archive/src/thunar-plugins/thunar-vcs-plugin/0.1/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= gls@NetBSD.org
|
||||
HOMEPAGE= http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin
|
||||
COMMENT= Thunar vcs integration plugin
|
||||
|
||||
#DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
|
||||
|
||||
.include "../../devel/apr/buildlink3.mk"
|
||||
.include "../../devel/subversion-base/buildlink3.mk"
|
||||
.include "../../wip/xfce4-thunar/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
27
xfce4-thunar-vcs/PLIST
Normal file
27
xfce4-thunar-vcs/PLIST
Normal file
|
@ -0,0 +1,27 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/05 20:38:01 guigui2 Exp $
|
||||
lib/thunarx-2/thunar-vcs-plugin.la
|
||||
libexec/tvp-git-helper
|
||||
share/icons/hicolor/24x24/apps/git.png
|
||||
share/icons/hicolor/24x24/apps/subversion.png
|
||||
share/icons/hicolor/48x48/apps/git.png
|
||||
share/icons/hicolor/48x48/apps/subversion.png
|
||||
share/locale/ar/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/ca/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/cs/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/da/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/de/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/en_GB/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/es/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/fr/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/gl/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/hu/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/id/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/lv/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/nl/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/pl/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/pt/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/sv/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/ur/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/ur_PK/LC_MESSAGES/thunar-vcs-plugin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/thunar-vcs-plugin.mo
|
2
xfce4-thunar-vcs/TODO
Normal file
2
xfce4-thunar-vcs/TODO
Normal file
|
@ -0,0 +1,2 @@
|
|||
Decide we want to ship git, svn or both enabled.
|
||||
Maybe decide for one and optionalize the other ?
|
5
xfce4-thunar-vcs/distinfo
Normal file
5
xfce4-thunar-vcs/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/07/05 20:38:01 guigui2 Exp $
|
||||
|
||||
SHA1 (thunar-vcs-plugin-0.1.4.tar.bz2) = 221c633ec2bdf7c0d9d008ad9cd5094ddbc90ce1
|
||||
RMD160 (thunar-vcs-plugin-0.1.4.tar.bz2) = 53019485581c27d094b422697f3b1cb1f144f36b
|
||||
Size (thunar-vcs-plugin-0.1.4.tar.bz2) = 435835 bytes
|
Loading…
Reference in a new issue