summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-02-27font-bh-ttf 1.0.4HEADfont-bh-ttf-1.0.4masterAlan Coopersmith2-3/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-02-15Switch to XORG_DEFAULT_NOCODE_OPTIONSAlan Coopersmith2-7/+5
Stop running all sorts of compiler tests we don't need since there is no code in this module to compile. Requires xorg-macros 1.20. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-02-15config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2023-02-15gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2021-12-08Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2021-12-08gitlab CI: add a basic build testAlan Coopersmith1-0/+97
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-18Update README for gitlab migrationAlan Coopersmith3-25/+19
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2016-09-12Typo: font.dir -> fonts.dirMatthieu Herrb1-1/+1
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
2014-06-04autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-1/+3
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-06-04configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-10-28config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-1/+2
Fix Automake warning: AC_OUTPUT should be used without arguments. www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-11-10font-bh-ttf 1.0.3font-bh-ttf-1.0.3Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-07Use XORG_FONT_FC_CONFDIR from font-util 1.2 to find fontconfig's confdirJeremy Huddleston2-6/+6
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-06Correct installation path for fontconfig filesAlan Coopersmith1-1/+1
Should be /etc/fonts/{conf.d,conf.avail}, not /etc/fonts/conf/{conf.d,conf.avail} Reported-by: Frédéric L. W. Meunier <fredlwm@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
2010-10-04font-bh-ttf 1.0.2font-bh-ttf-1.0.2Alan Coopersmith1-1/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-04Mark 42-luxi-mono.conf for distribution in tarballsAlan Coopersmith1-3/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-06-02Install a fontconfig snippet to force treating Luxi Mono fonts as monospacedAlan Coopersmith2-0/+20
fontconfig detects multiple character advances in some of the Luxi Mono fonts, so doesn't think they're monospaced. This causes problems when running xterm -fa "Luxi Mono", since it adds :spacing=100 to the pattern when requesting a font from fontconfig to prefer monospaced fonts. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+2
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-23Makefile.am: add INSTALL target and clean ChangeLog DIST targetsGaetan Nadon1-4/+5
Add INSTALL target to generate file with INSTALL_CMD #24206 ChangeLog is not required in EXTRA_DIST #24432 ChangeLog is not required in MAINTAINERCLEANFILES #24432
2009-11-23INSTALL, NEWS, README COPYING or AUTHORS files are missing/incorrect #24206Gaetan Nadon3-0/+0
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated COPYING may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
2009-11-23.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-6/+71
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
2009-10-10font-bh-ttf 1.0.1font-bh-ttf-1.0.1Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-07Migrate to xorg macros 1.3 & font-util 1.1 macrosAlan Coopersmith2-30/+13
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-07Add pointers to mailing lists, bugzilla, & git to READMEAlan Coopersmith1-0/+24
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-01bh-ttf: Skip fc-cache with DESTDIR.Ryan Hill1-1/+10
Fontconfig-2.7.0 runs chmod on the cachedir, causing access violations when installing into a sandboxed environment. Signed-off-by: Ryan Hill <dirtyepic@gentoo.org> Signed-off-by: Rémi Cardona <remi@gentoo.org>
2009-01-27Janitor: Correct make distcheck and configure.ac simplificationPaulo Cesar Pereira de Andrade3-9/+13
2008-10-25Bug#5176: cause configure to bail if mkfontscale or mkfontdir are not foundAndres Salomon1-0/+6
Signed-off-by: Julien Cristau <jcristau@debian.org>
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-21/+10
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2007-08-23Rename .cvsignore to .gitignoreJames Cloos1-0/+0
2005-12-15Update package version number for final X11R7 release candidate.font-bh-ttf-1.0.0XORG-7_1XORG-7_0XORG-6_99_99_904Kevin E Martin2-1/+6
2005-12-03Add m4 magic to allow AS_HELP_STRING to work with older versions ofXORG-6_99_99_903MODULAR_COPYKevin E Martin2-0/+8
autoconf 2.57.
2005-12-03Update package version number for X11R7 RC3 release.Kevin E Martin2-1/+6
2005-11-22Add .cvsignores for fonts.Eric Anholt1-0/+9
2005-11-15Add configure option to change the installed font dir.Kevin E Martin3-2/+13
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_902XORG-6_99_99_901XORG-6_99_99_900Kevin E Martin1-1/+3
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
2005-06-30Initial build system files for font moduleKevin E Martin9-0/+139
2003-11-14XFree86 4.3.0.1xf86-4_4_99_1xf86-4_4_0xf86-4_3_99_903_specialxf86-4_3_99_903xf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-4_3_0_1xf86-012804-2330sco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGEXORG-6_8-branchKaleb Keithley0-0/+0
2003-11-14Initial revisionxo-6_7_0before_20040421_xprint_branch_landingXPRINT_BEGINXPRINT_BASEXORG-TM-CYGWIN-MERGEXORG-TM-CYGWIN-LAST-MERGEXORG-RELEASE-1-TM-MERGEXORG-RELEASE-1-TM-CLOSEDXORG-RELEASE-1-TM-BASEXORG-RELEASE-1-STSF-FORKXORG-RELEASE-1-MERGEXORG-RELEASE-1-BASEXORG-CYGWIN-MERGEXORG-CYGWIN-LAST-MERGEXORG-CURRENT-premerge-release-1XORG-CURRENT-CLOSEDXORG-6_7_0XEVIE-MERGEXEVIE-BASEXACE-SELINUX-BASEIPv6-REVIEW-BASEDAMAGE-XFIXES-BASECYGWIN-RELEASE-1-MERGECYGWIN-PRE-6_8_0-MERGECYGWIN-HEAD-MERGECYGWIN-HEAD-LAST-MERGECYGWIN-6_8_2-MERGECYGWIN-6_8_1-MERGECYGWIN-6_8_0-MERGEXORG-STABLEKaleb Keithley13-0/+42