platform/upstream/xlsatoms.git
10 years agoxlsatoms should not try to build into a pure wayland platform. 93/16593/2 accepted/tizen_3.0.2014.q3_common accepted/tizen_common accepted/tizen_generic accepted/tizen_ivi accepted/tizen_ivi_panda accepted/tizen_ivi_release accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable devel/x11 tizen tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_ivi_release accepted/tizen/generic/20140228.100749 accepted/tizen/generic/20140312.122938 accepted/tizen/ivi/20140228.192820 accepted/tizen/ivi/panda/20140312.123300 accepted/tizen/ivi/release/20140312.115216 accepted/tizen/mobile/20140303.023050 submit/devel/x11/20140718.035926 submit/tizen/20140228.092948 submit/tizen/20140312.070949 submit/tizen/20140818.084211 submit/tizen/20140818.144456 submit/tizen/20140819.234625 submit/tizen_ivi_release/20140312.071438 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release
Ronan Le Martret [Wed, 19 Feb 2014 13:38:34 +0000 (14:38 +0100)]
xlsatoms should not try to build into a pure wayland platform.

Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Change-Id: Id7e5a489ad2a83a64f4cbf76562ba8394c35df8e

10 years agoresetting manifest requested domain to floor 84/4984/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable tizen_ivi_genivi accepted/tizen/20130710.214145 accepted/tizen/20130910.123241 accepted/tizen/20130910.183603 accepted/tizen/20130910.195212 accepted/tizen/20130910.203200 accepted/tizen/20130910.205449 accepted/tizen/ivi/genivi/20140131.040544 ivi_oct_m2 submit/tizen/20130710.140135 submit/tizen/20130910.024948 submit/tizen_ivi_genivi/20140131.034233
Alexandru Cornea [Sat, 29 Jun 2013 02:21:26 +0000 (05:21 +0300)]
resetting manifest requested domain to floor

10 years agoinitial import accepted/tizen/20130607.200926 submit/tizen/20130606.160943
Anas Nashif [Thu, 6 Jun 2013 16:09:13 +0000 (12:09 -0400)]
initial import

10 years agoFix gbs.conf
Anas Nashif [Thu, 6 Jun 2013 16:08:27 +0000 (12:08 -0400)]
Fix gbs.conf

10 years agoadd packaging
Anas Nashif [Thu, 6 Jun 2013 16:07:43 +0000 (12:07 -0400)]
add packaging

10 years agoadd packaging
Anas Nashif [Thu, 6 Jun 2013 16:07:35 +0000 (12:07 -0400)]
add packaging

11 years agoCombine usage message into single string/call master upstream
Alan Coopersmith [Sat, 23 Feb 2013 19:35:47 +0000 (11:35 -0800)]
Combine usage message into single string/call

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
12 years agoxlsatoms 1.1.1 xlsatoms-1.1.1
Alan Coopersmith [Sat, 31 Mar 2012 23:48:11 +0000 (16:48 -0700)]
xlsatoms 1.1.1

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
12 years agoFix gcc -Wwrite-strings warnings
Alan Coopersmith [Sat, 12 Nov 2011 07:08:39 +0000 (23:08 -0800)]
Fix gcc -Wwrite-strings warnings

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13 years agoconfig: move man pages into their own directory
Gaetan Nadon [Wed, 19 Jan 2011 15:06:56 +0000 (10:06 -0500)]
config: move man pages into their own directory

Use services provided by XORG_MANPAGE_SECTIONS.
Use standard Makefile for man pages.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
13 years agoman: replace hard coded man page section with substitution strings
Gaetan Nadon [Thu, 13 Jan 2011 22:15:36 +0000 (17:15 -0500)]
man: replace hard coded man page section with substitution strings

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
13 years agoman: remove trailing spaces and tabs
Gaetan Nadon [Thu, 13 Jan 2011 16:15:47 +0000 (11:15 -0500)]
man: remove trailing spaces and tabs

