mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 0.71
This commit is contained in:
parent
6edbe952ee
commit
6fe5f9860f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49067
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
# This port does not work with another version of master port.
|
||||
#PORTVERSION= 0.57
|
||||
#PORTVERSION= 0.71
|
||||
CATEGORIES= japanese math gnome
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../math/gnumeric
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/dialogs/dialog-stf-preview.c.orig Mon Oct 30 17:44:01 2000
|
||||
+++ src/dialogs/dialog-stf-preview.c Mon Oct 30 17:44:31 2000
|
||||
@@ -711,7 +711,7 @@
|
||||
renderdata->gridgroup = NULL;
|
||||
renderdata->hashtable = g_hash_table_new (g_int_hash, g_int_equal);
|
||||
|
||||
- renderdata->font = gdk_font_load ("fixed");
|
||||
+ renderdata->font = gdk_fontset_load ("-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*");
|
||||
renderdata->charwidth = gdk_string_width (renderdata->font, "W");
|
||||
renderdata->charheight = gdk_string_height (renderdata->font, "W");
|
||||
|
@ -1,14 +1,10 @@
|
||||
--- src/style.c.orig Tue Sep 19 09:41:02 2000
|
||||
+++ src/style.c Mon Oct 30 23:11:36 2000
|
||||
@@ -70,9 +70,9 @@
|
||||
}
|
||||
--- src/style.c.orig Sun Oct 7 08:34:37 2001
|
||||
+++ src/style.c Mon Oct 22 20:50:21 2001
|
||||
@@ -81,6 +81,7 @@
|
||||
|
||||
/* Worst case scenario */
|
||||
- font->gdk_font = gnome_display_font_get_gdk_font (font->dfont);
|
||||
+ font->gdk_font = gdk_fontset_load ("-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*");
|
||||
font->gdk_font = gnome_display_font_get_gdk_font (font->dfont);
|
||||
+ font->gdk_font = gdk_fontset_load(_("fixed"));
|
||||
if (font->gdk_font == NULL)
|
||||
- font->gdk_font = gdk_font_load ("fixed");
|
||||
+ font->gdk_font = gdk_fontset_load ("-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*");
|
||||
else
|
||||
gdk_font_ref (font->gdk_font);
|
||||
|
||||
/* xgettext:
|
||||
* The name of the default font for this locale.
|
||||
|
Loading…
Reference in New Issue
Block a user