View | Details | Raw Unified | Return to bug 155729
Collapse All | Expand All

(-)thunar-svn-plugin/Makefile (-12 / +43 lines)
Lines 6-29 Link Here
6
#
6
#
7
7
8
PORTNAME=	thunar-svn-plugin
8
PORTNAME=	thunar-svn-plugin
9
PORTVERSION=	0.0.3
9
PORTVERSION=	0.1.4
10
PORTREVISION=	10
11
CATEGORIES=	devel xfce
10
CATEGORIES=	devel xfce
12
MASTER_SITES=	${MASTER_SITE_XFCE}
11
MASTER_SITES=	${MASTER_SITE_XFCE}
13
MASTER_SITE_SUBDIR=/src/thunar-plugins/${PORTNAME}/${PORTVERSION:R}
12
MASTER_SITE_SUBDIR=	src/thunar-plugins/${PORTNAME:S/svn/vcs/}/${PORTVERSION:R}
13
DISTNAME=	${PORTNAME:S/svn/vcs/}-${PORTVERSION}
14
DIST_SUBDIR=	xfce4
14
DIST_SUBDIR=	xfce4
15
15
16
MAINTAINER=	sergey.dyatko@gmail.com
16
MAINTAINER=	sergey.dyatko@gmail.com
17
COMMENT=	Subversion plugin for Thunar
17
COMMENT=	Subversion plugin for Thunar
18
18
19
LIB_DEPENDS=	svn_client-1:${PORTSDIR}/devel/subversion
19
USE_AUTOTOOLS=	libtool
20
21
USE_BZIP2=	yes
20
USE_BZIP2=	yes
22
USE_GMAKE=	yes
21
USE_GMAKE=	yes
23
USE_GETTEXT=	yes
24
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
25
USE_GNOME=	gtk20
23
USE_GNOME=	desktopfileutils gnomehack gtk20 glib20 intltool intlhack \
26
USE_XFCE=	configenv libexo thunar thunarvfs
24
		pkgconfig
25
USE_XFCE=	configenv libexo libutil thunar
26
INSTALLS_ICONS=	yes
27
28
CONFIGURE_ENV+=	ac_cv_prog_AWK="${AWK}"
29
30
OPTIONS=	NLS "Enable Native Language Support" on \
31
		GIT "Enable Git support" off \
32
		SVN "Enable Subversion support" on
27
33
28
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
29
35
Lines 31-39 Link Here
31
BROKEN=		does not configure on 6.X
37
BROKEN=		does not configure on 6.X
32
.endif
38
.endif
33
39
34
post-patch:
40
.if !defined(WITHOUT_NLS)
35
	@${REINPLACE_CMD} -e 's|exo-0\.3|exo-1|g; \
41
USE_GETTEXT=	yes
36
		s|thunarx-1|thunarx-2|g' \
42
CONFIGURE_ARGS+=--enable-nls
37
		${WRKSRC}/configure
43
PLIST_SUB+=	NLS=""
44
.else
45
CONFIGURE_ARGS+=--disable-nls
46
PLIST_SUB+=	NLS="@comment "
47
.endif
48
49
.if defined(WITH_GIT)
50
RUN_DEPENDS+=	git:${PORTSDIR}/devel/git
51
CONFIGURE_ARGS+=--enable-git
52
PLIST_SUB+=	GIT=""
53
.else
54
CONFIGURE_ARGS+=--disable-git
55
PLIST_SUB+=	GIT="@comment "
56
.endif
57
58
.if !defined(WITHOUT_SVN)
59
LIB_DEPENDS+=	svn_client-1:${PORTSDIR}/devel/subversion
60
CONFIGURE_ARGS+=--enable-subversion
61
PLIST_SUB+=	SVN=""
62
.else
63
CONFIGURE_ARGS+=--disable-subversion
64
PLIST_SUB+=	SVN="@comment "
65
.endif
66
67
post-install:
68
	@-update-desktop-database
