Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin/files: thunar-vcs-plugin-0.0.3-subversion-1.6.patch
Date: Wed, 30 Sep 2009 08:37:32
Message-Id: E1Msugk-0007yc-C8@stork.gentoo.org
1 ssuominen 09/09/30 08:37:30
2
3 Added: thunar-vcs-plugin-0.0.3-subversion-1.6.patch
4 Log:
5 Rename from xfce-extra/thunar-svn-plugin (by upstream).
6 (Portage version: 2.2_rc42/cvs/Linux x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.1 xfce-extra/thunar-vcs-plugin/files/thunar-vcs-plugin-0.0.3-subversion-1.6.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/files/thunar-vcs-plugin-0.0.3-subversion-1.6.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/files/thunar-vcs-plugin-0.0.3-subversion-1.6.patch?rev=1.1&content-type=text/plain
13
14 Index: thunar-vcs-plugin-0.0.3-subversion-1.6.patch
15 ===================================================================
16 --- tsp-svn-helper/tsh-common.c.orig 2009-04-30 23:03:34.037702354 -0500
17 +++ tsp-svn-helper/tsh-common.c 2009-04-30 23:03:59.114952043 -0500
18 @@ -34,6 +34,7 @@
19 #include <subversion-1/svn_pools.h>
20 #include <subversion-1/svn_fs.h>
21 #include <subversion-1/svn_time.h>
22 +#include <subversion-1/svn_props.h>
23
24 #include "tsh-dialog-common.h"
25 #include "tsh-login-dialog.h"
26 --- tsp-svn-helper/tsh-properties-dialog.c.orig 2009-05-07 22:13:48.000000000 +0200
27 +++ tsp-svn-helper/tsh-properties-dialog.c 2009-05-07 22:13:00.000000000 +0200
28 @@ -25,6 +25,7 @@
29 #include <gtk/gtk.h>
30
31 #include <subversion-1/svn_client.h>
32 +#include <subversion-1/svn_props.h>
33
34 #include "tsh-common.h"
35 #include "tsh-properties-dialog.h"