Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/avahi/files: avahi-0.6.31-fix-install-avahi-discover.patch
Date: Tue, 28 May 2013 02:12:35
Message-Id: 20130528021223.A93B42171D@flycatcher.gentoo.org
1 blueness 13/05/28 02:12:23
2
3 Added: avahi-0.6.31-fix-install-avahi-discover.patch
4 Log:
5 Fixes bugs #359575, #399369, #466210
6 Bug #359575 - only install avahi-discover when gtk is enabled
7 Bug #399369 - building python bindings do not depend on gtk
8 Bug #466210 - remove "/home/lennart/tmp/avahi" from man pages
9
10 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
11
12 Revision Changes Path
13 1.1 net-dns/avahi/files/avahi-0.6.31-fix-install-avahi-discover.patch
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/files/avahi-0.6.31-fix-install-avahi-discover.patch?rev=1.1&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/files/avahi-0.6.31-fix-install-avahi-discover.patch?rev=1.1&content-type=text/plain
17
18 Index: avahi-0.6.31-fix-install-avahi-discover.patch
19 ===================================================================
20 --- avahi-0.6.30.old/avahi-python/avahi-discover/Makefile.am 2010-06-28 23:30:34.000000000 -0400
21 +++ avahi-0.6.30/avahi-python/avahi-discover/Makefile.am 2012-04-21 18:02:01.642934527 -0400
22 @@ -22,6 +22,7 @@
23 avahi-discover.py \
24 avahi-discover.desktop.in.in
25
26 +if ENABLE_GTK_UTILS
27 if HAVE_PYTHON
28 if HAVE_PYTHON_DBUS
29 if HAVE_PYGTK
30 @@ -67,3 +68,4 @@
31 endif
32 endif
33 endif
34 +endif
35 --- avahi-0.6.30.old/man/Makefile.am 2012-04-21 18:10:45.690900742 -0400
36 +++ avahi-0.6.30/man/Makefile.am 2012-04-21 18:09:15.146906578 -0400
37 @@ -65,11 +65,13 @@
38 man_MANS += \
39 avahi-bookmarks.1
40 if HAVE_GTK
41 +if ENABLE_GTK_UTILS
42 man_MANS += \
43 avahi-discover.1
44 endif
45 endif
46 endif
47 +endif
48
49 if ENABLE_AUTOIPD
50 if HAVE_LIBDAEMON