tetromino    15/04/25 18:40:54

  Modified:             gtk+-2.24.27.ebuild gtk+-3.14.9.ebuild ChangeLog
                        gtk+-3.14.10.ebuild gtk+-2.24.27-r1.ebuild
  Log:
  Add librsvg[${MULTILIB_USEDEP}] to pdepend to ensure normal icon themes 
(png/svg) can always be loaded (bug #547710, thanks to haarp and nE0sIghT).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  Changes    Path
1.7                  x11-libs/gtk+/gtk+-2.24.27.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-2.24.27.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-2.24.27.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-2.24.27.ebuild?r1=1.6&r2=1.7

Index: gtk+-2.24.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.27.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gtk+-2.24.27.ebuild 29 Mar 2015 10:20:53 -0000      1.6
+++ gtk+-2.24.27.ebuild 25 Apr 2015 18:40:54 -0000      1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.27.ebuild,v 1.6 
2015/03/29 10:20:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.27.ebuild,v 1.7 
2015/04/25 18:40:54 tetromino Exp $
 
 EAPI="5"
 GCONF_DEBUG="yes"
@@ -77,7 +77,10 @@
                !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
        )
 "
-PDEPEND="vim-syntax? ( app-vim/gtk-syntax )"
+# librsvg for svg icons (PDEPEND to avoid circular dep), bug #547710
+PDEPEND="gnome-base/librsvg[${MULTILIB_USEDEP}]
+       vim-syntax? ( app-vim/gtk-syntax )
+"
 
 DISABLE_AUTOFORMATTING="yes"
 DOC_CONTENTS="To make the gtk2 file chooser use 'current directory' mode by 
default,



1.7                  x11-libs/gtk+/gtk+-3.14.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.14.9.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.14.9.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.14.9.ebuild?r1=1.6&r2=1.7

Index: gtk+-3.14.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.14.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gtk+-3.14.9.ebuild  29 Mar 2015 10:20:53 -0000      1.6
+++ gtk+-3.14.9.ebuild  25 Apr 2015 18:40:54 -0000      1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.14.9.ebuild,v 1.6 
2015/03/29 10:20:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.14.9.ebuild,v 1.7 
2015/04/25 18:40:54 tetromino Exp $
 
 EAPI="5"
 GCONF_DEBUG="yes"
@@ -93,7 +93,10 @@
                !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
        )
 "
-PDEPEND="vim-syntax? ( app-vim/gtk-syntax )"
+# librsvg for svg icons (PDEPEND to avoid circular dep), bug #547710
+PDEPEND="gnome-base/librsvg[${MULTILIB_USEDEP}]
+       vim-syntax? ( app-vim/gtk-syntax )
+"
 
 MULTILIB_CHOST_TOOLS=(
        /usr/bin/gtk-query-immodules-3.0



1.776                x11-libs/gtk+/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.776&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.776&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.775&r2=1.776

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
retrieving revision 1.775
retrieving revision 1.776
diff -u -r1.775 -r1.776
--- ChangeLog   29 Mar 2015 10:20:53 -0000      1.775
+++ ChangeLog   25 Apr 2015 18:40:54 -0000      1.776
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/gtk+
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.775 2015/03/29 
10:20:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.776 2015/04/25 
18:40:54 tetromino Exp $
+
+  25 Apr 2015; Alexandre Rostovtsev <tetrom...@gentoo.org> gtk+-2.24.27.ebuild,
+  gtk+-2.24.27-r1.ebuild, gtk+-3.14.9.ebuild, gtk+-3.14.10.ebuild:
+  Add librsvg[${MULTILIB_USEDEP}] to pdepend to ensure normal icon themes
+  (png/svg) can always be loaded (bug #547710, thanks to haarp and nE0sIghT).
 
   29 Mar 2015; Jeroen Roovers <j...@gentoo.org> gtk+-2.24.27.ebuild,
   gtk+-3.14.9.ebuild:



1.2                  x11-libs/gtk+/gtk+-3.14.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.14.10.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.14.10.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.14.10.ebuild?r1=1.1&r2=1.2

Index: gtk+-3.14.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.14.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtk+-3.14.10.ebuild 28 Mar 2015 09:52:54 -0000      1.1
+++ gtk+-3.14.10.ebuild 25 Apr 2015 18:40:54 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.14.10.ebuild,v 1.1 
2015/03/28 09:52:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.14.10.ebuild,v 1.2 
2015/04/25 18:40:54 tetromino Exp $
 
 EAPI="5"
 GCONF_DEBUG="yes"
@@ -93,7 +93,10 @@
                !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
        )
 "
-PDEPEND="vim-syntax? ( app-vim/gtk-syntax )"
+# librsvg for svg icons (PDEPEND to avoid circular dep), bug #547710
+PDEPEND="gnome-base/librsvg[${MULTILIB_USEDEP}]
+       vim-syntax? ( app-vim/gtk-syntax )
+"
 
 MULTILIB_CHOST_TOOLS=(
        /usr/bin/gtk-query-immodules-3.0



1.2                  x11-libs/gtk+/gtk+-2.24.27-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-2.24.27-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-2.24.27-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-2.24.27-r1.ebuild?r1=1.1&r2=1.2

Index: gtk+-2.24.27-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.27-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtk+-2.24.27-r1.ebuild      20 Mar 2015 19:58:30 -0000      1.1
+++ gtk+-2.24.27-r1.ebuild      25 Apr 2015 18:40:54 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.27-r1.ebuild,v 1.1 
2015/03/20 19:58:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.27-r1.ebuild,v 1.2 
2015/04/25 18:40:54 tetromino Exp $
 
 EAPI="5"
 GCONF_DEBUG="yes"
@@ -77,7 +77,10 @@
                !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
        )
 "
-PDEPEND="vim-syntax? ( app-vim/gtk-syntax )"
+# librsvg for svg icons (PDEPEND to avoid circular dep), bug #547710
+PDEPEND="gnome-base/librsvg[${MULTILIB_USEDEP}]
+       vim-syntax? ( app-vim/gtk-syntax )
+"
 
 DISABLE_AUTOFORMATTING="yes"
 DOC_CONTENTS="To make the gtk2 file chooser use 'current directory' mode by 
default,




Reply via email to