summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-19configure.ac: use backticks rather than $() for cmd subsGaetan Nadon
Use "$PKG_CONFIG" rather than hard coded "pkg-config" Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-11-26Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Add missing INSTALL file. Use standard GNU file on building tarball README 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-10-27Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
2009-10-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon
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-09-28Add INSTALL to .gitignore. (#24157)Peter Hutterer
Avoids git error "fatal: Untracked working tree file 'INSTALL' would be overwritten by merge." when switching between pre-1.0.4 and now. X.Org Bug 24157 <http://bugs.freedesktop.org/show_bug.cgi?id=24157> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-21xclock 1.0.4xclock-1.0.4Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-21Fill in COPYING fileAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-21Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-21Trim trailing whitespacesAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-21Add pointers to mailing list, bugzilla, wiki & git repo to READMEAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-13Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and all gcc 4.3 and sparse warnings.
2008-08-20xaw8 is gone, use xaw7James Cloos
2008-05-16$(builddir) is the current directoryJulien Cristau
Apparently automake doesn't always export the builddir variable. This fixes my previous commit.
2008-04-20Fix build with builddir != srcdirJulien Cristau
2008-03-27Build fix for file systems that are not case sensitiveJeremy Huddleston
2008-03-08Makefile.am: nuke RCS IdMatthieu Herrb
2007-12-20X.Org Bug 13537: bugs in UTF-8 handling and regularized tick updatingvdb128
X.Org Bugzilla #13537 <https://bugs.freedesktop.org/show_bug.cgi?id=13537> Patch #12964 <https://bugs.freedesktop.org/attachment.cgi?id=12964&action=view>
2007-10-22Fix logic inversion in geometry computation in -norender -digital mode.Todd C. Miller
2007-08-06Version bump: 1.0.3xclock-1.0.3Alan Coopersmith
2007-08-06Replace static changelog with dist-hook to generate from git logAlan Coopersmith
2007-08-06Fix cast to clear sparse warning: Using plain integer as NULL pointerAlan Coopersmith
2007-08-06Change xclock_CFLAGS to AM_CFLAGS to make automake-1.10 happierAlan Coopersmith
Clears warning message: Makefile.am:28: compiling `Clock.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
2007-06-13Man page: add missing options to synopsis sectionAlan Coopersmith
2007-06-13Don't segfault if unable to load a usable fontsetAlan Coopersmith
2007-06-12Add pointer to Xft/fontconfig font name format to man pageAlan Coopersmith
2007-06-12X.Org Bug 10775: xclock does not set _NET_WM_PIDAlan Coopersmith
X.Org Bugzilla #10775: <https://bugs.freedesktop.org/show_bug.cgi?id=10775>
2007-05-18renamed: .cvsignore -> .gitignoreAlan Coopersmith
2007-05-18Make use of iconv() conditional on configure.ac finding it in libc or libiconvAlan Coopersmith
2007-05-18Sun bug 6518500: Use iconv() to convert other charsets to UTF8Osamu Sayama
<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6518500>
2006-04-26Bump to 1.0.2xclock-1_0_2XORG-7_1Adam Jackson
2006-03-29Bug #6420 <https://bugs.freedesktop.org/show_bug.cgi?id=6420> Patch #5103XORG-7_0_99_901Alan Coopersmith
<https://bugs.freedesktop.org/attachment.cgi?id=5103> xclock code contains wrong "ifdef RENDER" (Kirill Belokurov)
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E Martin
2005-12-19Stub COPYING filesAdam Jackson
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin
2005-12-07Change to use the app-defaults default dir configured in libXt.MODULAR_COPYKevin E Martin
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin
2005-12-06Bugzilla #5251 <https://bugs.freedesktop.org/show_bug.cgi?id=5251> xclockAlan Coopersmith
-digital only shows "20" (Egmont Koblinger)
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-21Another pass at .cvsignores for apps.Eric Anholt
2005-11-20Add/improve .cvsignore files for apps.Eric Anholt
2005-10-19Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin
2005-10-18Change default install dir for app-default files fromAlan Coopersmith
$(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match the monolith & allow localization
2005-10-17Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions toAlan Coopersmith
work better with BSD make
2005-10-14Use sed to fill in variables in man pageAlan Coopersmith
2005-10-13Fix app-default files to install under the same names as in the monolithAlan Coopersmith
instead of their short names used only for 14-character filename length limited ancient filesystems
2005-08-01Install man pages to section 1 instead of section m (Patch from DonnieXORG-6_99_99_900Alan Coopersmith
Berkholz)
2005-07-29Various changes preparing packages for RC0:Kevin E Martin
- 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