Re: [ptxdist] [PATCH 01/13] [fontconfig] Add custom fonts.conf option

2010-01-29 Thread Erwin Rol
Hallo, The patches are also available from http://git.hbelightingsystems.com/?p=ptxdist;a=shortlog;h=refs/heads/for-ptx Most are simple things, the thing that needs a good look is the way how I autogenerate the --enable and --disable flags. - Erwin -- ptxdist mailing list

Re: [ptxdist] [PATCH 01/13] [fontconfig] Add custom fonts.conf option

2010-01-29 Thread Marc Kleine-Budde
Erwin Rol wrote: Hallo, The patches are also available from http://git.hbelightingsystems.com/?p=ptxdist;a=shortlog;h=refs/heads/for-ptx Most are simple things, the thing that needs a good look is the way how I autogenerate the --enable and --disable flags. The idea is quite nice,

Re: [ptxdist] [PATCH 01/13] [fontconfig] Add custom fonts.conf option

2010-01-29 Thread Michael Olbrich
On Fri, Jan 29, 2010 at 11:22:02AM +0100, mailingli...@erwinrol.com wrote: +ifdef PTXCONF_FONTCONFIG_CONFS_DEFAULT @$(call install_copy, fontconfig, 0, 0, 0644, -, \ /etc/fonts/fonts.conf,n) @@ -99,6 +105,11 @@ ifdef PTXCONF_FONTCONFIG_CONFS #

Re: [ptxdist] [PATCH 01/13] [fontconfig] Add custom fonts.conf option

2010-01-29 Thread Erwin Rol
Marc Kleine-Budde wrote: Erwin Rol wrote: Hallo, The patches are also available from http://git.hbelightingsystems.com/?p=ptxdist;a=shortlog;h=refs/heads/for-ptx Most are simple things, the thing that needs a good look is the way how I autogenerate the --enable and --disable flags. The

Re: [ptxdist] [PATCH 01/13] [fontconfig] Add custom fonts.conf option

2010-01-29 Thread Marc Kleine-Budde
Michael Olbrich wrote: On Fri, Jan 29, 2010 at 11:22:02AM +0100, mailingli...@erwinrol.com wrote: +ifdef PTXCONF_FONTCONFIG_CONFS_DEFAULT @$(call install_copy, fontconfig, 0, 0, 0644, -, \ /etc/fonts/fonts.conf,n) @@ -99,6 +105,11 @@ ifdef PTXCONF_FONTCONFIG_CONFS #

[ptxdist] [PATCH 01/13] [fontconfig] Add custom fonts.conf option

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Add custom fonts.conf option via the alternatives mechanism. Add menu option to instell fonts.dtd file Signed-off-by: Erwin Rol er...@erwinrol.com --- generic/etc/fonts/fonts.conf |3 +++ rules/fontconfig.in | 31 +++

Re: [ptxdist] [PATCH 01/13] [fontconfig] Add custom fonts.conf option

2010-01-29 Thread Erwin Rol
Hello, these are the cleaned up patches after mol's comments. If everything is OK, Marc knows where to pull them. - Erwin -- ptxdist mailing list ptxdist@pengutronix.de