summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-03-02font-encodings 1.1.0HEADencodings-1.1.0masterAlan Coopersmith2-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-11-08Add a meson build systemAlan Coopersmith6-5/+219
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
2023-05-08Add the ISO8859-14 encodingMatthieu Herrb2-0/+101
Source: https://en.wikipedia.org/wiki/ISO/IEC_8859-14 This allows legacy applications (xcalc for instance) to work without the: "Warning: missing charsets in String to FontSet conversion" message on systems with only ISO8859-1 and UTF-8 encoded fonts installed. Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
2023-02-27font-encodings 1.0.7encodings-1.0.7Alan Coopersmith1-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-02-22configure: Add COMPRESS_FLAGS to pass options to compression commandAlan Coopersmith3-2/+4
By default, set to -n for gzip to stop recording timestamps and improve build reproducibility. 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-15configure: replace deprecated AC_HELP_STRING with AS_HELP_STRINGAlan Coopersmith1-2/+2
This silences autoconf warnings: configure.ac:24: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:24: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:24: the top level configure.ac:32: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:32: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:32: the top level Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-02-15gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-12encodings 1.0.6encodings-1.0.6Alan Coopersmith2-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>
2021-02-18whitespace-only, reformat with annotate-encThomas E. Dickey1-95/+95
2021-02-18add descriptions from UnicodeData.txt, with annotate-encThomas E. Dickey1-95/+95
2021-02-18add descriptions from UnicodeData.txt, with annotate-encThomas E. Dickey1-102/+102
2021-02-18add descriptions from UnicodeData.txt, using annotate-encThomas E. Dickey1-91/+91
2021-02-18add descriptions from UnicodeData.txt, using annotate-encThomas E. Dickey1-139/+139
2021-02-18add descriptions from UnicodeData.txt, using annotate-encThomas E. Dickey3-161/+161
2021-02-18whitespace-only changes for consistency, using luit's annotate-enc scriptThomas E. Dickey13-942/+942
2021-02-18use Armenian eternity symbol from Unicode 6.Thomas E. Dickey1-2/+1
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-02-18correct a typo (in original), and use appropriate descriptionThomas E. Dickey1-1/+1
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-02-18use descriptions from UnicodeData.txt except for two obsolete or incorrect mapsThomas E. Dickey1-93/+94
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-02-18add mapping for 0x80-0x9f, as per Unicode.org data files.Thomas E. Dickey1-1/+34
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-02-18adjust descriptions for the Unicode mapping to match the Unicode.org data file.Thomas E. Dickey8-23/+23
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-17encodings 1.0.5encodings-1.0.5Matt Turner1-1/+1
Signed-off-by: Matt Turner <mattst88@gmail.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>
2014-10-27jisx0201.1976-0.enc: Add undefined mapping for 0x7f - 0xa0 rangeAkira TAGOH1-0/+1
The jisx0201 encoding has a hole in it in the 0x7f - 0xa0 range, see: http://en.wikipedia.org/wiki/JIS_X_0201 The document for the format of the encoding files says: "Codes not listed are assumed to map through the identity (i.e. to the same numerical value). In order to override this default mapping, you may specify a range of codes to be undefined by using an `UNDEFINE' line" jisx0201.1976-0.enc was not doing this, causing all the codes on the range to be mapped 1:1. This specifically is causing problems for ttmkfdir, which checks that a font covers (most of) an encoding before adding a line for that encoding to fonts.scale, and the hole not properly being undefined causes this check to fail for atleast the Sazanami fonts. Cc: Akira TAGOH <tagoh@redhat.com> BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1009350 Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.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>
2011-02-14cns11643-x encodings don't need to alias to themselvesAlan Coopersmith3-3/+0
Removes duplicate lines in encodings.dir (noticed when sorting encodings.dir) Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-29encodings 1.0.4encodings-1.0.4Alan Coopersmith1-1/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-29config: 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>
2010-10-16config: Use the shorthand --disable-all-encodings option in font-util v1.2Gaetan Nadon1-3/+3
This option is useful to disable all possible font encodings at once, without fine-graining the calling ebuilds for a list of encodings supported by each font package. The option is parsed before all other encoding options, so it basically sets defaults for all of them. Afterwards, any encoding can be re-enabled back using '--enable-<encoding>' (much like '--disable-all-encodings --enable-iso8859-2'). Reviewed-by: RĂ©mi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-10-06Purge cvs tags.Jesse Adkins13-15/+0
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-03-27config: remove from ChangeLog from EXTRA_DISTGaetan Nadon1-1/+1
Automake always distribute ChangeLog Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-11-23Makefile.am: add INSTALL target and clean ChangeLog DIST targetsGaetan Nadon1-3/+5
Add INSTALL target to generate file with INSTALL_CMD #24206 ChangeLog is not required in EXTRA_DIST #24432
2009-11-23configure.ac: AM_MAINTAINER_MODE missing #24238Gaetan Nadon1-0/+1
This turns off maintainer mode build rules in tarballs. Works in conjunction with autogen.sh --enable-maintainer-mode
2009-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-2/+2
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-23.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-8/+73
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-10encodings 1.0.3encodings-1.0.3Alan 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 Coopersmith3-21/+23
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-06Add pointers to mailing lists, bugzilla, & git to READMEAlan Coopersmith1-0/+24
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-27Janitor: Correct make distcheck and configure.ac simplificationPaulo Cesar Pereira de Andrade3-9/+14
2009-01-27Janitor: Correct make distcheck and configure.ac simplificationPaulo Cesar Pereira de Andrade1-4/+0
2007-12-06Add missing PHONY line for automatic ChangeLog generationJames Cloos1-0/+2
2007-07-23Replace generic copyright statement.Juliusz Chroboczek1-25/+9