diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-03-09 23:02:40 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-03-09 23:02:40 +0000 |
commit | 4b88006fbf01168af08291d702a10c5a0449afa9 (patch) | |
tree | abd5b9dd8b5fb8cc243ab186553348e107bc4a3d /app-i18n | |
parent | Bump. Lots of cleanup, and - most notably - general axis/button support. Once... (diff) | |
download | gentoo-2-4b88006fbf01168af08291d702a10c5a0449afa9.tar.gz gentoo-2-4b88006fbf01168af08291d702a10c5a0449afa9.tar.bz2 gentoo-2-4b88006fbf01168af08291d702a10c5a0449afa9.zip |
Fix broken documentation, bug #243160.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/libtomoe-gtk/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/libtomoe-gtk/files/libtomoe-gtk-0.6.0-gucharmap2.patch | 15 |
2 files changed, 20 insertions, 1 deletions
diff --git a/app-i18n/libtomoe-gtk/ChangeLog b/app-i18n/libtomoe-gtk/ChangeLog index 90a9c6d7a216..8b299cd3e547 100644 --- a/app-i18n/libtomoe-gtk/ChangeLog +++ b/app-i18n/libtomoe-gtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/libtomoe-gtk # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtomoe-gtk/ChangeLog,v 1.11 2009/02/22 21:16:40 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtomoe-gtk/ChangeLog,v 1.12 2009/03/09 23:02:40 eva Exp $ + + 09 Mar 2009; Gilles Dartiguelongue <eva@gentoo.org> + files/libtomoe-gtk-0.6.0-gucharmap2.patch: + Fix broken documentation, bug #243160. *libtomoe-gtk-0.6.0-r1 (22 Feb 2009) diff --git a/app-i18n/libtomoe-gtk/files/libtomoe-gtk-0.6.0-gucharmap2.patch b/app-i18n/libtomoe-gtk/files/libtomoe-gtk-0.6.0-gucharmap2.patch index 68dd0d466c6e..44900beb6784 100644 --- a/app-i18n/libtomoe-gtk/files/libtomoe-gtk-0.6.0-gucharmap2.patch +++ b/app-i18n/libtomoe-gtk/files/libtomoe-gtk-0.6.0-gucharmap2.patch @@ -236,3 +236,18 @@ $(top_builddir)/src/libtomoe-gtk.la OVERRIDES = \ +--- a/doc/reference/Makefile.am 2009-03-09 23:53:04.000000000 +0100 ++++ b/doc/reference/Makefile.am 2009-03-09 23:52:30.000000000 +0100 +@@ -27,10 +27,12 @@ + -I$(top_srcdir)/src \ + -I$(top_builddir)/src \ + $(TOMOE_CFLAGS) \ ++ $(GUCHARMAP_CFLAGS) \ + $(GTK2_CFLAGS) + GTKDOC_LIBS = \ + $(top_builddir)/src/libtomoe-gtk.la \ + $(TOMOE_LIBS) \ ++ $(GUCHARMAP_LIBS) \ + $(GTK2_LIBS) + + # Extra options to supply to gtkdoc-mkdb |