38
69
39
.include <bsd.port.post.mk>
70
.include <bsd.port.post.mk>
(-)thunar-svn-plugin/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (xfce4/thunar-svn-plugin-0.0.3.tar.bz2) = 0686a3c02e8bd0d536ccce30cefa34fc
1
SHA256 (xfce4/thunar-vcs-plugin-0.1.4.tar.bz2) = 7dbbdb22113cec40f6dc46cf4fd113b47928af15ba64e9fc66305a01c4291d4c
2
SHA256 (xfce4/thunar-svn-plugin-0.0.3.tar.bz2) = ebe50225401bd90ca8603403a7c5b00de7846aca3fd1cec44a3b9c295114f598
2
SIZE (xfce4/thunar-vcs-plugin-0.1.4.tar.bz2) = 435835
3
SIZE (xfce4/thunar-svn-plugin-0.0.3.tar.bz2) = 354641
(-)thunar-svn-plugin/files/patch-Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- thunar-svn-plugin/Makefile.in.orig	2008-10-15 11:57:39.000000000 +0300
2
+++ thunar-svn-plugin/Makefile.in	2008-10-15 11:55:46.000000000 +0300
3
@@ -140,7 +140,7 @@
4
 INTLLIBS = @INTLLIBS@
5
 LDFLAGS = @LDFLAGS@
6
 LIBOBJS = @LIBOBJS@
7
-LIBS = @LIBS@
8
+LIBS = @LIBS@ -L${LOCALBASE}/lib
9
 LIBTOOL = @LIBTOOL@
10
 LN_S = @LN_S@
11
 LTLIBOBJS = @LTLIBOBJS@
(-)thunar-svn-plugin/files/patch-fix-svn (-22 lines)
Lines 1-22 Link Here
1
--- tsp-svn-helper/tsh-common.c.orig   2009-03-14 22:54:06.000000000 +0200
2
+++ tsp-svn-helper/tsh-common.c        2009-04-21 09:12:45.000000000 +0300
3
@@ -34,6 +34,7 @@
4
 #include <subversion-1/svn_pools.h>
5
 #include <subversion-1/svn_fs.h>
6
 #include <subversion-1/svn_time.h>
7
+#include <subversion-1/svn_props.h>
8
 
9
 #include "tsh-dialog-common.h"
10
 #include "tsh-login-dialog.h"
11
--- tsp-svn-helper/tsh-properties-dialog.c.orig        2009-03-14 22:54:06.000000000 +0200
12
+++ tsp-svn-helper/tsh-properties-dialog.c     2009-04-21 09:13:12.000000000 +0300
13
@@ -25,6 +25,7 @@
14
 #include <gtk/gtk.h>
15
 
16
 #include <subversion-1/svn_client.h>
17
+#include <subversion-1/svn_props.h>
18
 
19
 #include "tsh-common.h"
20
 #include "tsh-properties-dialog.h"