Using s/[ \t]*$//

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
13 years agoconfig: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Gaetan Nadon [Wed, 12 Jan 2011 21:28:02 +0000 (16:28 -0500)]
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS

This silences an Autoconf warning

13 years agoconfig: remove unrequired AC_SUBST([*_LIBS])
Gaetan Nadon [Wed, 12 Jan 2011 20:12:08 +0000 (15:12 -0500)]
config: remove unrequired AC_SUBST([*_LIBS])

This macro is called by PKG_CHECK_MODULES

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
13 years agoconfig: remove unrequired AC_SUBST([*_CFLAGS])
Gaetan Nadon [Wed, 12 Jan 2011 18:33:48 +0000 (13:33 -0500)]
config: remove unrequired AC_SUBST([*_CFLAGS])

This macro is called by PKG_CHECK_MODULES

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
13 years agoconfig: remove AC_PROG_CC as it overrides AC_PROG_C_C99
Gaetan Nadon [Wed, 12 Jan 2011 18:10:21 +0000 (13:10 -0500)]
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99

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>
13 years agoconfig: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
Gaetan Nadon [Wed, 12 Jan 2011 16:54:40 +0000 (11:54 -0500)]
config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS

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>
13 years agoconfig: upgrade to util-macros 1.8 for additional man page support
Gaetan Nadon [Wed, 12 Jan 2011 16:23:52 +0000 (11:23 -0500)]
config: upgrade to util-macros 1.8 for additional man page support

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>
13 years agoconfig: update AC_PREREQ statement to 2.60
Gaetan Nadon [Wed, 12 Jan 2011 15:21:24 +0000 (10:21 -0500)]
config: update AC_PREREQ statement to 2.60

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>
13 years agoPurge cvs tags.
Jesse Adkins [Tue, 28 Sep 2010 20:29:50 +0000 (13:29 -0700)]
Purge cvs tags.

Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
13 years agoxlsatoms 1.1.0 xlsatoms-1.1.0
Alan Coopersmith [Thu, 3 Jun 2010 23:30:16 +0000 (16:30 -0700)]
xlsatoms 1.1.0

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
14 years agoConvert xlsatoms to XCB
Peter Harris [Thu, 12 Nov 2009 20:23:11 +0000 (15:23 -0500)]
Convert xlsatoms to XCB

This dramatically improves latency, at the cost of a small amount of
bandwidth.

(Theoretically. In practice, it actually saves bandwidth by reducing the
number of IP headers, Ethernet frames, PPP headers, ATM frames...)

Signed-off-by: Peter Harris <pharris@opentext.com>
Reviewed-By: Jeremy Huddleston <jeremyhu@apple.com>
14 years agoMakefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Gaetan Nadon [Thu, 26 Nov 2009 14:19:54 +0000 (09:19 -0500)]
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES

Now that the INSTALL file is generated.
Allows running make maintainer-clean.

14 years agoINSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Gaetan Nadon [Wed, 28 Oct 2009 18:09:08 +0000 (14:09 -0400)]
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206

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.

14 years agoMakefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Gaetan Nadon [Tue, 27 Oct 2009 02:08:39 +0000 (22:08 -0400)]
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432

ChangeLog filename is known to Automake and requires no further
coding in the makefile.

14 years ago.gitignore: use common defaults with custom section # 24239
Gaetan Nadon [Thu, 22 Oct 2009 16:34:15 +0000 (12:34 -0400)]
.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.

