summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsHEADmasterAlan Coopersmith1-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-04-03mkcomposecache 1.2.2mkcomposecache-1.2.2Alan Coopersmith2-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2021-12-03Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2021-12-03gitlab CI: add a basic build testAlan Coopersmith1-0/+98
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-16Update README for gitlab migrationAlan Coopersmith3-31/+24
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-06-04autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+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>
2014-02-25Replace manual calculations of memory allocations with asprintf callsAlan Coopersmith2-12/+61
Includes fallback asprintf() for platforms that don't have it yet. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
2011-01-13man: previous patch failed to include the new man/Makefile.amGaetan Nadon1-0/+12
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-13config: move man pages into their own directoryGaetan Nadon3-35/+8
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-12config: remove unrequired AC_SUBST([*_LIBS])Gaetan Nadon1-1/+0
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-12config: remove unrequired AC_SUBST([*_CFLAGS])Gaetan Nadon1-1/+0
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-12config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls AC_PROG_C_C99. This sets gcc with -std=gnu99. If AC_PROG_CC macro is called afterwards, it resets CC to gcc. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-12config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONSGaetan Nadon1-1/+0
It depends on util-macros 1.8 or later The existing statement can now be removed from the configuration file. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-12config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon1-3/+4
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-12config: 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 in one pass is 2.60 dated June 2006. A version later than 2.60 can be used, but no new features from such a later version can be used in configure.ac. Although the code in this module can be configured with a version earlier than 2.60, most of code is now contained in macros from util-macros which use features of version 2.60, at the present or in the future. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-11-26Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-1/+1
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-12INSTALL, NEWS, README and AUTHORS files are missing/incorrect #24206Gaetan Nadon5-234/+11
Add missing INSTALL file. Use standard GNU file on building tarball Remove README file as it is empty and no content available yet. Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet. For all X.Org components. ChangeLog is not required in EXTRA_DIST or MAINTAINERCLEANFILES
2009-11-12.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-12/+63
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-11-12autogen.sh: upgrade this newly added module to the xorg default oneGaetan Nadon1-1/+11
The original one will not work under some scenarios
2009-10-01mkcomposecache 1.2.1mkcomposecache-1.2.1Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-01Man page updatesAlan Coopersmith4-13/+32
- use normal Xorg rules for substituting package/system variables - fix typos - correct default libX11 compose cache path - remove Makefile recursion Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-01Remove CVS directory from git repoAlan Coopersmith4-6/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-01Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith1-6/+4
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-01Add pointers to mailing lists, bugzilla, & git to READMEAlan Coopersmith1-0/+24
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-04-09Remove use of obsolete -sp X server optionAlan Coopersmith1-4/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-04-09Use XORG_CWARNFLAGS instead of hardcoding -Wall in Makefile.amAlan Coopersmith2-3/+8
Also switch changelog generation rule to XORG_CHANGELOG Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-04-09Add .gitignoreAlan Coopersmith1-0/+28
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2007-01-29Bump to 1.2.xorg-app-mkcomposecache-1.2Matthias Hopf4-11/+31
Autogen ChangeLog. Unset XMODIFIERS in mkcomposecache. Log if XOpenIM() fails. mkallcomposecache.sh is more verbose now on Xvfb errors. Including old and new font paths in default.
2006-07-03Bump to 1.1Matthias Hopf2-42/+146
Set default cache path to /var/cache/libx11/compose. Invocation parameters changed. Improved customizability a lot. More tests & verification. Being more verbose now. Works for root now. General cleanup. Should work out-of-the-box on 64bit machines now.
2006-07-03Initial checkin.Matthias Hopf16-0/+556