21
22
(-)thunar-svn-plugin/pkg-plist (-22 / +34 lines)
Lines 1-24 Link Here
1
lib/thunarx-1/thunar-svn-plugin.la
1
lib/thunarx-2/thunar-vcs-plugin.a
2
lib/thunarx-1/thunar-svn-plugin.so
2
lib/thunarx-2/thunar-vcs-plugin.la
3
libexec/tsp-svn-helper
3
lib/thunarx-2/thunar-vcs-plugin.so
4
%%GIT%%libexec/tvp-git-helper
5
%%SVN%%libexec/tvp-svn-helper
6
share/icons/hicolor/24x24/apps/git.png
4
share/icons/hicolor/24x24/apps/subversion.png
7
share/icons/hicolor/24x24/apps/subversion.png
8
share/icons/hicolor/48x48/apps/git.png
5
share/icons/hicolor/48x48/apps/subversion.png
9
share/icons/hicolor/48x48/apps/subversion.png
6
share/locale/ar/LC_MESSAGES/thunar-svn-plugin.mo
10
%%NLS%%share/locale/ar/LC_MESSAGES/thunar-vcs-plugin.mo
7
share/locale/cs/LC_MESSAGES/thunar-svn-plugin.mo
11
%%NLS%%share/locale/ca/LC_MESSAGES/thunar-vcs-plugin.mo
8
share/locale/da/LC_MESSAGES/thunar-svn-plugin.mo
12
%%NLS%%share/locale/cs/LC_MESSAGES/thunar-vcs-plugin.mo
9
share/locale/en_GB/LC_MESSAGES/thunar-svn-plugin.mo
13
%%NLS%%share/locale/da/LC_MESSAGES/thunar-vcs-plugin.mo
10
share/locale/es/LC_MESSAGES/thunar-svn-plugin.mo
14
%%NLS%%share/locale/de/LC_MESSAGES/thunar-vcs-plugin.mo
11
share/locale/fr/LC_MESSAGES/thunar-svn-plugin.mo
15
%%NLS%%share/locale/en_GB/LC_MESSAGES/thunar-vcs-plugin.mo
12
share/locale/gl/LC_MESSAGES/thunar-svn-plugin.mo
16
%%NLS%%share/locale/es/LC_MESSAGES/thunar-vcs-plugin.mo
13
share/locale/hu/LC_MESSAGES/thunar-svn-plugin.mo
17
%%NLS%%share/locale/fr/LC_MESSAGES/thunar-vcs-plugin.mo
14
share/locale/id/LC_MESSAGES/thunar-svn-plugin.mo
18
%%NLS%%share/locale/gl/LC_MESSAGES/thunar-vcs-plugin.mo
15
share/locale/lv/LC_MESSAGES/thunar-svn-plugin.mo
19
%%NLS%%share/locale/hu/LC_MESSAGES/thunar-vcs-plugin.mo
16
share/locale/nl/LC_MESSAGES/thunar-svn-plugin.mo
20
%%NLS%%share/locale/id/LC_MESSAGES/thunar-vcs-plugin.mo
17
share/locale/pl/LC_MESSAGES/thunar-svn-plugin.mo
21
%%NLS%%share/locale/lv/LC_MESSAGES/thunar-vcs-plugin.mo
18
share/locale/pt/LC_MESSAGES/thunar-svn-plugin.mo
22
%%NLS%%share/locale/nl/LC_MESSAGES/thunar-vcs-plugin.mo
19
share/locale/pt_BR/LC_MESSAGES/thunar-svn-plugin.mo
23
%%NLS%%share/locale/pl/LC_MESSAGES/thunar-vcs-plugin.mo
20
share/locale/sv/LC_MESSAGES/thunar-svn-plugin.mo
24
%%NLS%%share/locale/pt/LC_MESSAGES/thunar-vcs-plugin.mo
21
share/locale/ur/LC_MESSAGES/thunar-svn-plugin.mo
25
%%NLS%%share/locale/pt_BR/LC_MESSAGES/thunar-vcs-plugin.mo
22
@dirrmtry share/locale/ur/LC_MESSAGES
26
%%NLS%%share/locale/sv/LC_MESSAGES/thunar-vcs-plugin.mo
23
@dirrmtry share/locale/ur
27
%%NLS%%share/locale/ur/LC_MESSAGES/thunar-vcs-plugin.mo
24
@dirrmtry lib/thunarx-1
28
%%NLS%%share/locale/ur_PK/LC_MESSAGES/thunar-vcs-plugin.mo
29
%%NLS%%share/locale/zh_CN/LC_MESSAGES/thunar-vcs-plugin.mo
30
%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES
31
%%NLS%%@dirrmtry share/locale/ur_PK
32
%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES
33
%%NLS%%@dirrmtry share/locale/ur
34
@dirrmtry lib/thunarx-2
35
@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
36
@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true

Return to bug 155729