14 years agoThis is not a GNU project, so declare it foreign.
Jeremy Huddleston [Wed, 21 Oct 2009 19:47:21 +0000 (12:47 -0700)]
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>
14 years agoxlsatoms 1.0.2 xlsatoms-1.0.2
Alan Coopersmith [Tue, 13 Oct 2009 04:17:15 +0000 (21:17 -0700)]
xlsatoms 1.0.2

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
14 years agoFill in COPYING with copyright/license notices from code
Alan Coopersmith [Tue, 13 Oct 2009 04:16:29 +0000 (21:16 -0700)]
Fill in COPYING with copyright/license notices from code

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
14 years agoMigrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Alan Coopersmith [Tue, 13 Oct 2009 04:14:44 +0000 (21:14 -0700)]
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
14 years agoAdd README with pointers to mailing lists, bugzilla, & git
Alan Coopersmith [Thu, 1 Oct 2009 21:54:26 +0000 (14:54 -0700)]
Add README with pointers to mailing lists, bugzilla, & git

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
15 years agoCorrect make distcheck and sparse warnings.
Paulo Cesar Pereira de Andrade [Thu, 22 Jan 2009 17:47:55 +0000 (15:47 -0200)]
Correct make distcheck and sparse warnings.

16 years agoReplace static ChangeLog with dist-hook to generate from git log
James Cloos [Thu, 6 Dec 2007 21:37:23 +0000 (16:37 -0500)]
Replace static ChangeLog with dist-hook to generate from git log

16 years agoAdd *~ to .gitignore to skip patch/emacs droppings
James Cloos [Mon, 3 Sep 2007 09:51:33 +0000 (05:51 -0400)]
Add *~ to .gitignore to skip patch/emacs droppings

16 years agoRename .cvsignore to .gitignore
James Cloos [Thu, 23 Aug 2007 23:24:58 +0000 (19:24 -0400)]
Rename .cvsignore to .gitignore

18 years agoUpdate package version for X11R7 release. XORG-7_0 XORG-7_0_99_901 XORG-7_1 xlsatoms-1.0.1
Kevin E Martin [Wed, 21 Dec 2005 02:29:51 +0000 (02:29 +0000)]
Update package version for X11R7 release.

18 years agoStub COPYING files
Adam Jackson [Mon, 19 Dec 2005 16:22:45 +0000 (16:22 +0000)]
Stub COPYING files

18 years agoUpdate package version number for final X11R7 release candidate. XORG-6_99_99_904 xlsatoms-1.0.0
Kevin E Martin [Thu, 15 Dec 2005 00:24:08 +0000 (00:24 +0000)]
Update package version number for final X11R7 release candidate.

18 years agoChange *man_SOURCES ==> *man_PRE to fix autotools warnings. MODULAR_COPY
Kevin E Martin [Tue, 6 Dec 2005 22:48:23 +0000 (22:48 +0000)]
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

18 years agoUpdate package version number for X11R7 RC3 release. XORG-6_99_99_903
Kevin E Martin [Sat, 3 Dec 2005 05:49:25 +0000 (05:49 +0000)]
Update package version number for X11R7 RC3 release.

18 years agoChange *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
Alan Coopersmith [Mon, 28 Nov 2005 22:01:44 +0000 (22:01 +0000)]
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)

18 years agoAnother pass at .cvsignores for apps.
Eric Anholt [Mon, 21 Nov 2005 10:35:02 +0000 (10:35 +0000)]
Another pass at .cvsignores for apps.

