summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-10-27libXcursor 1.1.11libXcursor-1.1.11Alan Coopersmith1-1/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-08-16man: whitespace managementGaetan Nadon1-32/+33
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-16man: reorder makefile statementsGaetan Nadon1-13/+12
No functional change. Shadows are part of libman_PRE. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-16man: store shadow man pages in git rather than generating themGaetan Nadon32-19/+35
Simplify the build process and the makefile. Local fix in CVS for bug 5628 is not required as the problem has been fixed in util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-16config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2-13/+6
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 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-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-03-29config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-1/+0
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-16config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon2-6/+5
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-11-27Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon3-231/+5
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 Nadon1-7/+5
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 Nadon1-2/+0
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 Nadon1-12/+60
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-21This is not a GNU project, so declare it foreign.Jeremy Huddleston1-1/+1
On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: > > I noticed an INSTALL file in xlsclients and libXvMC today, and it > > was quite annoying to work around since 'autoreconf -fvi' replaces > > it and git wants to commit it. Should these files even be in git? > > Can I nuke them for the betterment of humanity and since they get > > created by autoreconf anyways? > > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation of the INSTALL file. It is also part of the 24206 solution. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
2009-08-28libXcursor 1.1.10libXcursor-1.1.10Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-02Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith1-0/+25
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-29Janitor: make distcheck, compiler warnings, extra .gitignore files.Paulo Cesar Pereira de Andrade6-16/+18
2008-03-09nuke RCS IdsMatthieu Herrb8-16/+0
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-276/+10
2007-08-24Version bump: 1.1.9libXcursor-1.1.9Alan Coopersmith2-4/+2
2007-08-22Make shadow man pages for each functionAlan Coopersmith1-0/+46
2007-08-21Add XCURSOR_PATH to man pageAlan Coopersmith1-1/+7
2007-08-21Use cursorpath found by configure in man pageAlan Coopersmith3-7/+20
2007-05-12Added object files to .gitignore.Tilman Sauerbeck1-0/+1
2007-05-12Store the cursor names in one large string.Tilman Sauerbeck1-39/+96
This means the compiler doesn't need to place the array in the read-write sections of the DSO, which means less relocations when the library is loaded and a smaller memory footprint.
2006-10-13Bump to 1.1.8libXcursor-1.1.8Adam Jackson1-1/+1
2006-10-10Fix many sparse warnings: Using plain integer as NULL pointerAlan Coopersmith5-85/+85
2006-10-10Fix lint warning: deallocating a pointer that could be NULL: library.c(266)Alan Coopersmith1-1/+2
2006-10-10Add XORG_WITH_LINT to allow checking code with lint/sparse/etc.Alan Coopersmith3-0/+20
2006-10-06Use $prefix & $ICONDIR settings from configure for default path in manpageAlan Coopersmith2-3/+3
(Stop hardcoding /usr/X11R6 & /usr/share in the paths shown.)
2006-10-06Xcursor.man formatting cleanupsAlan Coopersmith1-4/+6
2006-09-12Added missing dependencyBart Massey1-0/+1
2006-08-24Use version number from configure.ac in Xcursor.man instead of "Version 1.0"Alan Coopersmith2-2/+5
2006-08-24Add *~ to .gitignore to skip over emacs droppingsAlan Coopersmith1-0/+1
2006-08-24Man page typo fixes (pimaps, directorys)Alan Coopersmith1-2/+2
2006-08-12fix leak in header destructionChris Wilson3-8/+10
Fix a couple of if (!foo) free(foo); tests.
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith3-0/+0
2006-06-03Bug #5268: Fix small memory leak. (Matthias Clasen). Change some return 0sxcursor-1_1_7Daniel Stone4-6/+22
to NULL. Bump to 1.1.7.
2006-04-27Look for cursors in datadir, not always /usr/share.Eric Anholt2-1/+6
2006-04-27Bump to 1.1.6libXcursor-1_1_6XORG-7_1Adam Jackson3-2/+8
2006-04-07Coverity #159: Prevent a possible NULL chase.XORG-7_0_99_901Adam Jackson2-1/+7
2006-03-04Bug #4439: Include Xlib.h.Daniel Stone2-0/+6
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2-1/+6
2005-12-09Add icondir to xcursor.pc to be used when installing cursors.MODULAR_COPYKevin E Martin2-0/+6
2005-12-08Add configure options to allow hard-coded paths to be changed.Kevin E Martin3-1/+26
2005-12-08Allow hard-coded paths to be configurable.Kevin E Martin1-2/+4
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin2-3/+8
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2-1/+6
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2-3/+10
application build-time dependencies, and update package deps to work with separate build roots.