diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-01 15:40:06 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-01 15:40:06 +0000 |
commit | 1378756abdd60f4f2773b641e7a47efc40db2f62 (patch) | |
tree | 58f9ffa0ed62699dd78fbf0e05c8f756bdc8763a /packages/xset | |
parent | 50dbf8735688d2089517b32abb6209e1057287eb (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/01 15:33:31+00:00 nexus.co.uk!pb
add RPROVIDES for audiofile
2005/01/01 15:33:09+00:00 nexus.co.uk!pb
remove xprop from meta-gpe and meta-sectest-gpe
2005/01/01 15:32:04+00:00 nexus.co.uk!pb
relegate iptables-save and iptables-restore to iptables-utils package
2005/01/01 14:52:58+00:00 nexus.co.uk!pb
fix xprop to use libXmuu, not libXmu
2005/01/01 14:50:18+00:00 nexus.co.uk!pb
fix xrdb to use libXmuu, not libXmu
2005/01/01 14:49:45+00:00 nexus.co.uk!pb
fix xhost to use libXmuu, not libXmu
2005/01/01 14:46:05+00:00 nexus.co.uk!pb
fix xset to use libXmuu, not libXmu
2005/01/01 14:45:23+00:00 nexus.co.uk!pb
update gpe-contacts to 0.34
2005/01/01 14:44:56+00:00 nexus.co.uk!pb
fix xauth to use libXmuu, not libXmu
2005/01/01 14:42:26+00:00 nexus.co.uk!pb
split libXmuu from libXmu
BKrev: 41d6c456Kg0GF-pB7EYbYUh24-OHNg
Diffstat (limited to 'packages/xset')
-rw-r--r-- | packages/xset/xset/autofoo.patch | 109 | ||||
-rw-r--r-- | packages/xset/xset_20040817.bb | 15 |
2 files changed, 124 insertions, 0 deletions
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 |