18 years agoChange dependency from xmu to xmuu since the full xmu (with all its baggage
Alan Coopersmith [Mon, 21 Nov 2005 03:14:16 +0000 (03:14 +0000)]
Change dependency from xmu to xmuu since the full xmu (with all its baggage
    like Xt) is not needed here.

18 years agoAdd/improve .cvsignore files for apps.
Eric Anholt [Sun, 20 Nov 2005 22:08:53 +0000 (22:08 +0000)]
Add/improve .cvsignore files for apps.

18 years agoUpdate package version number for RC1 release. XORG-6_99_99_901 XORG-6_99_99_902
Kevin E Martin [Wed, 19 Oct 2005 02:47:55 +0000 (02:47 +0000)]
Update package version number for RC1 release.

18 years agoUse @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
Alan Coopersmith [Mon, 17 Oct 2005 23:56:23 +0000 (23:56 +0000)]
Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
    work better with BSD make

18 years agoUse sed to fill in variables in man page
Alan Coopersmith [Fri, 14 Oct 2005 00:25:46 +0000 (00:25 +0000)]
Use sed to fill in variables in man page

18 years agoInstall man pages to section 1 instead of section m (Patch from Donnie XORG-6_99_99_900
Alan Coopersmith [Mon, 1 Aug 2005 20:25:30 +0000 (20:25 +0000)]
Install man pages to section 1 instead of section m (Patch from Donnie
    Berkholz)

18 years agoVarious changes preparing packages for RC0:
Kevin E Martin [Fri, 29 Jul 2005 21:22:35 +0000 (21:22 +0000)]
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

18 years agoUse a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
Adam Jackson [Wed, 20 Jul 2005 19:32:01 +0000 (19:32 +0000)]
Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
    configure cache, you cache it, and the cached value is probably wrong.

18 years agoAdd build systems for xlogo, xlsatoms, xlsclients, xmag, xman, xmessage,
Søren Sandmann Pedersen [Tue, 5 Jul 2005 22:51:10 +0000 (22:51 +0000)]
Add build systems for xlogo, xlsatoms, xlsclients, xmag, xman, xmessage,
    xmh, xmore. lib/Xaw/xaw.m4: Add an AM_CONDITIONAL and a shell variable
    xaw_use_xprint symlink.sh: add some extra files for xgc, xinit,
    xkbcomp, xlogo, xmb, and xmodmap xc/programs/xmore/xmore.c:
    Conditionalize use of xprint

20 years agoMerging XORG-CURRENT into trunk XACE-SELINUX-MERGE XORG-6_7_99_1 XORG-6_7_99_2 XORG-6_7_99_901 XORG-6_7_99_902 XORG-6_7_99_903 XORG-6_7_99_904 XORG-6_8_0 XORG-6_8_1 XORG-6_8_1_901 XORG-6_8_1_902 XORG-6_8_1_903 XORG-6_8_1_904 XORG-6_8_2 XORG-6_8_99_1 XORG-6_8_99_10 XORG-6_8_99_11 XORG-6_8_99_12 XORG-6_8_99_13 XORG-6_8_99_14 XORG-6_8_99_15 XORG-6_8_99_16 XORG-6_8_99_2 XORG-6_8_99_3 XORG-6_8_99_4 XORG-6_8_99_5 XORG-6_8_99_6 XORG-6_8_99_7 XORG-6_8_99_8 XORG-6_8_99_9 XORG-6_8_99_900 XORG-6_8_99_901 XORG-6_8_99_902 XORG-6_8_99_903 lg3d-base lg3d-rel-0-6-2 lg3d-rel-0-7-0 rel-0-6-1 sco_port_update-base
Egbert Eich [Fri, 23 Apr 2004 19:54:58 +0000 (19:54 +0000)]
Merging XORG-CURRENT into trunk

20 years agoImporting vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 xf86-4_4_99_1
Egbert Eich [Sun, 14 Mar 2004 08:35:37 +0000 (08:35 +0000)]
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

20 years agoImporting vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 xf86-4_4_0
Egbert Eich [Wed, 3 Mar 2004 12:13:14 +0000 (12:13 +0000)]
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

20 years agoreadding XFree86's cvs IDs xf86-4_3_99_903
Egbert Eich [Thu, 26 Feb 2004 13:36:26 +0000 (13:36 +0000)]
readding XFree86's cvs IDs

20 years agoImporting vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich [Thu, 26 Feb 2004 09:24:14 +0000 (09:24 +0000)]
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

20 years agoXFree86 4.3.0.1 PRE_xf86-4_3_0_1 xf86-012804-2330 xf86-4_3_0_1 xf86-4_3_99_16 xf86-4_3_99_901 xf86-4_3_99_902 xf86-4_3_99_903_special
Kaleb Keithley [Fri, 14 Nov 2003 16:49:23 +0000 (16:49 +0000)]
XFree86 4.3.0.1

20 years agoR6.6 is the Xorg base-line XORG-MAIN
Kaleb Keithley [Fri, 14 Nov 2003 15:54:54 +0000 (15:54 +0000)]
R6.6 is the Xorg base-line