From a6d5f8de1394c338d01b65be7dba3520bf8bdf4b Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 1 Feb 2013 09:32:47 +0100 Subject: xkeyboard-config fontconfig mesa git update 1 feb 2013 xkeyboard-config: 20191810d1fea7c2f49b65ffee3e4d5e2bc0bac3 fontconfig: 20191810d1fea7c2f49b65ffee3e4d5e2bc0bac3 mesa: b68a3b865be2dbd002f1fb8fc3eba20c4293a5bd --- fontconfig/Makefile.am | 1 - fontconfig/configure.ac | 1 + fontconfig/doc/fontconfig-user.sgml | 2 + fontconfig/fonts.dtd | 4 +- fontconfig/src/fccfg.c | 10 +++++ fontconfig/src/fcdbg.c | 6 ++- fontconfig/src/fcint.h | 1 + fontconfig/src/fcxml.c | 57 ++++++++++++++++++++++++++ mesalib/Makefile.am | 2 +- mesalib/configure.ac | 2 +- mesalib/src/mapi/glapi/gen/gl_gentable.py | 2 +- mesalib/src/mesa/main/version.h | 4 +- xorg-server/xkeyboard-config/rules/base.xml.in | 21 +++++++--- 13 files changed, 98 insertions(+), 15 deletions(-) diff --git a/fontconfig/Makefile.am b/fontconfig/Makefile.am index 84c91acbb..8510f556f 100644 --- a/fontconfig/Makefile.am +++ b/fontconfig/Makefile.am @@ -59,7 +59,6 @@ MAINTAINERCLEANFILES = \ $(srcdir)/mkinstalldirs \ `find "$(srcdir)" -type f -name Makefile.in -print` -pkgconfigdir=$(libdir)/pkgconfig pkgconfig_DATA = fontconfig.pc baseconfigdir = $(BASECONFIGDIR) diff --git a/fontconfig/configure.ac b/fontconfig/configure.ac index f8a41c934..4996b7936 100644 --- a/fontconfig/configure.ac +++ b/fontconfig/configure.ac @@ -68,6 +68,7 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL AC_PROG_MAKE_SET PKG_PROG_PKG_CONFIG +m4_ifdef([PKG_INSTALLDIR], [PKG_INSTALLDIR], AC_SUBST([pkgconfigdir], ${libdir}/pkgconfig)) AC_MSG_CHECKING([for RM macro]) _predefined_rm=`make -p -f /dev/null 2>/dev/null|grep '^RM ='|sed -e 's/^RM = //'` diff --git a/fontconfig/doc/fontconfig-user.sgml b/fontconfig/doc/fontconfig-user.sgml index 90e246b69..eeff69add 100644 --- a/fontconfig/doc/fontconfig-user.sgml +++ b/fontconfig/doc/fontconfig-user.sgml @@ -425,6 +425,8 @@ with "same" binding using the value from the matched pattern element. "prepend_first" Insert at head of list Insert at head of list "append" Append after matching Append at end of list "append_last" Append at end of list Append at end of list + "delete" Delete matching value Delete all values + "delete_all" Delete all values Delete all values <literal><int></literal>, <literal><double></literal>, <literal><string></literal>, <literal><bool></literal> diff --git a/fontconfig/fonts.dtd b/fontconfig/fonts.dtd index def8c216f..4c38e77f0 100644 --- a/fontconfig/fonts.dtd +++ b/fontconfig/fonts.dtd @@ -140,7 +140,7 @@ if 'target' is 'font', execute the match on the result of a font selection. --> - + @@ -189,7 +189,7 @@ <_shortDescription>en <_description>English (Mali, US Macintosh) + + eng + @@ -5380,6 +5388,9 @@ <_shortDescription>en <_description>English (Mali, US international) + + eng + -- cgit v1.2.3