From ad4606a5901e6325cd70c839ba7964acb2866b6e Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 1 Mar 2018 14:30:35 -0500 Subject: Deprecate fixesproto Signed-off-by: Adam Jackson --- Makefile.am | 43 ------------------------------------------- autogen.sh | 19 ++++--------------- configure.ac | 38 -------------------------------------- 3 files changed, 4 insertions(+), 96 deletions(-) delete mode 100644 Makefile.am delete mode 100644 configure.ac diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index f1716b0..0000000 --- a/Makefile.am +++ /dev/null @@ -1,43 +0,0 @@ -# -# Copyright © 2003 Keith Packard, Noah Levitt -# -# Permission to use, copy, modify, distribute, and sell this software and its -# documentation for any purpose is hereby granted without fee, provided that -# the above copyright notice appear in all copies and that both that -# copyright notice and this permission notice appear in supporting -# documentation, and that the name of Keith Packard not be used in -# advertising or publicity pertaining to distribution of the software without -# specific, written prior permission. Keith Packard makes no -# representations about the suitability of this software for any purpose. It -# is provided "as is" without express or implied warranty. -# -# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO -# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR -# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -# PERFORMANCE OF THIS SOFTWARE. - -fixesdir = $(includedir)/X11/extensions -fixes_HEADERS = \ - xfixesproto.h \ - xfixeswire.h - -dist_doc_DATA = fixesproto.txt - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = fixesproto.pc - - -MAINTAINERCLEANFILES = ChangeLog INSTALL - -.PHONY: ChangeLog INSTALL - -INSTALL: - $(INSTALL_CMD) - -ChangeLog: - $(CHANGELOG_CMD) - -dist-hook: ChangeLog INSTALL diff --git a/autogen.sh b/autogen.sh index e009263..1facbd4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,17 +1,6 @@ -#! /bin/sh +#!/bin/sh -srcdir=`dirname "$0"` -test -z "$srcdir" && srcdir=. +echo "This module has been deprecated. Use xorgproto instead:" +echo "git clone git://anongit.freedesktop.org/git/xorg/proto/xorgproto" -ORIGDIR=`pwd` -cd "$srcdir" - -autoreconf -v --install || exit 1 -cd "$ORIGDIR" || exit $? - -git config --local --get format.subjectPrefix >/dev/null 2>&1 || - git config --local format.subjectPrefix "PATCH fixesproto" - -if test -z "$NOCONFIGURE"; then - exec "$srcdir"/configure "$@" -fi +exit 1 diff --git a/configure.ac b/configure.ac deleted file mode 100644 index 9829a61..0000000 --- a/configure.ac +++ /dev/null @@ -1,38 +0,0 @@ -dnl -dnl Copyright © 2003 Keith Packard, Noah Levitt -dnl -dnl Permission to use, copy, modify, distribute, and sell this software and its -dnl documentation for any purpose is hereby granted without fee, provided that -dnl the above copyright notice appear in all copies and that both that -dnl copyright notice and this permission notice appear in supporting -dnl documentation, and that the name of Keith Packard not be used in -dnl advertising or publicity pertaining to distribution of the software without -dnl specific, written prior permission. Keith Packard makes no -dnl representations about the suitability of this software for any purpose. It -dnl is provided "as is" without express or implied warranty. -dnl -dnl KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -dnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO -dnl EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR -dnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -dnl DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -dnl TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -dnl PERFORMANCE OF THIS SOFTWARE. -dnl -dnl Process this file with autoconf to create configure. - -AC_PREREQ([2.60]) -AC_INIT([FixesProto], [5.0], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) -AM_INIT_AUTOMAKE([foreign dist-bzip2]) - -# Require xorg-macros: XORG_DEFAULT_OPTIONS -m4_ifndef([XORG_MACROS_VERSION], - [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])]) -XORG_MACROS_VERSION(1.3) -XORG_DEFAULT_OPTIONS - -AC_CONFIG_FILES([Makefile - fixesproto.pc]) - -AC_OUTPUT -- cgit v1.2.1