From 990bc3f015a4f8fce2eb918375defcd44980a845 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 8 Jun 2012 09:33:13 +0200 Subject: Used synchronise script to update files --- libXext/.gitignore | 78 ++++++++++++++++++++++++++++++++++++++++++++++++ libXext/README | 58 +++++++++++++++++------------------ libXext/specs/.gitignore | 5 ++++ libXext/xext.pc.in | 24 +++++++-------- 4 files changed, 124 insertions(+), 41 deletions(-) create mode 100644 libXext/.gitignore create mode 100644 libXext/specs/.gitignore (limited to 'libXext') diff --git a/libXext/.gitignore b/libXext/.gitignore new file mode 100644 index 000000000..84f4963c5 --- /dev/null +++ b/libXext/.gitignore @@ -0,0 +1,78 @@ +# +# X.Org module default exclusion patterns +# The next section if for module specific patterns +# +# Do not edit the following section +# GNU Build System (Autotools) +aclocal.m4 +autom4te.cache/ +autoscan.log +ChangeLog +compile +config.guess +config.h +config.h.in +config.log +config-ml.in +config.py +config.status +config.status.lineno +config.sub +configure +configure.scan +depcomp +.deps/ +INSTALL +install-sh +.libs/ +libtool +libtool.m4 +ltmain.sh +lt~obsolete.m4 +ltoptions.m4 +ltsugar.m4 +ltversion.m4 +Makefile +Makefile.in +mdate-sh +missing +mkinstalldirs +*.pc +py-compile +stamp-h? +symlink-tree +texinfo.tex +ylwrap + +# Do not edit the following section +# Edit Compile Debug Document Distribute +*~ +*.[0-9] +*.[0-9]x +*.bak +*.bin +core +*.dll +*.exe +*-ISO*.bdf +*-JIS*.bdf +*-KOI8*.bdf +*.kld +*.ko +*.ko.cmd +*.lai +*.l[oa] +*.[oa] +*.obj +*.patch +*.so +*.pcf.gz +*.pdb +*.tar.bz2 +*.tar.gz +# +# Add & Override patterns for libXext +# +# Edit the following section as needed +# For example, !report.pc overrides *.pc. See 'man gitignore' +# diff --git a/libXext/README b/libXext/README index 8bd443beb..6ca09ffca 100644 --- a/libXext/README +++ b/libXext/README @@ -1,29 +1,29 @@ -libXext - library for common extensions to the X11 protocol - -No new extensions should be added to this library - it is now instead -preferred to make per-extension libraries that can be evolved as needed -without breaking compatibility of this core library. - -All questions regarding this software should be directed at the -Xorg mailing list: - - http://lists.freedesktop.org/mailman/listinfo/xorg - -Please submit bug reports to the Xorg bugzilla: - - https://bugs.freedesktop.org/enter_bug.cgi?product=xorg - -The master development code repository can be found at: - - git://anongit.freedesktop.org/git/xorg/lib/libXext - - http://cgit.freedesktop.org/xorg/lib/libXext - -For patch submission instructions, see: - - http://www.x.org/wiki/Development/Documentation/SubmittingPatches - -For more information on the git code manager, see: - - http://wiki.x.org/wiki/GitPage - +libXext - library for common extensions to the X11 protocol + +No new extensions should be added to this library - it is now instead +preferred to make per-extension libraries that can be evolved as needed +without breaking compatibility of this core library. + +All questions regarding this software should be directed at the +Xorg mailing list: + + http://lists.freedesktop.org/mailman/listinfo/xorg + +Please submit bug reports to the Xorg bugzilla: + + https://bugs.freedesktop.org/enter_bug.cgi?product=xorg + +The master development code repository can be found at: + + git://anongit.freedesktop.org/git/xorg/lib/libXext + + http://cgit.freedesktop.org/xorg/lib/libXext + +For patch submission instructions, see: + + http://www.x.org/wiki/Development/Documentation/SubmittingPatches + +For more information on the git code manager, see: + + http://wiki.x.org/wiki/GitPage + diff --git a/libXext/specs/.gitignore b/libXext/specs/.gitignore new file mode 100644 index 000000000..92946c9f0 --- /dev/null +++ b/libXext/specs/.gitignore @@ -0,0 +1,5 @@ +*.html +*.ps +*.pdf +*.txt +*.db diff --git a/libXext/xext.pc.in b/libXext/xext.pc.in index cf9370134..0e6efeb7b 100644 --- a/libXext/xext.pc.in +++ b/libXext/xext.pc.in @@ -1,12 +1,12 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: Xext -Description: Misc X Extension Library -Version: @PACKAGE_VERSION@ -Requires: xextproto -Requires.private: x11 -Cflags: -I${includedir} -Libs: -L${libdir} -lXext +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xext +Description: Misc X Extension Library +Version: @PACKAGE_VERSION@ +Requires: xextproto +Requires.private: x11 +Cflags: -I${includedir} +Libs: -L${libdir} -lXext -- cgit v1.2.3