From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QkgHn-0005NQ-8f for garchives@archives.gentoo.org; Sat, 23 Jul 2011 17:46:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C6FE21C12C; Sat, 23 Jul 2011 17:46:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1F4A221C12C for ; Sat, 23 Jul 2011 17:46:34 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77C931B4020 for ; Sat, 23 Jul 2011 17:46:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 848BB80042 for ; Sat, 23 Jul 2011 17:46:33 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: Subject: [gentoo-commits] proj/gnome:gnome-next commit in: x11-libs/gtk+/files/, x11-libs/gtk+/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-libs/gtk+/files/gtk+-3.1.8-themingengine-new-gparamspec-api.patch x11-libs/gtk+/gtk+-3.1.10.ebuild x11-libs/gtk+/gtk+-3.1.8-r1.ebuild x11-libs/gtk+/gtk+-9999.ebuild X-VCS-Directories: x11-libs/gtk+/files/ x11-libs/gtk+/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: ac4dc90fd5041baf7295c9d27589f5e7b291f8c9 Date: Sat, 23 Jul 2011 17:46:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1c1314be3807e8ad18fa9c1b362ceac0 commit: ac4dc90fd5041baf7295c9d27589f5e7b291f8c9 Author: Alexandre Rostovtsev gmail com> AuthorDate: Sat Jul 23 17:25:54 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sat Jul 23 17:25:54 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dac4dc90f x11-libs/gtk+: 3.1.8-r1 =E2=86=92 3.1.10 Version bump with a new save dialog and lots of a11y changes. Update dependencies. Theming engine patch no longer needed. --- ...k+-3.1.8-themingengine-new-gparamspec-api.patch | 28 --------------= ------ .../{gtk+-3.1.8-r1.ebuild =3D> gtk+-3.1.10.ebuild} | 9 +----- x11-libs/gtk+/gtk+-9999.ebuild | 6 +--- 3 files changed, 4 insertions(+), 39 deletions(-) diff --git a/x11-libs/gtk+/files/gtk+-3.1.8-themingengine-new-gparamspec-= api.patch b/x11-libs/gtk+/files/gtk+-3.1.8-themingengine-new-gparamspec-a= pi.patch deleted file mode 100644 index d14c7e9..0000000 --- a/x11-libs/gtk+/files/gtk+-3.1.8-themingengine-new-gparamspec-api.pat= ch +++ /dev/null @@ -1,28 +0,0 @@ -From 7741f5a09a841c4dc93727b990defc303510ed2c Mon Sep 17 00:00:00 2001 -From: Florian M=C3=BCllner -Date: Fri, 15 Jul 2011 18:45:59 +0000 -Subject: theming-engine: Adjust register_property() to recent glib chang= e - -GParamSpec now uses an intern'ed string for 'name', so the code -in gtk_theming_engine_register_property() which prefixes the name -with a namespace has to be adjusted. - -https://bugzilla.gnome.org/show_bug.cgi?id=3D654695 ---- -diff --git a/gtk/gtkthemingengine.c b/gtk/gtkthemingengine.c -index 66adad6..64a2bc5 100644 ---- a/gtk/gtkthemingengine.c -+++ b/gtk/gtkthemingengine.c -@@ -391,8 +391,8 @@ gtk_theming_engine_register_property (const gchar = *name_space, -=20 - /* FIXME: hack hack hack, replacing pspec->name to include namespace = */ - name =3D g_strdup_printf ("-%s-%s", name_space, pspec->name); -- g_free (pspec->name); -- pspec->name =3D name; -+ pspec->name =3D (char *)g_intern_string (name); -+ g_free (name); -=20 - gtk_style_properties_register_property (parse_func, pspec); - } --- -cgit v0.9 diff --git a/x11-libs/gtk+/gtk+-3.1.8-r1.ebuild b/x11-libs/gtk+/gtk+-3.1.= 10.ebuild similarity index 95% rename from x11-libs/gtk+/gtk+-3.1.8-r1.ebuild rename to x11-libs/gtk+/gtk+-3.1.10.ebuild index 4ceeca9..908a1f1 100644 --- a/x11-libs/gtk+/gtk+-3.1.8-r1.ebuild +++ b/x11-libs/gtk+/gtk+-3.1.10.ebuild @@ -49,8 +49,8 @@ COMMON_DEPEND=3D"!aqua? ( >=3Dx11-libs/gdk-pixbuf-2.22.0:2[introspection?] ) xinerama? ( x11-libs/libXinerama ) - >=3Ddev-libs/glib-2.29.4 - >=3Dx11-libs/pango-1.24.0[introspection?] + >=3Ddev-libs/glib-2.29.14 + >=3Dx11-libs/pango-1.29.0[introspection?] >=3Ddev-libs/atk-1.30[introspection?] >=3Dx11-libs/gtk+-2.24:2 media-libs/fontconfig @@ -77,9 +77,7 @@ DEPEND=3D"${COMMON_DEPEND} test? ( media-fonts/font-misc-misc media-fonts/font-cursor-misc )" -# >=3Ddev-libs/glib-2.29.12 needed at runtime, see gnome bugs 654627, 65= 4695 RDEPEND=3D"${COMMON_DEPEND} - >=3Ddev-libs/glib-2.29.12 !=3Dx11-libs/gdk-pixbuf-2.22.0:2[introspection?] ) xinerama? ( x11-libs/libXinerama ) - >=3Ddev-libs/glib-2.29.4 - >=3Dx11-libs/pango-1.24.0[introspection?] + >=3Ddev-libs/glib-2.29.14 + >=3Dx11-libs/pango-1.29.0[introspection?] >=3Ddev-libs/atk-1.30[introspection?] >=3Dx11-libs/gtk+-2.24:2 media-libs/fontconfig @@ -77,9 +77,7 @@ DEPEND=3D"${COMMON_DEPEND} test? ( media-fonts/font-misc-misc media-fonts/font-cursor-misc )" -# >=3Ddev-libs/glib-2.29.12 needed at runtime, see gnome bugs 654627, 65= 4695 RDEPEND=3D"${COMMON_DEPEND} - >=3Ddev-libs/glib-2.29.12 !