summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-08-31 18:18:01 +0000
committerRichard Purdie <richard@openedhand.com>2005-08-31 18:18:01 +0000
commit962491ebe2df3563ea8e9b6803949c98c387a134 (patch)
treef28e1924a555a591fbac9509083e52b2e48db6e1
parent9ed0d2aa99a76a864d4793f54146c0e79e373712 (diff)
downloadpoky-962491ebe2df3563ea8e9b6803949c98c387a134.tar.gz
Add x11-common
git-svn-id: https://svn.o-hand.com/repos/poky@11 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--openembedded/packages/meta/meta-oh.bb3
-rw-r--r--openembedded/packages/meta/oh-image.bb2
-rw-r--r--openembedded/packages/xcalibrate/xcalibrate_cvs.bb20
-rw-r--r--openembedded/packages/xdpyinfo/xdpyinfo_cvs.bb12
-rw-r--r--openembedded/packages/xmodmap/xmodmap/autofoo.patch109
-rw-r--r--openembedded/packages/xmodmap/xmodmap_cvs.bb14
-rw-r--r--openembedded/packages/xtscal/xtscal/xtscal-cxk.patch11
-rw-r--r--openembedded/packages/xtscal/xtscal/xtscal-poodle.patch12
-rw-r--r--openembedded/packages/xtscal/xtscal_0.6.3.bb13
-rw-r--r--openembedded/packages/xtst/xtst_cvs.bb21
10 files changed, 215 insertions, 2 deletions
diff --git a/openembedded/packages/meta/meta-oh.bb b/openembedded/packages/meta/meta-oh.bb
index 450afc2070..179ba17b8e 100644
--- a/openembedded/packages/meta/meta-oh.bb
+++ b/openembedded/packages/meta/meta-oh.bb
@@ -2,7 +2,7 @@ PACKAGES = "oh-base-depends oh-task-base"
2# oh-task-base 2# oh-task-base
3DESCRIPTION = "Meta-package for OpenHand Palmtop Environment" 3DESCRIPTION = "Meta-package for OpenHand Palmtop Environment"
4MAINTAINER = "Richard Purdie <richard@openedhand.com>" 4MAINTAINER = "Richard Purdie <richard@openedhand.com>"
5PR = "r1" 5PR = "r2"
6 6
7ALLOW_EMPTY = "1" 7ALLOW_EMPTY = "1"
8 8
@@ -16,6 +16,7 @@ DEPENDS += " ${oh-base-depends}"
16oh-task-base = "\ 16oh-task-base = "\
17 matchbox \ 17 matchbox \
18 xcursor-transparent-theme \ 18 xcursor-transparent-theme \
19 x11-common \
19 rxvt \ 20 rxvt \
20 xhost \ 21 xhost \
21 ttf-bitstream-vera \ 22 ttf-bitstream-vera \
diff --git a/openembedded/packages/meta/oh-image.bb b/openembedded/packages/meta/oh-image.bb
index 27042725f1..91ca5e56ec 100644
--- a/openembedded/packages/meta/oh-image.bb
+++ b/openembedded/packages/meta/oh-image.bb
@@ -1,4 +1,4 @@
1PR = "r1" 1PR = "r2"
2 2
3export IMAGE_BASENAME = "oh-image" 3export IMAGE_BASENAME = "oh-image"
4 4
diff --git a/openembedded/packages/xcalibrate/xcalibrate_cvs.bb b/openembedded/packages/xcalibrate/xcalibrate_cvs.bb
new file mode 100644
index 0000000000..5436bf26b7
--- /dev/null
+++ b/openembedded/packages/xcalibrate/xcalibrate_cvs.bb
@@ -0,0 +1,20 @@
1PV = "0.0cvs${CVSDATE}"
2LICENSE = "BSD-X"
3SECTION = "x11/libs"
4PRIORITY = "optional"
5MAINTAINER = "Phil Blundell <pb@freedesktop.org>"
6DEPENDS = "x11 xcalibrateext xext"
7DESCRIPTION = "XCalibrate client-side library"
8
9SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrate"
10S = "${WORKDIR}/XCalibrate"
11
12inherit autotools pkgconfig
13
14do_stage() {
15 oe_runmake install prefix=${STAGING_DIR} \
16 bindir=${STAGING_BINDIR} \
17 includedir=${STAGING_INCDIR} \
18 libdir=${STAGING_LIBDIR} \
19 datadir=${STAGING_DATADIR}
20}
diff --git a/openembedded/packages/xdpyinfo/xdpyinfo_cvs.bb b/openembedded/packages/xdpyinfo/xdpyinfo_cvs.bb
new file mode 100644
index 0000000000..6a72d61a77
--- /dev/null
+++ b/openembedded/packages/xdpyinfo/xdpyinfo_cvs.bb
@@ -0,0 +1,12 @@
1PV = "0.0cvs${CVSDATE}"
2LICENSE = "MIT"
3DEPENDS = "x11 xext xtst"
4DESCRIPTION = "X display information utility"
5MAINTAINER = "Phil Blundell <pb@handhelds.org>"
6SECTION = "x11/base"
7PR = "r1"
8
9SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xdpyinfo"
10S = "${WORKDIR}/xdpyinfo"
11
12inherit autotools pkgconfig
diff --git a/openembedded/packages/xmodmap/xmodmap/autofoo.patch b/openembedded/packages/xmodmap/xmodmap/autofoo.patch
new file mode 100644
index 0000000000..f309add086
--- /dev/null
+++ b/openembedded/packages/xmodmap/xmodmap/autofoo.patch
@@ -0,0 +1,109 @@
1diff -urN xmodmap.orig/Makefile.am xmodmap/Makefile.am
2--- xmodmap.orig/Makefile.am 1970-01-01 01:00:00.000000000 +0100
3+++ xmodmap/Makefile.am 2004-08-31 19:49:33.000000000 +0200
4@@ -0,0 +1,53 @@
5+#
6+# $Id: Makefile.am,v 1.2 2004/06/25 19:38:50 markh Exp $
7+#
8+# Copyright © 2003 Keith Packard
9+#
10+# Permission to use, copy, modify, distribute, and sell this software and its
11+# documentation for any purpose is hereby granted without fee, provided that
12+# the above copyright notice appear in all copies and that both that
13+# copyright notice and this permission notice appear in supporting
14+# documentation, and that the name of Keith Packard not be used in
15+# advertising or publicity pertaining to distribution of the software without
16+# specific, written prior permission. Keith Packard makes no
17+# representations about the suitability of this software for any purpose. It
18+# is provided "as is" without express or implied warranty.
19+#
20+# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21+# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
22+# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
23+# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
24+# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
25+# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
26+# PERFORMANCE OF THIS SOFTWARE.
27+#
28+
29+AUTOMAKE_OPTIONS = 1.7 foreign
30+
31+AM_CFLAGS = @XMODMAP_CFLAGS@
32+
33+bin_PROGRAMS = xmodmap
34+
35+xmodmap_SOURCES = exec.c handle.c pf.c wq.h xmodmap.c xmodmap.h
36+
37+xmodmap_LDADD = @XMODMAP_LIBS@
38+
39+man5_MANS=xmodmap.man
40+
41+EXTRA_DIST= $(man5_MANS)
42+
43+MAINTAINERCLEANFILES = configure \
44+config.guess \
45+config.sub \
46+install-sh \
47+ltmain.sh \
48+missing \
49+mkinstalldirs \
50+aclocal.m4 \
51+Makefile.in \
52+depcomp \
53+autoscan.log \
54+configure.scan \
55+config.h \
56+config.h.in \
57+$(man5_MANS)
58diff -urN xmodmap.orig/autogen.sh xmodmap/autogen.sh
59--- xmodmap.orig/autogen.sh 1970-01-01 01:00:00.000000000 +0100
60+++ xmodmap/autogen.sh 2004-08-31 19:46:14.000000000 +0200
61@@ -0,0 +1,3 @@
62+#! /bin/sh
63+autoreconf -v --install || exit 1
64+./configure --enable-maintainer-mode "$@"
65diff -urN xmodmap.orig/configure.ac xmodmap/configure.ac
66--- xmodmap.orig/configure.ac 1970-01-01 01:00:00.000000000 +0100
67+++ xmodmap/configure.ac 2004-08-31 20:27:03.000000000 +0200
68@@ -0,0 +1,41 @@
69+dnl
70+dnl $Id: configure.ac,v 1.1 2003/10/09 06:16:59 keithp Exp $
71+dnl
72+dnl Copyright © 2003 Keith Packard
73+dnl
74+dnl Permission to use, copy, modify, distribute, and sell this software and its
75+dnl documentation for any purpose is hereby granted without fee, provided that
76+dnl the above copyright notice appear in all copies and that both that
77+dnl copyright notice and this permission notice appear in supporting
78+dnl documentation, and that the name of Keith Packard not be used in
79+dnl advertising or publicity pertaining to distribution of the software without
80+dnl specific, written prior permission. Keith Packard makes no
81+dnl representations about the suitability of this software for any purpose. It
82+dnl is provided "as is" without express or implied warranty.
83+dnl
84+dnl KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
85+dnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
86+dnl EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
87+dnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
88+dnl DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
89+dnl TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
90+dnl PERFORMANCE OF THIS SOFTWARE.
91+dnl
92+
93+AC_PREREQ(2.57)
94+AC_INIT([xmodmap],4.4.0,[],xmodmap)
95+AC_CONFIG_SRCDIR([Makefile.am])
96+AM_INIT_AUTOMAKE([dist-bzip2])
97+AM_MAINTAINER_MODE
98+AM_CONFIG_HEADER(config.h)
99+
100+AC_PROG_CC
101+AC_PROG_INSTALL
102+AC_PROG_LN_S
103+AC_LIBTOOL_WIN32_DLL
104+AM_PROG_LIBTOOL
105+AC_PROG_MAKE_SET
106+
107+PKG_CHECK_MODULES(XMODMAP, x11)
108+
109+AC_OUTPUT([Makefile])
diff --git a/openembedded/packages/xmodmap/xmodmap_cvs.bb b/openembedded/packages/xmodmap/xmodmap_cvs.bb
new file mode 100644
index 0000000000..890e70d956
--- /dev/null
+++ b/openembedded/packages/xmodmap/xmodmap_cvs.bb
@@ -0,0 +1,14 @@
1PV = "0.0cvs${CVSDATE}"
2LICENSE = "MIT"
3DESCRIPTION = "utility for modifying keymaps and pointer button mappings in X"
4MAINTAINER = "Rene Wagner <rw@handhelds.org>"
5SECTION = "x11/base"
6PR = "r1"
7
8DEPENDS = "x11"
9
10SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xmodmap \
11 file://autofoo.patch;patch=1"
12S = "${WORKDIR}/xmodmap"
13
14inherit autotools pkgconfig
diff --git a/openembedded/packages/xtscal/xtscal/xtscal-cxk.patch b/openembedded/packages/xtscal/xtscal/xtscal-cxk.patch
new file mode 100644
index 0000000000..1cab8efb57
--- /dev/null
+++ b/openembedded/packages/xtscal/xtscal/xtscal-cxk.patch
@@ -0,0 +1,11 @@
1--- xtscal-0.6.3/xtscal.in~ 2004-09-10 12:10:36.000000000 -0700
2+++ xtscal-0.6.3/xtscal.in 2005-08-04 09:26:46.000000000 -0700
3@@ -8,7 +8,7 @@
4 case `module_id` in
5 "HP IPAQ H3100" | "HP IPAQ H3800" )
6 ARGS="-rotate 90" ;;
7- "HP IPAQ H3600" | "HP IPAQ H3700" | "HP IPAQ H3900" | *COLLIE | *POODLE)
8+ "HP IPAQ H3600" | "HP IPAQ H3700" | "HP IPAQ H3900" | *COLLIE | *POODLE | *SPITZ | *AKITA | *BORZOI)
9 ARGS="-rotate 270" ;;
10 # H2200: works without rotation
11 esac
diff --git a/openembedded/packages/xtscal/xtscal/xtscal-poodle.patch b/openembedded/packages/xtscal/xtscal/xtscal-poodle.patch
new file mode 100644
index 0000000000..f9a1651691
--- /dev/null
+++ b/openembedded/packages/xtscal/xtscal/xtscal-poodle.patch
@@ -0,0 +1,12 @@
1diff -urN xtscal-0.5.1.orig/xtscal.in xtscal-0.5.1/xtscal.in
2--- xtscal-0.5.1.orig/xtscal.in 2004-06-13 07:59:37.000000000 -0400
3+++ xtscal-0.5.1/xtscal.in 2004-09-08 20:24:10.000000000 -0400
4@@ -8,7 +8,7 @@
5 case `module_id` in
6 "HP IPAQ H3100" | "HP IPAQ H3800" )
7 ARGS="-rotate 90" ;;
8- "HP IPAQ H3600" | "HP IPAQ H3700" | "HP IPAQ H3900" | *COLLIE)
9+ "HP IPAQ H3600" | "HP IPAQ H3700" | "HP IPAQ H3900" | *COLLIE | *POODLE)
10 ARGS="-rotate 270" ;;
11 # H2200: works without rotation
12 esac
diff --git a/openembedded/packages/xtscal/xtscal_0.6.3.bb b/openembedded/packages/xtscal/xtscal_0.6.3.bb
new file mode 100644
index 0000000000..a2a770f4fe
--- /dev/null
+++ b/openembedded/packages/xtscal/xtscal_0.6.3.bb
@@ -0,0 +1,13 @@
1LICENSE = "GPL"
2DESCRIPTION = "Touchscreen calibration utility"
3MAINTAINER = "Phil Blundell <pb@handhelds.org>"
4SECTION = "x11/base"
5
6DEPENDS = "x11 libxft libxrandr xcalibrate"
7
8PR = "r1"
9
10SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
11 file://xtscal-cxk.patch;patch=1"
12
13inherit autotools
diff --git a/openembedded/packages/xtst/xtst_cvs.bb b/openembedded/packages/xtst/xtst_cvs.bb
new file mode 100644
index 0000000000..29119dfe8e
--- /dev/null
+++ b/openembedded/packages/xtst/xtst_cvs.bb
@@ -0,0 +1,21 @@
1LICENSE = "GPL"
2PV = "0.0cvs${CVSDATE}"
3SECTION = "x11/libs"
4PRIORITY = "optional"
5MAINTAINER = "Phil Blundell <pb@handhelds.org>"
6DEPENDS = "x11 recordext xext"
7DESCRIPTION = "X Test Extension: client side library"
8PR = "r3"
9
10SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xtst"
11S = "${WORKDIR}/Xtst"
12
13inherit autotools pkgconfig
14
15do_stage() {
16 oe_runmake install prefix=${STAGING_DIR} \
17 bindir=${STAGING_BINDIR} \
18 includedir=${STAGING_INCDIR} \
19 libdir=${STAGING_LIBDIR} \
20 datadir=${STAGING_DATADIR}
21}