Guest User

Untitled

a guest
Oct 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. From c470bd34c5a9eba2b95ca996eed2c62d8864759a Mon Sep 17 00:00:00 2001
  2. From: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  3. Date: Sat, 16 Jun 2012 15:46:37 +0200
  4. Subject: [PATCH] gtk+-scm: fix gtk-icon-cache for 32bit
  5.  
  6. Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  7. ---
  8. packages/x11-libs/gtk+/gtk+-scm.exheres-0 | 3 +++
  9. 1 file changed, 3 insertions(+)
  10.  
  11. diff --git a/packages/x11-libs/gtk+/gtk+-scm.exheres-0 b/packages/x11-libs/gtk+/gtk+-scm.exheres-0
  12. index a870e99..a284e8c 100644
  13. --- a/packages/x11-libs/gtk+/gtk+-scm.exheres-0
  14. +++ b/packages/x11-libs/gtk+/gtk+-scm.exheres-0
  15. @@ -30,6 +30,7 @@ DEPENDENCIES="
  16. app-doc/gtk-doc-autotools
  17. sys-devel/gettext
  18. dev-util/pkg-config[>=0.20]
  19. + x11-libs/gtk+:3 [[ note = [ for gtk-update-icon-cache (broken for 32bit) ] ]]
  20. x11-proto/inputproto[>=2.2]
  21. man-pages? ( dev-libs/libxslt
  22. app-text/docbook-xml-dtd:4.1.2
  23. @@ -72,6 +73,8 @@ DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=( 'colord' 'cups' 'gtk-doc'
  24. 'gobject-introspection introspection' 'man-pages man' )
  25.  
  26. src_prepare() {
  27. + edo sed -i 's:./gtk-update-icon-cache:$(GTK_UPDATE_ICON_CACHE):' gtk/Makefile.am
  28. +
  29. edo mkdir m4
  30. edo gtkdocize --copy
  31. eautoreconf
  32. --
  33. 1.7.10.4
Add Comment
Please, Sign In to add comment