Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-06 | export GETTEXTDATADIR to refer the local .its/.loc file instead of using ↵ | Akira TAGOH | 1 | -1/+1 | |
--its option | |||||
2017-11-07 | workaround to avoid modifying by gettextize | Akira TAGOH | 1 | -2/+1 | |
2017-11-07 | Add the ruleset description support | Akira TAGOH | 1 | -6/+8 | |
Trying to address what these configuration files really do. This change allows to see the short description that mention the purpose of the content in the config file and obtain them through API. This change also encourage one who want to make some UI for the user-specific configuration management. it is the main purpose of this change for me though. Aside from that, I've also made programs translatable. so we see more dependencies on the build time for gettext, and itstool to generate PO from xml. | |||||
2017-09-12 | Remove blanks facility from the library | Behdad Esfahbod | 1 | -1/+1 | |
XML parser does not accept it anymore either. | |||||
2017-09-12 | Remove fc-glyphname | Behdad Esfahbod | 1 | -1/+1 | |
2015-02-27 | Hardcode the blanks in the library | Akira TAGOH | 1 | -1/+1 | |
https://bugs.freedesktop.org/show_bug.cgi?id=79956 | |||||
2013-09-30 | Add the relative path for <include> to fonts.conf if the parent path is same ↵ | Akira TAGOH | 1 | -1/+3 | |
to fonts.conf Bug 69836 - fonts.conf.in update for Windows cross-compiling | |||||
2013-03-29 | Minor cleanup | Akira TAGOH | 1 | -0/+1 | |
2013-02-06 | Use LOG_COMPILER and AM_TESTS_ENVIRONMENT | Quentin Glidic | 1 | -1/+0 | |
TESTS_ENVIRONMENT is deprecated and should be reserved to the user to override the test environment <ext>_LOG_COMPILER is meant to contain the program that runs the test with <ext> extension LOG_COMPILER is for extensionless tests AM_TESTS_ENVIRONMENT is meant to set the environment for the tests https://bugs.freedesktop.org/show_bug.cgi?id=60192 Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net> | |||||
2013-02-05 | Bug 60312 - DIST_SUBDIRS should never appear in a conditional | Akira TAGOH | 1 | -3/+0 | |
As it is documented like this: If SUBDIRS is defined conditionally using Automake conditionals, Automake will define DIST_SUBDIRS automatically from the possible values of SUBDIRS in all conditions. So we don't need to re-define DIST_SUBDIRS in Makefile.am unless we use AC_SUBST to define SUBDIRS. Patch from Quentin Glidic | |||||
2013-02-05 | Use AM_MISSING_PROG instead of hardcoding missing | Akira TAGOH | 1 | -1/+1 | |
2013-02-01 | Use the PKG_INSTALLDIR macro. | Christoph J. Thompson | 1 | -1/+0 | |
modified: Makefile.am modified: configure.ac | |||||
2013-01-09 | Bug 29312 - RFE: feature to indicate which characters are missing to satisfy ↵ | Akira TAGOH | 1 | -1/+1 | |
the language support Add fc-validate to check the language coverage in a font. | |||||
2013-01-02 | Trying to fix distcheck | Behdad Esfahbod | 1 | -2/+9 | |
Doesn't work though :(. Building docs is very fragile... At least, if docbook is present, distcheck passes now. | |||||
2013-01-02 | Switch .gitignore to git.mk | Behdad Esfahbod | 1 | -0/+2 | |
2012-08-27 | Fix for libtoolize's warnings | Akira TAGOH | 1 | -0/+1 | |
2012-06-11 | Generate bzip2-compressed tarball too | Akira TAGOH | 1 | -0/+2 | |
2012-04-05 | Bug 29341 - Make some fontconfig paths configurable | Akira TAGOH | 1 | -16/+20 | |
Add configure options to set the directory to be installed: --with-templatedir for the configuration files a.k.a. /etc/fonts/conf.avail --with-baseconfigdir for fonts.conf etc a.k.a. /etc/fonts --with-configdir for the active configuration files a.k.a. /etc/fonts/conf.d --with-xmldir for fonts.dtd etc and the default path for templatedir is changed to ${datadir}/fontconfig/conf.avail | |||||
2012-03-29 | Move workaround macros for fat binaries into the separate header file | Akira TAGOH | 1 | -2/+3 | |
2012-03-16 | Fix a build issue due to the use of non-portable variables | Akira TAGOH | 1 | -5/+5 | |
$< isn't supported in BSD make say. $(RM) is pre-defined in GNU make though, not in BSD make say. so changed to check on configure if it's pre-defined by make, otherwise set the appropriate command to $(RM). This would be a workaround until it has the certain pre-defined value. | |||||
2012-03-16 | Revert "Fix a build fail on some environment." | Akira TAGOH | 1 | -1/+1 | |
This reverts commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af. Conflicts: doc/Makefile.am | |||||
2012-03-11 | Get rid of $< from Makefile.am | Akira TAGOH | 1 | -1/+1 | |
2012-03-10 | Fix a build fail on some environment. | Akira TAGOH | 1 | -1/+1 | |
2010-12-28 | Make fc-arch stuff cross-compiling-safe | Behdad Esfahbod | 1 | -1/+1 | |
Fixes: Bug 32679 - fontconfig-2.8.0 does not cross compile Bug 25462 - Cross-compilation doesn't work | |||||
2010-11-10 | Cleanup copyright notices to replace "Keith Packard" with "the author(s)" | Behdad Esfahbod | 1 | -2/+2 | |
2010-04-20 | Add fc-pattern cmdline tool | Behdad Esfahbod | 1 | -1/+2 | |
2010-02-25 | Bug 18886 installation crashes if fontconfig already installed | Behdad Esfahbod | 1 | -2/+2 | |
Run the uninstalled fc-cache, not the installed one. | |||||
2009-06-24 | Fix distcheck | Behdad Esfahbod | 1 | -4/+3 | |
2009-06-24 | [Makefile.am] Don't clean ChangeLog in distclean | Behdad Esfahbod | 1 | -1/+1 | |
2009-03-13 | Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all files | Behdad Esfahbod | 1 | -2/+2 | |
2009-03-12 | Call git tools using "git cmd" instead of "git-cmd" syntax | Behdad Esfahbod | 1 | -1/+1 | |
Recent git doesn't install the git-* commands in path. | |||||
2009-02-15 | Let make expand fc_cachedir/FC_CACHEDIR (bug #18675) | Dan Nicholson | 1 | -1/+12 | |
configure replaces a NONE prefix with the default prefix too late. So we move fonts.conf creation to Makefile, such that prefix is correctly expanded. Ugly, but works. | |||||
2009-02-13 | Add fc-scan too that runs FcFileScan/FcDirScan | Behdad Esfahbod | 1 | -1/+1 | |
This is quite similar to fc-query, but calling FcFileScan/FcDirScan instead of FcFreeTypeQuery. | |||||
2009-02-13 | Get rid of $Id$ tags | Behdad Esfahbod | 1 | -1/+1 | |
2009-02-13 | Add fc-query (#13019) | Behdad Esfahbod | 1 | -1/+1 | |
2008-05-24 | Oops. Fix for bug 15928 used wrong path for installed fc-cache. | Keith Packard | 1 | -2/+2 | |
fc-cache lives in $(bindir)/fc-cache, not $(bindir)/fc-cache/fc-cache. | |||||
2008-05-24 | Fix Win32 build error: install tries to run fc-cache locally (bug 15928). | Glen Low | 1 | -2/+2 | |
When building in Win32 e.g. with MinGW, the install tries to run fc-cache locally but the required DLL's are not in the path. I've included a patch for this to fix Makefile.in to run fc-cache from bindir but obviously this should be applied to Makefile.am instead. (the second part of this patch was already in the tree) | |||||
2008-05-03 | Remove doltcompile in distclean | Keith Packard | 1 | -1/+1 | |
2007-10-25 | A few fixups for make distcheck2.4.91 | Keith Packard | 1 | -1/+1 | |
2007-10-18 | Fix ChangeLog generation to avoid circular make dependency | Keith Packard | 1 | -7/+4 | |
2006-09-09 | Don't display tests for DESTDIR on make install. | Keith Packard | 1 | -1/+1 | |
Make install output quieter by eliding the shell commands used to test for DESTDIR being set during make install. | |||||
2006-09-09 | Rename conf.avail to conf.d | Keith Packard | 1 | -1/+1 | |
2006-09-09 | Merge branch 'jhcloos' | Keith Packard | 1 | -1/+1 | |
2006-09-07 | Create fc_cachedir at install time. Bug 8157. | Keith Packard | 1 | -1/+1 | |
2006-09-06 | Update for version 2.3.97.2.3.97 | Keith Packard | 1 | -1/+1 | |
2006-09-04 | Update Makefile.am files | James Cloos | 1 | -1/+1 | |
2006-09-04 | Move files from conf.d to conf.avail | James Cloos | 1 | -1/+1 | |
All of the files in conf.d are now in conf.avail Makefile.am is updated to reflect the change | |||||
2006-09-03 | Update instructions for doing a release. Autogen ChangeLog from git-log.2.3.96 | Keith Packard | 1 | -0/+39 | |
2006-09-01 | Really only rebuild caches for system fonts at make install time. | Keith Packard | 1 | -1/+1 | |
Oops. Fix actual fc-cache command line instead of just the displayed version. | |||||
2006-09-01 | Only rebuild caches for system fonts at make install time. | Keith Packard | 1 | -1/+1 | |
Rebuilding user-specific fonts will stick those cache files in the system font cache directory. |