pacho 15/01/02 11:53:03 Added: gtk+-3.12.2-builtin-icon.patch Log: Include image data in the builtin icon cache (#518352 by Leho Kraav, Rafał Mużyło and more), newer gdbus-codegen needed (#500216 by Vladimir Dolzhenko), unset DISPLAY to make tests work in more environments (#527682 by Gangræna Gorgeous, Mark Wright and Alexander Tsoy). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.1 x11-libs/gtk+/files/gtk+-3.12.2-builtin-icon.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/files/gtk+-3.12.2-builtin-icon.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/files/gtk+-3.12.2-builtin-icon.patch?rev=1.1&content-type=text/plain Index: gtk+-3.12.2-builtin-icon.patch =================================================================== >From 46ac7e51d96c8ffb41c1c055fbe97474dcf096f8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen <[email protected]> Date: Fri, 15 Aug 2014 10:37:05 -0400 Subject: Include image data in the builtin icon cache diff --git a/gtk/Makefile.am b/gtk/Makefile.am index c281666..9369273 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1779,8 +1779,13 @@ else $(AM_V_at) $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT) endif endif - $(AM_V_GEN) $(gtk_update_icon_cache_program) --quiet --force --ignore-theme-index \ - --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \ + $(AM_V_GEN) $(gtk_update_icon_cache_program) \ + --quiet \ + --force \ + --ignore-theme-index \ + --include-image-data \ + --source builtin_icons stock-icons \ + > gtkbuiltincache.h.tmp && \ mv gtkbuiltincache.h.tmp gtkbuiltincache.h EXTRA_DIST += \ -- cgit v0.10.1
