diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-05-09 05:09:59 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-05-09 05:09:59 +0000 |
commit | c25c4447f912fc0c38114c527825b5cb164c9916 (patch) | |
tree | 6fb86dc762345244af13f5dc506c4032569c3de7 /xfce-extra | |
parent | Stable for HPPA (bug #267528). (diff) | |
download | gentoo-2-c25c4447f912fc0c38114c527825b5cb164c9916.tar.gz gentoo-2-c25c4447f912fc0c38114c527825b5cb164c9916.tar.bz2 gentoo-2-c25c4447f912fc0c38114c527825b5cb164c9916.zip |
New patch with new rev bump to allow compilation with >=subversion-1.6, bug 264451 by Philip Taffner
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/thunar-svn/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/thunar-svn/files/thunar-svn-0.0.3-subversion-1.6.patch | 10 | ||||
-rw-r--r-- | xfce-extra/thunar-svn/thunar-svn-0.0.3-r2.ebuild (renamed from xfce-extra/thunar-svn/thunar-svn-0.0.3-r1.ebuild) | 2 |
3 files changed, 20 insertions, 2 deletions
diff --git a/xfce-extra/thunar-svn/ChangeLog b/xfce-extra/thunar-svn/ChangeLog index 597bbcde032f..b0f9bf598427 100644 --- a/xfce-extra/thunar-svn/ChangeLog +++ b/xfce-extra/thunar-svn/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for xfce-extra/thunar-svn # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-svn/ChangeLog,v 1.3 2009/05/01 04:18:37 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-svn/ChangeLog,v 1.4 2009/05/09 05:09:59 darkside Exp $ + +*thunar-svn-0.0.3-r2 (09 May 2009) + + 09 May 2009; Jeremy Olexa <darkside@gentoo.org> + files/thunar-svn-0.0.3-subversion-1.6.patch, -thunar-svn-0.0.3-r1.ebuild, + +thunar-svn-0.0.3-r2.ebuild: + New patch with new rev bump to allow compilation with >=subversion-1.6, bug + 264451 by Philip Taffner *thunar-svn-0.0.3-r1 (01 May 2009) diff --git a/xfce-extra/thunar-svn/files/thunar-svn-0.0.3-subversion-1.6.patch b/xfce-extra/thunar-svn/files/thunar-svn-0.0.3-subversion-1.6.patch index 5721f4557fe3..d3172b740ad3 100644 --- a/xfce-extra/thunar-svn/files/thunar-svn-0.0.3-subversion-1.6.patch +++ b/xfce-extra/thunar-svn/files/thunar-svn-0.0.3-subversion-1.6.patch @@ -8,3 +8,13 @@ #include "tsh-dialog-common.h" #include "tsh-login-dialog.h" +--- tsp-svn-helper/tsh-properties-dialog.c.orig 2009-05-07 22:13:48.000000000 +0200 ++++ tsp-svn-helper/tsh-properties-dialog.c 2009-05-07 22:13:00.000000000 +0200 +@@ -25,6 +25,7 @@ + #include <gtk/gtk.h> + + #include <subversion-1/svn_client.h> ++#include <subversion-1/svn_props.h> + + #include "tsh-common.h" + #include "tsh-properties-dialog.h" diff --git a/xfce-extra/thunar-svn/thunar-svn-0.0.3-r1.ebuild b/xfce-extra/thunar-svn/thunar-svn-0.0.3-r2.ebuild index d6094ad082b5..9ff43c30e3f0 100644 --- a/xfce-extra/thunar-svn/thunar-svn-0.0.3-r1.ebuild +++ b/xfce-extra/thunar-svn/thunar-svn-0.0.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-svn/thunar-svn-0.0.3-r1.ebuild,v 1.1 2009/05/01 04:18:37 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-svn/thunar-svn-0.0.3-r2.ebuild,v 1.1 2009/05/09 05:09:59 darkside Exp $ inherit xfce4 |