Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-19 | config: move man pages into their own directory | Gaetan Nadon | |
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-01-13 | man: replace hard coded man page section with substitution strings | Gaetan Nadon | |
Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-01-13 | man: remove trailing spaces and tabs | Gaetan Nadon | |
Using s/[ \t]*$// Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-01-12 | config: replace deprecated AC_HELP_STRING with AS_HELP_STRING | Gaetan Nadon | |
This silences an Automake warning. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-11-26 | xcalc 1.0.4.1xcalc-1.0.4.1 | Alan Coopersmith | |
Just respinning the tarballs with the correct install-sh instead of the broken copy accidentally included in the 1.0.4 tarballs. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-24 | xcalc 1.0.4xcalc-1.0.4 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-20 | create_keypad: declare list of button name strings as const | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-20 | Purge RCS/CVS version tags | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-20 | config: Explicitly check for xt & x11 pkgs, since xcalc calls those directly | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-20 | config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS | Alan Coopersmith | |
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Add missing AC_CONFIG_SRCDIR Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-20 | config: Remove unnecessary calls from configure.ac | Alan Coopersmith | |
AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-20 | config: upgrade to util-macros 1.8 for additional man page support | Alan Coopersmith | |
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS Enables use of platform appropriate version of sed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-20 | config: update AC_PREREQ statement to 2.60 | Gaetan Nadon | |
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> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-02-11 | config: move CWARNFLAGS from configure.ac to Makefile.am | Gaetan Nadon | |
Compiler warning flags should be explicitly set in the makefile rather than being merged with other packages compiler flags. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2009-12-19 | configure.ac: use backticks rather than $() for cmd subs | Gaetan Nadon | |
Use "$PKG_CONFIG" rather than hard coded "pkg-config" Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2009-12-17 | xcalc 1.0.3xcalc-1.0.3 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-12-17 | Apply automake silencer to man page generation rule | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-11-26 | Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES | Gaetan Nadon | |
Now that the INSTALL file is generated. Allows running make maintainer-clean. | |||
2009-10-28 | INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 | Gaetan 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-27 | Deploy the new XORG_DEFAULT_OPTIONS #24242 | Gaetan 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-26 | Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 | Gaetan 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 # 24239 | Gaetan 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-10-21 | Makefile.am: do not include autogen.sh in distribution #24183 | Gaetan Nadon | |
This is a private build script that should not be distributed | |||
2009-10-01 | Add README with pointers to mailing lists, bugzilla, & git | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-01-12 | Ansification 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-20 | xaw8 is gone, use xaw7 | James Cloos | |
2008-05-16 | $(builddir) is the current directory | Julien Cristau | |
Apparently automake doesn't always export the builddir variable. This fixes my previous commit. | |||
2008-04-20 | Fix build with builddir != srcdir | Julien Cristau | |
2008-03-27 | Build fix for file systems that are not case sensitive | Jeremy Huddleston | |
2008-03-08 | Makefile.am: nuke RCS Id | Matthieu Herrb | |
2007-08-21 | Version bump: 1.0.2xcalc-1.0.2 | Alan Coopersmith | |
2007-08-21 | Fill in COPYING with copyright/license notices from source files | Alan Coopersmith | |
2007-08-21 | Replace static changelog with dist-hook to generate from git log | Alan Coopersmith | |
2007-08-21 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2007-08-21 | Change xcalc_CFLAGS to AM_CFLAGS to make automake-1.10 happier | Alan Coopersmith | |
2006-07-12 | Bug #4914: Add HP mode resources to XCalc-color app-defaults | Mike Markowski | |
X.Org bug #4914 <https://bugs.freedesktop.org/show_bug.cgi?id=4914> Patch #3658 <https://bugs.freedesktop.org/attachment.cgi?id=3658> | |||
2005-12-21 | Update package version for X11R7 release.XORG-7_1XORG-7_0_99_901XORG-7_0 | Kevin E Martin | |
2005-12-19 | Stub COPYING files | Adam Jackson | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | |
2005-12-07 | Change to use the app-defaults default dir configured in libXt.MODULAR_COPY | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings. | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-11-21 | Another pass at .cvsignores for apps. | Eric Anholt | |
2005-11-20 | Add/improve .cvsignore files for apps. | Eric Anholt | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901 | Kevin E Martin | |
2005-10-18 | Change default install dir for app-default files from | Alan Coopersmith | |
$(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match the monolith & allow localization | |||
2005-10-17 | Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | |
work better with BSD make | |||
2005-10-14 | Use sed to fill in variables in man page | Alan Coopersmith | |
2005-10-13 | Fix app-default files to install under the same names as in the monolith | Alan Coopersmith | |
instead of their short names used only for 14-character filename length limited ancient filesystems |