Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/evince/files: evince-2.22.0-gtk-doc-die-die-die.patch
Date: Thu, 27 Mar 2008 23:10:44
Message-Id: E1Jf1F4-0007mr-4A@stork.gentoo.org
1 eva 08/03/27 23:10:42
2
3 Added: evince-2.22.0-gtk-doc-die-die-die.patch
4 Log:
5 New version for GNOME 2.22. Uses GIO, lots of bug and crash fixes. Uses libspectre in place of ghostscript. gnome-keyring is now optional.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 app-text/evince/files/evince-2.22.0-gtk-doc-die-die-die.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/files/evince-2.22.0-gtk-doc-die-die-die.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/files/evince-2.22.0-gtk-doc-die-die-die.patch?rev=1.1&content-type=text/plain
13
14 Index: evince-2.22.0-gtk-doc-die-die-die.patch
15 ===================================================================
16 --- configure.ac.orig 2008-03-11 19:09:44.000000000 -0700
17 +++ configure.ac 2008-03-11 19:10:37.000000000 -0700
18 @@ -29,7 +29,11 @@
19 GNOME_CXX_WARNINGS
20 GNOME_DEBUG_CHECK
21
22 +dnl Crazy hack for dropping dep on gtk-doc
23 +AC_DEFUN(GTK_DOC_CHECK, [])
24 GTK_DOC_CHECK(1.0)
25 +AM_CONDITIONAL(ENABLE_GTK_DOC, 0, [])
26 +AM_CONDITIONAL(GTK_DOC_USE_LIBTOOL, 0, [])
27
28 GETTEXT_PACKAGE=evince
29 AC_SUBST(GETTEXT_PACKAGE)
30 --- help/Makefile.old.am 2008-03-15 12:54:08.000000000 +0100
31 +++ help/Makefile.am 2008-03-15 12:54:40.000000000 +0100
32 @@ -1,4 +1,9 @@
33 -SUBDIRS = reference
34 +
35 +SUBDIRS =
36 +
37 +if ENABLE_GTK_DOC
38 +SUBDIRS += reference
39 +endif
40
41 include $(top_srcdir)/gnome-doc-utils.make
42 dist-hook: doc-dist-hook
43
44
45
46 --
47 gentoo-commits@l.g.o mailing list