add support for OpenType fonts, fix pcf.gz detection
* README: * src/Makefile.am: * src/fontilus.keys: add support for OpenType fonts, fix pcf.gz detection
This commit is contained in:
parent
bd49cf3a0f
commit
429c9b4b57
3 changed files with 15 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2002-12-13 Frederic Crozat <fcrozat@mandrakesoft.com>
|
||||
|
||||
* README:
|
||||
* src/Makefile.am:
|
||||
* src/fontilus.keys:
|
||||
add support for OpenType fonts, fix pcf.gz detection
|
||||
|
||||
2002-12-12 James Henstridge <james@daa.com.au>
|
||||
|
||||
* NEWS: add news items.
|
||||
|
|
|
@ -24,7 +24,7 @@ vfsdirectorydir = $(datadir)/gnome/vfolders
|
|||
vfsdirectory_DATA = font-method.directory
|
||||
|
||||
mimeinfodir = $(datadir)/mime-info
|
||||
mimeinfo_DATA = fontilus.keys
|
||||
mimeinfo_DATA = fontilus.keys fontilus.mime
|
||||
|
||||
appregdir = $(datadir)/application-registry
|
||||
appreg_DATA = fontilus.applications
|
||||
|
@ -33,4 +33,5 @@ EXTRA_DIST = \
|
|||
font-method.conf \
|
||||
font-method.directory \
|
||||
fontilus.keys \
|
||||
fontilus.mime \
|
||||
fontilus.applications
|
||||
|
|
|
@ -18,3 +18,9 @@ application/x-font-pcf
|
|||
short_list_application_ids_for_novice_user_level=gnome-font-viewer
|
||||
short_list_application_ids_for_intermediate_user_level=gnome-font-viewer
|
||||
short_list_application_ids_for_advanced_user_level=gnome-font-viewer
|
||||
|
||||
application/x-font-otf
|
||||
default_action_type=application
|
||||
default_application_id=gnome-font-viewer
|
||||
short_list_application_ids_for_novice_user_level=gnome-font-viewer
|
||||
short_list_application_ids_for_intermediate_user_level=gnome-font-viewer short_list_application_ids_for_advanced_user_level=gnome-font-viewer
|
||||
|
|
Loading…
Add table
Reference in a new issue