Accepting request 533763 from home:mgorse:branches:Printing

- Add no-systray-failure-message.patch: don't display an error if
  unable to find a system tray (boo#1061211).

OBS-URL: https://build.opensuse.org/request/show/533763
OBS-URL: https://build.opensuse.org/package/show/Printing/hplip?expand=0&rev=149
This commit is contained in:
2017-10-13 10:41:16 +00:00
committed by Git OBS Bridge
parent cb7236cb90
commit e6bb46562e
3 changed files with 26 additions and 0 deletions

View File

@@ -73,6 +73,8 @@ Patch107: hplip-udev-rules-in-usr.patch
# Patch108 add_missing_includes_and_define_GNU_SOURCE.patch adds missing '#include <...>'
# and missing '#define _GNU_SOURCE' see https://bugs.launchpad.net/hplip/+bug/1456590
Patch108: add_missing_includes_and_define_GNU_SOURCE.patch
# PATCH-FIX-SUSE: GNOME no longer provides a system tray, so don't warn the user that we can't find it
Patch109: no-systray-failure-message.patch
# Patch200 fixes device communication and detection via MDNS in some network setups:
Patch200: hplip-mdns.patch
# Patch201 makes MDNS lookups more robust by retrying queries:
@@ -368,6 +370,7 @@ This sub-package is only required by developers.
# Patch108 add_missing_includes_and_define_GNU_SOURCE.patch adds missing '#include <...>'
# and missing '#define _GNU_SOURCE' see https://bugs.launchpad.net/hplip/+bug/1456590
%patch108 -p1 -b .add_missing_includes_and_define_GNU_SOURCE.orig
%patch109 -p1 -b systemtray.py.orig
%patch200 -p1 -b .mdns
%patch201 -p1 -b .mdns-retry