use pango
This commit is contained in:
parent
d019bcef37
commit
36aee0593e
21
yelp-2.15.91-use-pango.patch
Normal file
21
yelp-2.15.91-use-pango.patch
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
--- yelp-2.15.91/src/yelp-main.c.use-pango 2006-08-29 12:18:35.000000000 -0400
|
||||||
|
+++ yelp-2.15.91/src/yelp-main.c 2006-08-29 12:19:07.000000000 -0400
|
||||||
|
@@ -403,18 +403,6 @@
|
||||||
|
}
|
||||||
|
|
||||||
|
if (private || !main_is_running ()) {
|
||||||
|
- const gchar *env;
|
||||||
|
-
|
||||||
|
- /* workaround for bug #329461 */
|
||||||
|
- env = g_getenv ("MOZ_ENABLE_PANGO");
|
||||||
|
-
|
||||||
|
- if (env == NULL ||
|
||||||
|
- *env == '\0' ||
|
||||||
|
- g_str_equal(env, "0"))
|
||||||
|
- {
|
||||||
|
- g_setenv ("MOZ_DISABLE_PANGO", "1", TRUE);
|
||||||
|
- }
|
||||||
|
-
|
||||||
|
if (session_started) {
|
||||||
|
main_restore_session ();
|
||||||
|
} else {
|
@ -19,7 +19,7 @@
|
|||||||
Summary: A system documentation reader from the Gnome project.
|
Summary: A system documentation reader from the Gnome project.
|
||||||
Name: yelp
|
Name: yelp
|
||||||
Version: 2.15.91
|
Version: 2.15.91
|
||||||
Release: 2
|
Release: 3%{?dist}
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=319096
|
# http://bugzilla.gnome.org/show_bug.cgi?id=319096
|
||||||
Patch1: yelp-2.15.5-fedora-docs.patch
|
Patch1: yelp-2.15.5-fedora-docs.patch
|
||||||
@ -130,6 +130,9 @@ update-desktop-database &> /dev/null ||:
|
|||||||
%{_datadir}/yelp
|
%{_datadir}/yelp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 29 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.91-3.fc6
|
||||||
|
- Use Pango
|
||||||
|
|
||||||
* Wed Aug 23 2006 Matthew Barnes <mbarnes@redhat.com> - 2.15.91-2
|
* Wed Aug 23 2006 Matthew Barnes <mbarnes@redhat.com> - 2.15.91-2
|
||||||
- Rebuild
|
- Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user