Hello community, here is the log from the commit of package yelp for openSUSE:Factory checked in at 2015-01-25 21:13:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yelp (Old) and /work/SRC/openSUSE:Factory/.yelp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yelp" Changes: -------- --- /work/SRC/openSUSE:Factory/yelp/yelp.changes 2014-10-15 16:27:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yelp.new/yelp.changes 2015-01-25 21:13:54.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Jan 23 10:57:14 UTC 2015 - [email protected] + +- Add yelp-use-theme-bookmark-icon.patch: use user-theme provided + icon for bookmarks (boo#913866). + +------------------------------------------------------------------- New: ---- yelp-use-theme-bookmark-icon.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yelp.spec ++++++ --- /var/tmp/diff_new_pack.15bAjr/_old 2015-01-25 21:13:55.000000000 +0100 +++ /var/tmp/diff_new_pack.15bAjr/_new 2015-01-25 21:13:55.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package yelp # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,6 +28,8 @@ Patch0: yelp-2.13.5-use-susehelp.patch # PATCH-FEATURE-OPENSUSE yelp-lang-bundle.patch bnc#689979 [email protected] -- Support help documents shipped in bundles Patch1: yelp-lang-bundle.patch +# PATCH-FIX-UPSTREAM yelp-use-theme-bookmark-icon.patch boo#913866 bgo#734165 [email protected] -- Use user theme provided bookmark icon +Patch2: yelp-use-theme-bookmark-icon.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gnome-common @@ -88,6 +90,7 @@ # For now we prefer to be launched in yelp, even in a KDE session. #patch0 -p1 %patch1 -p1 +%patch2 -p1 %build # needed by patch0 ++++++ yelp-use-theme-bookmark-icon.patch ++++++ Index: yelp-3.14.1/libyelp/yelp-search-entry.c =================================================================== --- yelp-3.14.1.orig/libyelp/yelp-search-entry.c +++ yelp-3.14.1/libyelp/yelp-search-entry.c @@ -416,7 +416,7 @@ cell_set_completion_bookmark_icon (GtkCe if (page_id && yelp_bookmarks_is_bookmarked (priv->bookmarks, priv->completion_uri, page_id)) - g_object_set (cell, "icon-name", "yelp-bookmark-remove-symbolic", NULL); + g_object_set (cell, "icon-name", "user-bookmarks-symbolic", NULL); else g_object_set (cell, "icon-name", NULL, NULL); Index: yelp-3.14.1/src/yelp-window.c =================================================================== --- yelp-3.14.1.orig/src/yelp-window.c +++ yelp-3.14.1/src/yelp-window.c @@ -394,7 +394,7 @@ window_construct (YelpWindow *window) gtk_widget_set_valign (button, GTK_ALIGN_CENTER); gtk_style_context_add_class (gtk_widget_get_style_context (button), "image-button"); gtk_button_set_image (GTK_BUTTON (button), - gtk_image_new_from_icon_name ("yelp-bookmark-remove-symbolic", + gtk_image_new_from_icon_name ("user-bookmarks-symbolic", GTK_ICON_SIZE_MENU)); gtk_widget_set_tooltip_text (button, _("Bookmarks")); gtk_header_bar_pack_end (GTK_HEADER_BAR (priv->header), button); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
