diff options
author | Raymond Danks <raymond@edanks.com> | 2006-07-24 19:46:41 +0000 |
---|---|---|
committer | Raymond Danks <raymond@edanks.com> | 2006-07-24 19:46:41 +0000 |
commit | dd0c887b669ed5f2fdfa21118f4b32d096e92816 (patch) | |
tree | 52a9bb766480ea9983a6e3e5d4ae600e0a482f2c /packages/x11-apps | |
parent | b88c8ee5fdd3c5bda8a7fea778c3d7b09b180622 (diff) |
xorg-*: Massive rename to conform to X11R7.x_a.b.c versioning and xorg-* directory structure.
This is the first step for the update to X11R7.1.
This will not build and will be followed by more patches and updates.
Diffstat (limited to 'packages/x11-apps')
-rw-r--r-- | packages/x11-apps/app-common.inc | 13 | ||||
-rw-r--r-- | packages/x11-apps/bdftopcf_1.0.0.bb | 2 | ||||
-rw-r--r-- | packages/x11-apps/iceauth_1.0.1.bb | 2 | ||||
-rw-r--r-- | packages/x11-apps/mkfontdir_1.0.1.bb | 2 | ||||
-rw-r--r-- | packages/x11-apps/mkfontscale_1.0.1.bb | 2 | ||||
-rw-r--r-- | packages/x11-apps/rgb_1.0.0.bb | 2 | ||||
-rw-r--r-- | packages/x11-apps/twm_1.0.1.bb | 14 | ||||
-rw-r--r-- | packages/x11-apps/xauth/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/x11-apps/xauth/autofoo.patch | 148 | ||||
-rw-r--r-- | packages/x11-apps/xauth_1.0.1.bb | 2 | ||||
-rw-r--r-- | packages/x11-apps/xauth_cvs.bb | 13 | ||||
-rw-r--r-- | packages/x11-apps/xclock_1.0.1.bb | 2 | ||||
-rw-r--r-- | packages/x11-apps/xeyes_1.0.1.bb | 2 | ||||
-rw-r--r-- | packages/x11-apps/xinit_1.0.1.bb | 2 | ||||
-rw-r--r-- | packages/x11-apps/xkbcomp_1.0.1.bb | 2 |
15 files changed, 0 insertions, 208 deletions
diff --git a/packages/x11-apps/app-common.inc b/packages/x11-apps/app-common.inc deleted file mode 100644 index 9d668cd9b2..0000000000 --- a/packages/x11-apps/app-common.inc +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "X application" -SECTION = "x11/apps" -LICENSE= "MIT-X" - -SRC_URI = "${XORG_MIRROR}/X11R7.0/src/app/${PN}-X11R7.0-${PV}.tar.bz2" - -S = ${WORKDIR}/${PN}-X11R7.0-${PV} - -inherit autotools pkgconfig - -do_stage () { - autotools_stage_all -} diff --git a/packages/x11-apps/bdftopcf_1.0.0.bb b/packages/x11-apps/bdftopcf_1.0.0.bb deleted file mode 100644 index 96492be848..0000000000 --- a/packages/x11-apps/bdftopcf_1.0.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -include app-common.inc -DEPENDS = "libxfont" diff --git a/packages/x11-apps/iceauth_1.0.1.bb b/packages/x11-apps/iceauth_1.0.1.bb deleted file mode 100644 index 19b59b8381..0000000000 --- a/packages/x11-apps/iceauth_1.0.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -include app-common.inc -DEPENDS = "libx11 libice" diff --git a/packages/x11-apps/mkfontdir_1.0.1.bb b/packages/x11-apps/mkfontdir_1.0.1.bb deleted file mode 100644 index eff2e125e7..0000000000 --- a/packages/x11-apps/mkfontdir_1.0.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -include app-common.inc -DEPENDS = "mkfontscale" diff --git a/packages/x11-apps/mkfontscale_1.0.1.bb b/packages/x11-apps/mkfontscale_1.0.1.bb deleted file mode 100644 index ead4663781..0000000000 --- a/packages/x11-apps/mkfontscale_1.0.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -include app-common.inc -DEPENDS = "libfontenc freetype" diff --git a/packages/x11-apps/rgb_1.0.0.bb b/packages/x11-apps/rgb_1.0.0.bb deleted file mode 100644 index 714ab3f83f..0000000000 --- a/packages/x11-apps/rgb_1.0.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -include app-common.inc -DEPENDS = "libx11 libxt" diff --git a/packages/x11-apps/twm_1.0.1.bb b/packages/x11-apps/twm_1.0.1.bb deleted file mode 100644 index e02bc4cf7b..0000000000 --- a/packages/x11-apps/twm_1.0.1.bb +++ /dev/null @@ -1,14 +0,0 @@ -PR = "r1" - -include app-common.inc -DEPENDS = "libx11 libxt libxmu" - -inherit update-alternatives - -ALTERNATIVE_PATH = "${bindir}/twm" -ALTERNATIVE_NAME = "x-window-manager" -ALTERNATIVE_LINK = "${bindir}/x-window-manager" -ALTERNATIVE_PRIORITY = "1" - - - diff --git a/packages/x11-apps/xauth/.mtn2git_empty b/packages/x11-apps/xauth/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/x11-apps/xauth/.mtn2git_empty +++ /dev/null diff --git a/packages/x11-apps/xauth/autofoo.patch b/packages/x11-apps/xauth/autofoo.patch deleted file mode 100644 index d279a6f4fc..0000000000 --- a/packages/x11-apps/xauth/autofoo.patch +++ /dev/null @@ -1,148 +0,0 @@ -diff -urN xauth.orig/Imakefile xauth/Imakefile ---- xauth.orig/Imakefile 2004-04-23 21:54:38.000000000 +0200 -+++ xauth/Imakefile 1970-01-01 01:00:00.000000000 +0100 -@@ -1,19 +0,0 @@ --XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:11 cpqbld Exp $ -- -- -- -- --XCOMM $XFree86: xc/programs/xauth/Imakefile,v 3.5tsi Exp $ -- -- DEPLIBS = $(DEPXAUTHLIB) $(DEPXMUULIB) $(DEPXLIB) --LOCAL_LIBRARIES = $(XAUTHLIB) $(XMUULIB) $(XLIB) -- SRCS = xauth.c gethost.c process.c parsedpy.c -- OBJS = xauth.o gethost.o process.o parsedpy.o -- CONN_DEFINES = $(CONNECTION_FLAGS) -- DEPEND_DEFINES = $(CONN_DEFINES) $(SIGNAL_DEFINES) -- --ComplexProgramTarget(xauth) -- --SpecialCObjectRule(gethost,$(ICONFIGFILES),$(CONN_DEFINES) $(SIGNAL_DEFINES)) --SpecialCObjectRule(process,$(ICONFIGFILES),$(CONN_DEFINES) $(SIGNAL_DEFINES)) --SpecialCObjectRule(parsedpy,$(ICONFIGFILES),$(CONN_DEFINES)) -diff -urN xauth.orig/Makefile.am xauth/Makefile.am ---- xauth.orig/Makefile.am 1970-01-01 01:00:00.000000000 +0100 -+++ xauth/Makefile.am 2004-08-14 13:20:37.000000000 +0200 -@@ -0,0 +1,53 @@ -+# -+# $Id: Makefile.am,v 1.2 2004/06/25 19:38:50 markh Exp $ -+# -+# Copyright © 2003 Keith Packard -+# -+# 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. -+# -+ -+AUTOMAKE_OPTIONS = 1.7 foreign -+ -+AM_CFLAGS = @XAUTH_CFLAGS@ -+ -+bin_PROGRAMS = xauth -+ -+xauth_SOURCES = gethost.c parsedpy.c process.c xauth.c xauth.h -+ -+xauth_LDADD = @XAUTH_LIBS@ -+ -+man5_MANS=xauth.man -+ -+EXTRA_DIST= $(man5_MANS) -+ -+MAINTAINERCLEANFILES = configure \ -+config.guess \ -+config.sub \ -+install-sh \ -+ltmain.sh \ -+missing \ -+mkinstalldirs \ -+aclocal.m4 \ -+Makefile.in \ -+depcomp \ -+autoscan.log \ -+configure.scan \ -+config.h \ -+config.h.in \ -+$(man5_MANS) -diff -urN xauth.orig/autogen.sh xauth/autogen.sh ---- xauth.orig/autogen.sh 1970-01-01 01:00:00.000000000 +0100 -+++ xauth/autogen.sh 2004-08-14 13:15:46.000000000 +0200 -@@ -0,0 +1,3 @@ -+#! /bin/sh -+autoreconf -v --install || exit 1 -+./configure --enable-maintainer-mode "$@" -diff -urN xauth.orig/configure.ac xauth/configure.ac ---- xauth.orig/configure.ac 1970-01-01 01:00:00.000000000 +0100 -+++ xauth/configure.ac 2004-08-14 23:43:54.000000000 +0200 -@@ -0,0 +1,57 @@ -+dnl -+dnl $Id: configure.ac,v 1.1 2003/10/09 06:16:59 keithp Exp $ -+dnl -+dnl Copyright © 2003 Keith Packard -+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 -+ -+AC_PREREQ(2.57) -+AC_INIT([xauth],4.4.0,[],xauth) -+AC_CONFIG_SRCDIR([Makefile.am]) -+AM_INIT_AUTOMAKE([dist-bzip2]) -+AM_MAINTAINER_MODE -+AM_CONFIG_HEADER(config.h) -+ -+AC_PROG_CC -+AC_PROG_INSTALL -+AC_PROG_LN_S -+AC_LIBTOOL_WIN32_DLL -+AM_PROG_LIBTOOL -+AC_PROG_MAKE_SET -+ -+PKG_CHECK_MODULES(XAUTH, xau xext xmuu x11) -+ -+AC_TYPE_SIGNAL -+ -+# Transport selection -+AC_ARG_ENABLE(unix-transport,[ --disable-unix-transport ], [UNIXCONN=$enableval], [UNIXCONN=yes]) -+AC_ARG_ENABLE(tcp-transport, [ --disable-tcp-transport ], [TCPCONN=$enableval], [TCPCONN=yes]) -+AC_ARG_ENABLE(ipv6, [ --disable-ipv6 ], [IPV6CONN=$enableval], [IPV6CONN=yes]) -+if test "$UNIXCONN" = "yes"; then -+ AC_DEFINE(UNIXCONN,1,[Support UNIX socket connections]) -+fi -+if test "$TCPCONN" = "yes"; then -+ AC_DEFINE(TCPCONN,1,[Support TCP socket connections]) -+fi -+if test "$IPV6CONN" = "yes"; then -+ AC_DEFINE(IPv6,1,[Support IPv6 for TCP connections]) -+fi -+ -+AC_OUTPUT([Makefile]) diff --git a/packages/x11-apps/xauth_1.0.1.bb b/packages/x11-apps/xauth_1.0.1.bb deleted file mode 100644 index c9d1a12ba2..0000000000 --- a/packages/x11-apps/xauth_1.0.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -include app-common.inc -DEPENDS = "libx11 libxau libxext libxmu" diff --git a/packages/x11-apps/xauth_cvs.bb b/packages/x11-apps/xauth_cvs.bb deleted file mode 100644 index 54700574b7..0000000000 --- a/packages/x11-apps/xauth_cvs.bb +++ /dev/null @@ -1,13 +0,0 @@ -PV = "0.0+cvs${SRCDATE}" -LICENSE = "MIT" -DEPENDS = "libx11 libxau libxmu libxext" -DESCRIPTION = "X authority file utility" -MAINTAINER = "Rene Wagner <rw@handhelds.org>" -SECTION = "x11/base" -PR = "r2" - -SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc/programs/xauth \ - file://autofoo.patch;patch=1" -S = "${WORKDIR}/xauth" - -inherit autotools pkgconfig diff --git a/packages/x11-apps/xclock_1.0.1.bb b/packages/x11-apps/xclock_1.0.1.bb deleted file mode 100644 index 8a4b59d811..0000000000 --- a/packages/x11-apps/xclock_1.0.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -include app-common.inc -DEPENDS = "libx11 libxrender libxft libxkbfile libxaw" diff --git a/packages/x11-apps/xeyes_1.0.1.bb b/packages/x11-apps/xeyes_1.0.1.bb deleted file mode 100644 index c9d1a12ba2..0000000000 --- a/packages/x11-apps/xeyes_1.0.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -include app-common.inc -DEPENDS = "libx11 libxau libxext libxmu" diff --git a/packages/x11-apps/xinit_1.0.1.bb b/packages/x11-apps/xinit_1.0.1.bb deleted file mode 100644 index 2e65b76202..0000000000 --- a/packages/x11-apps/xinit_1.0.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -include app-common.inc -DEPENDS = "libx11 twm xclock xeyes xrdb" diff --git a/packages/x11-apps/xkbcomp_1.0.1.bb b/packages/x11-apps/xkbcomp_1.0.1.bb deleted file mode 100644 index 808f5d0a6d..0000000000 --- a/packages/x11-apps/xkbcomp_1.0.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -include app-common.inc -DEPENDS = "libx11 libxkbfile" |