aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/thunar-vcs-plugin/Makefile8
-rw-r--r--devel/thunar-vcs-plugin/files/patch-configure11
-rw-r--r--devel/thunar-vcs-plugin/pkg-descr2
-rw-r--r--devel/thunar-vcs-plugin/pkg-plist2
4 files changed, 15 insertions, 8 deletions
diff --git a/devel/thunar-vcs-plugin/Makefile b/devel/thunar-vcs-plugin/Makefile
index 6fe4fd3c8c33..3c0288e6786d 100644
--- a/devel/thunar-vcs-plugin/Makefile
+++ b/devel/thunar-vcs-plugin/Makefile
@@ -10,16 +10,15 @@ MASTER_SITE_SUBDIR= src/thunar-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= sergey.dyatko@gmail.com
-COMMENT= Subversion plugin for Thunar
+COMMENT= Version Control System plugin for Thunar
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
-USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk20 glib20 intltool intlhack
USE_XFCE= configenv libexo libutil thunar
INSTALLS_ICONS= yes
-USES= pkgconfig pathfix
+USES= pkgconfig gmake
LDFLAGS+= -L${LOCALBASE}/lib
@@ -27,7 +26,6 @@ OPTIONS_DEFINE= NLS GIT SVN
OPTIONS_DEFAULT= SVN
GIT_DESC= Git support
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
@@ -49,7 +47,7 @@ PLIST_SUB+= GIT="@comment "
.endif
.if ${PORT_OPTIONS:MSVN}
-LIB_DEPENDS+= svn_client-1:${PORTSDIR}/devel/subversion
+LIB_DEPENDS+= libsvn_client-1.so:${PORTSDIR}/devel/subversion
CONFIGURE_ARGS+=--enable-subversion
PLIST_SUB+= SVN=""
.else
diff --git a/devel/thunar-vcs-plugin/files/patch-configure b/devel/thunar-vcs-plugin/files/patch-configure
new file mode 100644
index 000000000000..c5478558094e
--- /dev/null
+++ b/devel/thunar-vcs-plugin/files/patch-configure
@@ -0,0 +1,11 @@
+--- ./configure.orig 2011-03-20 12:30:24.000000000 +0000
++++ ./configure 2013-10-23 18:05:44.000000000 +0000
+@@ -12997,7 +12997,7 @@
+
+ fi
+ fi
+- USE_NLS=yes
++ #USE_NLS=yes
+
+
+ gt_cv_have_gettext=no
diff --git a/devel/thunar-vcs-plugin/pkg-descr b/devel/thunar-vcs-plugin/pkg-descr
index bb2d045870eb..cb465cd6a3ac 100644
--- a/devel/thunar-vcs-plugin/pkg-descr
+++ b/devel/thunar-vcs-plugin/pkg-descr
@@ -1,5 +1,5 @@
The Thunar VCS Plugin adds Subversion and Git actions to the context menu of
-thunar.
+Thunar.
The current features are:
Most of the svn action: add, blame, checkout, cleanup, commit, copy, delete,
diff --git a/devel/thunar-vcs-plugin/pkg-plist b/devel/thunar-vcs-plugin/pkg-plist
index 579523592b72..10f619e81628 100644
--- a/devel/thunar-vcs-plugin/pkg-plist
+++ b/devel/thunar-vcs-plugin/pkg-plist
@@ -32,5 +32,3 @@ share/icons/hicolor/48x48/apps/subversion.png
%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/ur
@dirrmtry lib/thunarx-2
-@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true