Gaetan Nadon
02cd3d7a61
Deploy the new XORG_DEFAULT_OPTIONS #24242
...
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-27 15:07:25 -04:00
Gaetan Nadon
1ca6aefa66
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
...
ChangeLog filename is known to Automake and requires no further
coding in the makefile.
2009-10-26 22:08:42 -04:00
Gaetan Nadon
1c158db62a
.gitignore: use common defaults with custom section # 24239
...
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-22 12:34:19 -04:00
Jeremy Huddleston
5e14cd9bd8
This is not a GNU project, so declare it foreign.
...
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-10-21 12:47:24 -07:00
Peter Hutterer
fbf2298793
libXcursor 1.1.10
...
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-28 14:49:15 +10:00
Alan Coopersmith
59e3f6520f
Add README with pointers to mailing list, bugzilla & git repos
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-02-02 20:34:32 -08:00
Paulo Cesar Pereira de Andrade
f00ae32322
Janitor: make distcheck, compiler warnings, extra .gitignore files.
2009-01-29 15:34:11 -02:00
Matthieu Herrb
04641d3cc3
nuke RCS Ids
2008-03-09 00:34:36 +01:00
James Cloos
94531dc8f6
Replace static ChangeLog with dist-hook to generate from git log
2007-12-06 16:38:25 -05:00
Alan Coopersmith
a4f29e6dee
Version bump: 1.1.9
2007-08-24 14:01:07 -07:00
Alan Coopersmith
5a2601740d
Make shadow man pages for each function
2007-08-22 19:40:55 -07:00
Alan Coopersmith
fef474da69
Add XCURSOR_PATH to man page
2007-08-21 19:45:35 -07:00
Alan Coopersmith
a9ccf1bd91
Use cursorpath found by configure in man page
2007-08-21 19:33:00 -07:00
Tilman Sauerbeck
110131bd40
Added object files to .gitignore.
2007-05-12 22:42:08 +02:00
Tilman Sauerbeck
3c5d4f591c
Store the cursor names in one large string.
...
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.
2007-05-12 22:41:27 +02:00
Adam Jackson
8b73dc0411
Bump to 1.1.8
2006-10-13 16:01:17 -04:00
Alan Coopersmith
9df9640643
Fix many sparse warnings: Using plain integer as NULL pointer
2006-10-10 14:57:16 -07:00
Alan Coopersmith
b6b9f58855
Fix lint warning: deallocating a pointer that could be NULL: library.c(266)
2006-10-10 13:46:17 -07:00
Alan Coopersmith
d0e12a9784
Add XORG_WITH_LINT to allow checking code with lint/sparse/etc.
2006-10-10 13:33:33 -07:00
Alan Coopersmith
932965298c
Use $prefix & $ICONDIR settings from configure for default path in manpage
...
(Stop hardcoding /usr/X11R6 & /usr/share in the paths shown.)
2006-10-06 16:44:37 -07:00
Alan Coopersmith
f591196271
Xcursor.man formatting cleanups
2006-10-06 16:22:52 -07:00
Bart Massey
3c5f5860d6
Added missing dependency
2006-09-12 09:02:54 -07:00
Alan Coopersmith
c7d048dacf
Use version number from configure.ac in Xcursor.man instead of "Version 1.0"
2006-08-24 19:21:47 -07:00
Alan Coopersmith
8c73ee7260
Add *~ to .gitignore to skip over emacs droppings
2006-08-24 18:42:36 -07:00
Alan Coopersmith
c7886900f1
Man page typo fixes (pimaps, directorys)
2006-08-24 18:42:03 -07:00
Chris Wilson
e0a501e91c
fix leak in header destruction
...
Fix a couple of if (!foo) free(foo); tests.
2006-08-12 19:55:44 +03:00
Alan Coopersmith
2f08984396
renamed: .cvsignore -> .gitignore
2006-07-13 14:58:50 -07:00
Daniel Stone
c6f65af419
Bug #5268 : Fix small memory leak. (Matthias Clasen). Change some return 0s
...
to NULL. Bump to 1.1.7.
2006-06-03 10:23:57 +00:00
Eric Anholt
8adc6fe181
Look for cursors in datadir, not always /usr/share.
2006-04-27 17:26:28 +00:00
Adam Jackson
3c69a6ef12
Bump to 1.1.6
2006-04-27 00:04:48 +00:00
Adam Jackson
f9bc007d71
Coverity #159 : Prevent a possible NULL chase.
2006-04-07 00:58:59 +00:00
Daniel Stone
1f862e619f
Bug #4439 : Include Xlib.h.
2006-03-04 21:00:40 +00:00
Kevin E Martin
461b3c5c0e
Update package version number for final X11R7 release candidate.
2005-12-15 00:24:29 +00:00
Kevin E Martin
aed42762a9
Add icondir to xcursor.pc to be used when installing cursors.
2005-12-09 19:28:41 +00:00
Kevin E Martin
189c967226
Add configure options to allow hard-coded paths to be changed.
2005-12-08 17:55:19 +00:00
Kevin E Martin
b8c92a26d0
Allow hard-coded paths to be configurable.
2005-12-08 17:54:40 +00:00
Kevin E Martin
af09e8d8ed
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
2005-12-06 22:48:42 +00:00
Kevin E Martin
47043f5e93
Update package version number for X11R7 RC3 release.
2005-12-03 05:49:43 +00:00
Alan Coopersmith
a3ddd7c6aa
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
...
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-28 22:03:05 +00:00
Kevin E Martin
328e88110f
Update pkgconfig files to separate library build-time dependencies from
...
application build-time dependencies, and update package deps to work
with separate build roots.
2005-11-19 07:15:41 +00:00
Alan Coopersmith
54d9a60a18
Use $(LIB_MAN_SUFFIX) instead of forcing man page into section 3.
2005-11-13 17:59:28 +00:00
Kevin E Martin
f0dfdfc7b4
Bump version numbers for X11R6.9/X11R7 RC2.
2005-11-09 21:31:19 +00:00
Kevin E Martin
c0773eea4b
Update package version number for X11R7 RC2 release.
2005-11-09 21:19:12 +00:00
Kevin E Martin
345cf36920
Update pkgcheck dependencies to work with separate build roots.
2005-11-01 15:11:51 +00:00
Adam Jackson
7c7bdccde9
Bug #4244 : Make XcursorSetTheme(dpy, NULL) restore the default theme.
...
(Frederico Mena-Quintero)
2005-10-19 22:26:55 +00:00
Kevin E Martin
4d4de72c69
Update package version number for RC1 release.
2005-10-19 02:48:09 +00:00
Alan Coopersmith
b1bc7d7328
Use troff macros to prevent cpp eating C comments & #defines that are
...
supposed to appear in man page output.
2005-10-13 02:22:47 +00:00
Alan Coopersmith
08ccddfa98
Define HAVE_XFIXES
2005-10-11 01:37:44 +00:00
Adam Jackson
7a5e360179
Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
...
a global configure cache don't get confused.
2005-08-03 03:28:01 +00:00
Kevin E Martin
af4b88bba2
Various changes preparing packages for RC0:
...
- 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
2005-07-29 21:22:51 +00:00