diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/audiofile/audiofile_0.2.6.bb | 3 | ||||
-rw-r--r-- | packages/gpe-contacts/gpe-contacts_0.34.bb | 0 | ||||
-rw-r--r-- | packages/iptables/iptables_1.2.11.bb | 27 | ||||
-rw-r--r-- | packages/meta/meta-gpe.bb | 3 | ||||
-rw-r--r-- | packages/meta/meta-sectest-gpe.bb | 94 | ||||
-rw-r--r-- | packages/xauth/xauth/autofoo.patch | 241 | ||||
-rw-r--r-- | packages/xauth/xauth_cvs.bb | 12 | ||||
-rw-r--r-- | packages/xhost/xhost/autofoo.patch | 165 | ||||
-rw-r--r-- | packages/xhost/xhost_20040413.bb | 13 | ||||
-rw-r--r-- | packages/xmu/xmu_cvs.bb | 19 | ||||
-rw-r--r-- | packages/xprop/xprop/autofoo.patch | 157 | ||||
-rw-r--r-- | packages/xprop/xprop_cvs.bb | 12 | ||||
-rw-r--r-- | packages/xrdb/xrdb/autofoo.patch | 132 | ||||
-rw-r--r-- | packages/xrdb/xrdb_cvs.bb | 1 | ||||
-rw-r--r-- | packages/xset/xset/autofoo.patch | 109 | ||||
-rw-r--r-- | packages/xset/xset_20040817.bb | 15 |
16 files changed, 1000 insertions, 3 deletions
diff --git a/packages/audiofile/audiofile_0.2.6.bb b/packages/audiofile/audiofile_0.2.6.bb index 0d08c2fd37..8ca5b1779f 100644 --- a/packages/audiofile/audiofile_0.2.6.bb +++ b/packages/audiofile/audiofile_0.2.6.bb @@ -1,4 +1,4 @@ -PR = "r3" +PR = "r4" SECTION = "libs" LICENSE = "LGPL GPL" DESCRIPTION = "The Audio File Library provides a uniform and elegant \ @@ -10,6 +10,7 @@ PACKAGES += "${PN}-bin" FILES_${PN} = "${libdir}/libaudiofile*.so.*" FILES_${PN}-dev += "${bindir}/*-config" FILES_${PN}-bin += "${bindir}" +RPROVIDES_${PN} += "audiofile" SRC_URI = "http://www.68k.org/~michael/audiofile/audiofile-${PV}.tar.gz" diff --git a/packages/gpe-contacts/gpe-contacts_0.34.bb b/packages/gpe-contacts/gpe-contacts_0.34.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gpe-contacts/gpe-contacts_0.34.bb diff --git a/packages/iptables/iptables_1.2.11.bb b/packages/iptables/iptables_1.2.11.bb index e69de29bb2..c8965d64a5 100644 --- a/packages/iptables/iptables_1.2.11.bb +++ b/packages/iptables/iptables_1.2.11.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "iptables network filtering tools" +HOMEPAGE = "http://www.netfilter.org/" +SECTION = "console/utils" +LICENSE = "GPL" +PR = "r1" + +PACKAGES =+ "${PN}-utils" +FILES_${PN}-utils = "${bindir}/iptables-save ${bindir}/iptables-restore" + +SRC_URI = "http://www.netfilter.org/files/iptables-${PV}.tar.bz2" + +S = "${WORKDIR}/iptables-${PV}" + +export COPT_FLAGS = "${CFLAGS}" +export KERNEL_DIR = "${STAGING_INCDIR}" + +do_compile () { + unset CFLAGS + oe_runmake BINDIR=${D}/${bindir} LIBDIR=${D}/${libdir} MANDIR=${D}/${mandir} NO_SHARED_LIBS=1 +} + +do_install () { + oe_runmake BINDIR=${D}/${bindir} LIBDIR=${D}/${libdir} MANDIR=${D}/${mandir} install NO_SHARED_LIBS=1 +} + +FILES_${PN}-doc += "${mandir}" + diff --git a/packages/meta/meta-gpe.bb b/packages/meta/meta-gpe.bb index ff4eaa0199..8a3568055d 100644 --- a/packages/meta/meta-gpe.bb +++ b/packages/meta/meta-gpe.bb @@ -1,7 +1,7 @@ PACKAGES = gpe-base-depends gpe-task-base gpe-task-settings gpe-task-pim gpe-task-apps gpe-task-games DESCRIPTION = "Meta-package for GPE Palmtop Environment" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -PR = "r27" +PR = "r28" ALLOW_EMPTY = 1 @@ -19,7 +19,6 @@ gpe-task-base = "\ rxvt-unicode \ gtk2-theme-angelistic \ xst \ - xprop \ xhost \ xrdb \ gpe-soundserver \ diff --git a/packages/meta/meta-sectest-gpe.bb b/packages/meta/meta-sectest-gpe.bb index e69de29bb2..66b1037380 100644 --- a/packages/meta/meta-sectest-gpe.bb +++ b/packages/meta/meta-sectest-gpe.bb @@ -0,0 +1,94 @@ +PACKAGES = gpe-base-depends gpe-task-base gpe-task-settings gpe-task-pim gpe-task-apps gpe-task-games +DESCRIPTION = "Meta-package for GPE Security Testing Image" +MAINTAINER = "Bob Davies tyggerbob@rogers.com>" +PR = "r25" + +ALLOW_EMPTY = 1 + +gpe-base-depends = "\ + diet-x11 \ + virtual/xserver" + +RDEPENDS_gpe-base-depends := "${gpe-base-depends}" +DEPENDS += " ${gpe-base-depends}" + +gpe-task-base = "\ + bluez-utils-dbus \ + matchbox \ + xcursor-transparent-theme \ + rxvt-unicode \ + gtk2-theme-angelistic \ + xst \ + xhost \ + xrdb \ + gpe-soundserver \ + ttf-bitstream-vera \ + gpe-dm \ + gpe-login \ + gpe-session-scripts \ + gpe-icons \ + gpe-confd \ + gpe-autostarter \ + gpe-bootsplash \ + libgtkstylus \ + gpe-appmgr \ + detect-stylus" + +RDEPENDS_gpe-task-base := "gdk-pixbuf-loader-png \ + gdk-pixbuf-loader-xpm \ + gdk-pixbuf-loader-jpeg \ + pango-module-basic-x \ + pango-module-basic-fc \ + ${gpe-task-base}" +DEPENDS += " ${gpe-task-base}" + +gpe-task-pim = "\ + figment" +RDEPENDS_gpe-task-pim := "${gpe-task-pim}" +DEPENDS += " ${gpe-task-pim}" + +gpe-task-settings = "\ + matchbox-panel-manager \ + gpe-bluetooth \ + gpe-beam \ + gpe-su \ + gpe-conf \ + gpe-clock \ + gpe-mininet \ + gpe-mixer \ + gpe-package \ + gpe-shield \ + gpe-taskmanager \ + keylaunch \ + minilite \ + xmonobut" + +RDEPENDS_gpe-task-settings := "${gpe-task-settings}" +DEPENDS += " ${gpe-task-settings}" + +gpe-task-apps = "\ + gpe-edit \ + gpe-calculator \ + gpe-clock \ + gpe-terminal \ + gpe-watch \ + gpe-what \ + matchbox-panel-hacks \ + gpe-aerial \ + mbmerlin \ + nmap \ + ettercap \ + stunnel \ + btscanner \ + curl \ + dsniff \ + kismet \ + prismstumbler \ + miniclipboard" + +RDEPENDS_gpe-task-apps := "${gpe-task-apps}" +DEPENDS += " ${gpe-task-apps}" + + +DEPENDS += "matchbox-themes-extra gtk-industrial-engine" + diff --git a/packages/xauth/xauth/autofoo.patch b/packages/xauth/xauth/autofoo.patch index e69de29bb2..7d82734d0b 100644 --- a/packages/xauth/xauth/autofoo.patch +++ b/packages/xauth/xauth/autofoo.patch @@ -0,0 +1,241 @@ +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$ ++# ++# 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$ ++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 -urN xauth.orig/gethost.c xauth/gethost.c +--- xauth.orig/gethost.c 2004-04-23 21:54:38.000000000 +0200 ++++ xauth/gethost.c 2004-08-14 23:55:45.000000000 +0200 +@@ -28,6 +28,10 @@ + + /* $XFree86: xc/programs/xauth/gethost.c,v 3.20 2003/07/27 12:34:25 herrb Exp $ */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + /* sorry, streams support does not really work yet */ + #if defined(STREAMSCONN) && defined(SVR4) + #undef STREAMSCONN +@@ -89,17 +93,13 @@ + + static jmp_buf env; + static +-#ifdef SIGNALRETURNSINT +-int +-#else +-void +-#endif ++RETSIGTYPE + nameserver_lost(int sig) + { + nameserver_timedout = True; + longjmp (env, -1); + /* NOTREACHED */ +-#ifdef SIGNALRETURNSINT ++#if (RETSIGTYPE == int) + return -1; /* for picky compilers */ + #endif + } +diff -urN xauth.orig/parsedpy.c xauth/parsedpy.c +--- xauth.orig/parsedpy.c 2004-04-23 21:54:38.000000000 +0200 ++++ xauth/parsedpy.c 2004-08-14 23:55:01.000000000 +0200 +@@ -31,6 +31,10 @@ + + /* $XFree86: xc/programs/xauth/parsedpy.c,v 3.7 2003/07/09 15:27:37 tsi Exp $ */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include <stdio.h> /* for NULL */ + #include <ctype.h> /* for isascii() and isdigit() */ + #include <X11/Xos.h> /* for strchr() and string routines */ +diff -urN xauth.orig/process.c xauth/process.c +--- xauth.orig/process.c 2004-04-25 01:26:55.000000000 +0200 ++++ xauth/process.c 2004-08-14 23:55:25.000000000 +0200 +@@ -33,6 +33,10 @@ + * Author: Jim Fulton, MIT X Consortium + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "xauth.h" + #include <ctype.h> + #include <errno.h> +@@ -626,11 +630,7 @@ + static char *xauth_filename = NULL; + static volatile Bool dieing = False; + +-#ifdef SIGNALRETURNSINT +-#define _signal_t int +-#else +-#define _signal_t void +-#endif ++#define _signal_t RETSIGTYPE + + /* poor man's puts(), for under signal handlers */ + #define WRITES(fd, S) (void)write((fd), (S), strlen((S))) +@@ -642,7 +642,7 @@ + dieing = True; + _exit (auth_finalize ()); + /* NOTREACHED */ +-#ifdef SIGNALRETURNSINT ++#if (RETSIGTYPE == int) + return -1; /* for picky compilers */ + #endif + } +@@ -664,7 +664,7 @@ + #endif + die (sig); + /* NOTREACHED */ +-#ifdef SIGNALRETURNSINT ++#if (RETSIGTYPE == int) + return -1; /* for picky compilers */ + #endif + } diff --git a/packages/xauth/xauth_cvs.bb b/packages/xauth/xauth_cvs.bb index e69de29bb2..95bc2203eb 100644 --- a/packages/xauth/xauth_cvs.bb +++ b/packages/xauth/xauth_cvs.bb @@ -0,0 +1,12 @@ +PV = "0.0cvs${CVSDATE}" +DEPENDS = "x11 xau xmu xext" +DESCRIPTION = "X authority file utility" +MAINTAINER = "Rene Wagner <reenoo@gmx.de>" +SECTION = "x11/base" +PR = "r1" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xauth \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/xauth" + +inherit autotools pkgconfig diff --git a/packages/xhost/xhost/autofoo.patch b/packages/xhost/xhost/autofoo.patch index e69de29bb2..17afaf4c41 100644 --- a/packages/xhost/xhost/autofoo.patch +++ b/packages/xhost/xhost/autofoo.patch @@ -0,0 +1,165 @@ +diff -urN xhost.orig/Imakefile xhost/Imakefile +--- xhost.orig/Imakefile 2003-11-14 16:54:53.000000000 +0100 ++++ xhost/Imakefile 1970-01-01 01:00:00.000000000 +0100 +@@ -1,16 +0,0 @@ +-XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:24 cpqbld Exp $ +-#if HasSecureRPC +-RPC_DEFINES = -DSECURE_RPC +-#else +-RPC_DEFINES = +-#endif +-KRB5_DEFINES = Krb5Defines +-KRB5_INCLUDE = Krb5Includes +- INCLUDES = $(KRB5_INCLUDE) +- DEPLIBS = $(DEPXMULIB) $(DEPXLIB) +-LOCAL_LIBRARIES = $(XMULIB) $(XLIB) +- SRCS = xhost.c +- OBJS = xhost.o +- DEFINES = ConnectionFlags $(SIGNAL_DEFINES) $(RPC_DEFINES) $(KRB5_DEFINES) +- +-ComplexProgramTarget(xhost) +diff -urN xhost.orig/Makefile.am xhost/Makefile.am +--- xhost.orig/Makefile.am 1970-01-01 01:00:00.000000000 +0100 ++++ xhost/Makefile.am 2004-08-15 17:43:47.000000000 +0200 +@@ -0,0 +1,53 @@ ++# ++# $Id$ ++# ++# 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 = @XHOST_CFLAGS@ ++ ++bin_PROGRAMS = xhost ++ ++xhost_SOURCES = xhost.c ++ ++xhost_LDADD = @XHOST_LIBS@ ++ ++man5_MANS=xhost.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 xhost.orig/configure.ac xhost/configure.ac +--- xhost.orig/configure.ac 1970-01-01 01:00:00.000000000 +0100 ++++ xhost/configure.ac 2004-08-15 17:43:42.000000000 +0200 +@@ -0,0 +1,57 @@ ++dnl ++dnl $Id$ ++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([xhost],4.4.0,[],xhost) ++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(XHOST, 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 -urN xhost.orig/xhost.c xhost/xhost.c +--- xhost.orig/xhost.c 2003-11-14 16:54:53.000000000 +0100 ++++ xhost/xhost.c 2004-08-15 17:53:07.000000000 +0200 +@@ -27,6 +27,10 @@ + + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #if defined(TCPCONN) || defined(STREAMSCONN) + #define NEEDSOCKETS + #endif +@@ -102,11 +106,7 @@ + static int local_xerror(); + static char *get_hostname(); + +-#ifdef SIGNALRETURNSINT +-#define signal_t int +-#else +-#define signal_t void +-#endif ++#define signal_t RETSIGTYPE + static signal_t nameserver_lost(); + + #define NAMESERVER_TIMEOUT 5 /* time to wait for nameserver */ diff --git a/packages/xhost/xhost_20040413.bb b/packages/xhost/xhost_20040413.bb index e69de29bb2..068ef9c516 100644 --- a/packages/xhost/xhost_20040413.bb +++ b/packages/xhost/xhost_20040413.bb @@ -0,0 +1,13 @@ +FIXEDCVSDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}" +PV = "0.0cvs${FIXEDCVSDATE}" +DEPENDS = "x11 xext xmu" +DESCRIPTION = "server access control program for X" +MAINTAINER = "Rene Wagner <reenoo@gmx.de>" +SECTION = "x11/base" +PR = "r1" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xhost;date=${FIXEDCVSDATE} \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/xhost" + +inherit autotools pkgconfig diff --git a/packages/xmu/xmu_cvs.bb b/packages/xmu/xmu_cvs.bb index e69de29bb2..4d725abdb6 100644 --- a/packages/xmu/xmu_cvs.bb +++ b/packages/xmu/xmu_cvs.bb @@ -0,0 +1,19 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "xt xext" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xmu" +S = "${WORKDIR}/Xmu" + +PACKAGES =+ "libxmuu libxmuu-dev" + +FILES_libxmuu = "${libdir}/libXmuu.so.*" +FILES_libxmuu-dev = "${libdir}/libXmuu.so" + +inherit autotools pkgconfig + +do_stage () { + oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} +} diff --git a/packages/xprop/xprop/autofoo.patch b/packages/xprop/xprop/autofoo.patch index e69de29bb2..b8119931b6 100644 --- a/packages/xprop/xprop/autofoo.patch +++ b/packages/xprop/xprop/autofoo.patch @@ -0,0 +1,157 @@ +diff -urN xprop.orig/Makefile.am xprop/Makefile.am +--- xprop.orig/Makefile.am 1970-01-01 01:00:00.000000000 +0100 ++++ xprop/Makefile.am 2004-08-15 18:49:43.000000000 +0200 +@@ -0,0 +1,53 @@ ++# ++# $Id$ ++# ++# 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 = @XPROP_CFLAGS@ ++ ++bin_PROGRAMS = xprop ++ ++xprop_SOURCES = dsimple.c dsimple.h xprop.c ++ ++xprop_LDADD = @XPROP_LIBS@ ++ ++man5_MANS=xprop.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 xprop.orig/configure.ac xprop/configure.ac +--- xprop.orig/configure.ac 1970-01-01 01:00:00.000000000 +0100 ++++ xprop/configure.ac 2004-08-15 19:00:43.000000000 +0200 +@@ -0,0 +1,44 @@ ++dnl ++dnl $Id$ ++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([xprop],4.4.0,[],xprop) ++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(XPROP, xext xmuu x11) ++ ++AC_CHECK_HEADERS([wchar.h]) ++AC_CHECK_HEADERS([wctype.h]) ++ ++AC_OUTPUT([Makefile]) +diff -urN xprop.orig/dsimple.c xprop/dsimple.c +--- xprop.orig/dsimple.c 2003-11-14 16:54:54.000000000 +0100 ++++ xprop/dsimple.c 2004-08-15 19:19:32.000000000 +0200 +@@ -27,11 +27,16 @@ + + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include <X11/Xos.h> + #include <X11/Xlib.h> + #include <X11/Xutil.h> + #include <X11/cursorfont.h> + #include <stdio.h> ++#include <stdlib.h> + /* + * Other_stuff.h: Definitions of routines in other_stuff. + * +@@ -69,7 +74,7 @@ + char *Malloc(size) + unsigned size; + { +- char *data, *malloc(); ++ char *data; + + if (!(data = malloc(size))) + Fatal_Error("Out of memory!"); +@@ -85,7 +90,7 @@ + char *ptr; + int size; + { +- char *new_ptr, *realloc(); ++ char *new_ptr; + + if (!ptr) + return(Malloc(size)); +diff -urN xprop.orig/xprop.c xprop/xprop.c +--- xprop.orig/xprop.c 2004-04-23 21:55:03.000000000 +0200 ++++ xprop/xprop.c 2004-08-15 19:23:13.000000000 +0200 +@@ -30,6 +30,10 @@ + /* $XFree86: xc/programs/xprop/xprop.c,v 1.15 2003/09/24 02:43:38 dawes Exp $ */ + + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include <X11/Xlib.h> + #include <X11/Xos.h> + #include <X11/Xfuncs.h> diff --git a/packages/xprop/xprop_cvs.bb b/packages/xprop/xprop_cvs.bb index e69de29bb2..66afc75e3a 100644 --- a/packages/xprop/xprop_cvs.bb +++ b/packages/xprop/xprop_cvs.bb @@ -0,0 +1,12 @@ +PV = "0.0cvs${CVSDATE}" +DEPENDS = "x11 xmu xext" +DESCRIPTION = "property displayer for X" +MAINTER = "Rene Wagner <reenoo@gmx.de>" +SECTION = "x11/base" +PR = "r1" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xprop;tag=XORG-MAIN \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/xprop" + +inherit autotools pkgconfig diff --git a/packages/xrdb/xrdb/autofoo.patch b/packages/xrdb/xrdb/autofoo.patch index e69de29bb2..49cea9938a 100644 --- a/packages/xrdb/xrdb/autofoo.patch +++ b/packages/xrdb/xrdb/autofoo.patch @@ -0,0 +1,132 @@ +diff -urN xrdb.orig/Imakefile xrdb/Imakefile +--- xrdb.orig/Imakefile 2004-04-23 21:55:03.000000000 +0200 ++++ xrdb/Imakefile 1970-01-01 01:00:00.000000000 +0100 +@@ -1,19 +0,0 @@ +-XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:56 cpqbld Exp $ +- +- +- +- +-XCOMM $XFree86: xc/programs/xrdb/Imakefile,v 3.6tsi Exp $ +- +-#ifdef PatheticCpp +- CPPDEFS = -DPATHETICCPP +-#endif +-#if HasMkstemp +- CPPDEFS = -DHAS_MKSTEMP +-#endif +-XCOMM Due to ill make parsing the cpp is passed directly in source file +- DEFINES = -DCPP="\"$(CPP)\"" $(CPPDEFS) +- DEPLIBS = $(DEPXMUULIB) $(DEPXONLYLIB) +-LOCAL_LIBRARIES = $(XMUULIB) $(XONLYLIB) +- +-SimpleProgramTarget(xrdb) +diff -urN xrdb.orig/Makefile.am xrdb/Makefile.am +--- xrdb.orig/Makefile.am 1970-01-01 01:00:00.000000000 +0100 ++++ xrdb/Makefile.am 2004-08-14 16:05:01.000000000 +0200 +@@ -0,0 +1,53 @@ ++# ++# $Id$ ++# ++# 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 = @XRDB_CFLAGS@ ++ ++bin_PROGRAMS = xrdb ++ ++xrdb_SOURCES = xrdb.c ++ ++xrdb_LDADD = @XRDB_LIBS@ ++ ++man5_MANS=xrdb.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 xrdb.orig/autogen.sh xrdb/autogen.sh +--- xrdb.orig/autogen.sh 1970-01-01 01:00:00.000000000 +0100 ++++ xrdb/autogen.sh 2004-08-14 15:57:35.000000000 +0200 +@@ -0,0 +1,3 @@ ++#! /bin/sh ++autoreconf -v --install || exit 1 ++./configure --enable-maintainer-mode "$@" +diff -urN xrdb.orig/configure.ac xrdb/configure.ac +--- xrdb.orig/configure.ac 1970-01-01 01:00:00.000000000 +0100 ++++ xrdb/configure.ac 2004-08-14 16:03:31.000000000 +0200 +@@ -0,0 +1,41 @@ ++dnl ++dnl $Id$ ++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([xrdb],4.4.0,[],xrdb) ++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(XRDB, xext xmuu x11) ++ ++AC_OUTPUT([Makefile]) diff --git a/packages/xrdb/xrdb_cvs.bb b/packages/xrdb/xrdb_cvs.bb index 48a8f5c691..6d477de8ef 100644 --- a/packages/xrdb/xrdb_cvs.bb +++ b/packages/xrdb/xrdb_cvs.bb @@ -4,6 +4,7 @@ DESCRIPTION = "X server resource database utility" MAINTAINER = "Rene Wagner <reenoo@gmx.de>" SECTION = "x11/base" LICENSE = "xrdb" +PR = "r1" SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xrdb \ file://autofoo.patch;patch=1" diff --git a/packages/xset/xset/autofoo.patch b/packages/xset/xset/autofoo.patch index e69de29bb2..d28dde9212 100644 --- a/packages/xset/xset/autofoo.patch +++ b/packages/xset/xset/autofoo.patch @@ -0,0 +1,109 @@ +diff -urN xset.orig/Makefile.am xset/Makefile.am +--- xset.orig/Makefile.am 1970-01-01 01:00:00.000000000 +0100 ++++ xset/Makefile.am 2004-08-14 16:32:10.000000000 +0200 +@@ -0,0 +1,53 @@ ++# ++# $Id$ ++# ++# 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 = @XSET_CFLAGS@ ++ ++bin_PROGRAMS = xset ++ ++xset_SOURCES = xset.c ++ ++xset_LDADD = @XSET_LIBS@ ++ ++man5_MANS=xset.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 xset.orig/autogen.sh xset/autogen.sh +--- xset.orig/autogen.sh 1970-01-01 01:00:00.000000000 +0100 ++++ xset/autogen.sh 2004-08-14 16:27:56.000000000 +0200 +@@ -0,0 +1,3 @@ ++#! /bin/sh ++autoreconf -v --install || exit 1 ++./configure --enable-maintainer-mode "$@" +diff -urN xset.orig/configure.ac xset/configure.ac +--- xset.orig/configure.ac 1970-01-01 01:00:00.000000000 +0100 ++++ xset/configure.ac 2004-08-17 14:21:25.000000000 +0200 +@@ -0,0 +1,41 @@ ++dnl ++dnl $Id$ ++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([xset],4.4.0,[],xset) ++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(XSET, xext xextensions xmuu x11) ++ ++AC_OUTPUT([Makefile]) diff --git a/packages/xset/xset_20040817.bb b/packages/xset/xset_20040817.bb index e69de29bb2..35b2208834 100644 --- a/packages/xset/xset_20040817.bb +++ b/packages/xset/xset_20040817.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "user preference utility for X" +MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" +FIXEDCVSDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}" +PV = "0.0cvs${FIXEDCVSDATE}" +PR = "r1" + +DEPENDS = "x11 xext xextensions xmu" + +SECTION = "x11/base" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xset;date=${FIXEDCVSDATE} \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/xset" + +inherit autotools pkgconfig |