aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-09-28 15:58:17 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-09-28 22:34:27 +0200
commit6e7e35679200cd55264fae308cd5dec7ef2d1d29 (patch)
tree0088c585e05894bd5cc67ef3424d7667acaa76a8 /recipes/xorg-app
parent2fc04974d41f8b32cd267cdad23370abfd710b27 (diff)
downloadopenembedded-6e7e35679200cd55264fae308cd5dec7ef2d1d29.tar.gz
xorg: add new recipes for versions from 2010-09-28
* remove 3 old recipes for versions not pinned by any preferred-xorg-versions * libx11 will be pushed soon Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app')
-rw-r--r--recipes/xorg-app/oclock_1.0.2.bb7
-rw-r--r--recipes/xorg-app/setxkbmap_1.2.0.bb7
-rw-r--r--recipes/xorg-app/x11perf_1.5.2.bb10
-rw-r--r--recipes/xorg-app/xauth_1.0.5.bb8
-rw-r--r--recipes/xorg-app/xclock_1.0.5.bb8
-rw-r--r--recipes/xorg-app/xcmsdb_1.0.3.bb6
-rw-r--r--recipes/xorg-app/xconsole_1.0.4.bb8
-rw-r--r--recipes/xorg-app/xcursorgen_1.0.4.bb10
-rw-r--r--recipes/xorg-app/xfontsel_1.0.3.bb7
-rw-r--r--recipes/xorg-app/xload_1.1.0.bb8
-rw-r--r--recipes/xorg-app/xlsclients/strnlen.h32
-rw-r--r--recipes/xorg-app/xlsclients_1.1.0.bb13
-rw-r--r--recipes/xorg-app/xlsclients_1.1.1.bb7
-rw-r--r--recipes/xorg-app/xmodmap_1.0.5.bb8
-rw-r--r--recipes/xorg-app/xsm_1.0.2.bb8
-rw-r--r--recipes/xorg-app/xstdcmap_1.0.2.bb7
-rw-r--r--recipes/xorg-app/xwininfo_1.1.0.bb7
17 files changed, 116 insertions, 45 deletions
diff --git a/recipes/xorg-app/oclock_1.0.2.bb b/recipes/xorg-app/oclock_1.0.2.bb
new file mode 100644
index 0000000000..7b57eb77c8
--- /dev/null
+++ b/recipes/xorg-app/oclock_1.0.2.bb
@@ -0,0 +1,7 @@
+require xorg-app-common.inc
+DEPENDS += " libxmu libxext libxt"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "353d939113901ea3cdcf1c0369b522e4"
+SRC_URI[archive.sha256sum] = "5d22af9fe0bb65d3a1b526b7ed3c681ce528f9d22325a6164ea57b65dbea84a6"
diff --git a/recipes/xorg-app/setxkbmap_1.2.0.bb b/recipes/xorg-app/setxkbmap_1.2.0.bb
new file mode 100644
index 0000000000..d3c5da6e54
--- /dev/null
+++ b/recipes/xorg-app/setxkbmap_1.2.0.bb
@@ -0,0 +1,7 @@
+require xorg-app-common.inc
+DEPENDS += " libxkbfile "
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "2f6df89201eb9a2cbfb905d6b82a191e"
+SRC_URI[archive.sha256sum] = "999591bf1ba8ca2a7d480b2c01702396e6c349d499fb583c0de136ec00dbae39"
diff --git a/recipes/xorg-app/x11perf_1.5.2.bb b/recipes/xorg-app/x11perf_1.5.2.bb
new file mode 100644
index 0000000000..849179a68c
--- /dev/null
+++ b/recipes/xorg-app/x11perf_1.5.2.bb
@@ -0,0 +1,10 @@
+require xorg-app-common.inc
+DESCRIPTION = "X11 server performance test program"
+DEPENDS += "libxmu libxrender libxft libxext fontconfig"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "3459958a7fdccf02fa43b70fda9cd87f"
+SRC_URI[archive.sha256sum] = "a1fd752abd3496568614c2f2209d21452bdd5b8c9a5c14a5705725bd8c298e12"
+
+FILES_${PN} += "/usr/lib/X11/x11perfcomp/*"
diff --git a/recipes/xorg-app/xauth_1.0.5.bb b/recipes/xorg-app/xauth_1.0.5.bb
new file mode 100644
index 0000000000..f44484fff8
--- /dev/null
+++ b/recipes/xorg-app/xauth_1.0.5.bb
@@ -0,0 +1,8 @@
+require xorg-app-common.inc
+DESCRIPTION = "X authority file utility"
+DEPENDS += "libxau libxext libxmu"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "46fc44e5e947d3720f3be5054044ff0e"
+SRC_URI[archive.sha256sum] = "6d139500ff1daf806525adf071f8c1778ad138a0378c73ea831ad18847ad746c"
diff --git a/recipes/xorg-app/xclock_1.0.5.bb b/recipes/xorg-app/xclock_1.0.5.bb
new file mode 100644
index 0000000000..8785edd904
--- /dev/null
+++ b/recipes/xorg-app/xclock_1.0.5.bb
@@ -0,0 +1,8 @@
+require xorg-app-common.inc
+DESCRIPTION = "analog / digital clock for X"
+DEPENDS += " libxaw libxrender libxft libxkbfile libxt"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "eaf124bbc9d13e1a12a29faaa2ed3612"
+SRC_URI[archive.sha256sum] = "53a9169e24f3814fbfcfee3ca0b98637840a3156ed7c7e36ae03940fabae4c9a"
diff --git a/recipes/xorg-app/xcmsdb_1.0.3.bb b/recipes/xorg-app/xcmsdb_1.0.3.bb
new file mode 100644
index 0000000000..3ca383803c
--- /dev/null
+++ b/recipes/xorg-app/xcmsdb_1.0.3.bb
@@ -0,0 +1,6 @@
+require xorg-app-common.inc
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "a8f013229f7234d582e0ee2c89879e30"
+SRC_URI[archive.sha256sum] = "b237d060f1eed71fa2bfe089b7fb04508299e1a49091a7d7b0e536f8344d5a80"
diff --git a/recipes/xorg-app/xconsole_1.0.4.bb b/recipes/xorg-app/xconsole_1.0.4.bb
new file mode 100644
index 0000000000..e381e88db5
--- /dev/null
+++ b/recipes/xorg-app/xconsole_1.0.4.bb
@@ -0,0 +1,8 @@
+require xorg-app-common.inc
+DESCRIPTION = "monitor system console messages with X"
+DEPENDS += " libxt"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "8665c037032e5f6a3acd4b341749aa17"
+SRC_URI[archive.sha256sum] = "5643e90bf7bf77369e67f3a0a982a4809b5bd2d9a36f02a59c79de77c9d6648e"
diff --git a/recipes/xorg-app/xcursorgen_1.0.4.bb b/recipes/xorg-app/xcursorgen_1.0.4.bb
new file mode 100644
index 0000000000..c7e967ae3d
--- /dev/null
+++ b/recipes/xorg-app/xcursorgen_1.0.4.bb
@@ -0,0 +1,10 @@
+require xorg-app-common.inc
+DESCRIPTION = "create an X cursor file from a collection of PNG images"
+DEPENDS += " libxcursor libpng"
+PE = "1"
+PR = "${INC_PR}.1"
+
+SRC_URI[archive.md5sum] = "731c39ea88217c12ddd37f8627d97f3f"
+SRC_URI[archive.sha256sum] = "de2adb2f44ffee906024e53322aeb728d46061e6ca8e6f5a7e0da2c00d6f5f1d"
+
+BBCLASSEXTEND = "native"
diff --git a/recipes/xorg-app/xfontsel_1.0.3.bb b/recipes/xorg-app/xfontsel_1.0.3.bb
new file mode 100644
index 0000000000..87d8dd6cf6
--- /dev/null
+++ b/recipes/xorg-app/xfontsel_1.0.3.bb
@@ -0,0 +1,7 @@
+require xorg-app-common.inc
+DESCRIPTION = "point and click selection of X11 font names"
+DEPENDS += " libxaw"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "299fabe7d7be92b6572d814895ce3bb1"
+SRC_URI[archive.sha256sum] = "95046ac274b5480ab57c8e04ca04f858957e139b1e8b6ddf5de869bbff7b9ee0"
diff --git a/recipes/xorg-app/xload_1.1.0.bb b/recipes/xorg-app/xload_1.1.0.bb
new file mode 100644
index 0000000000..f048d79333
--- /dev/null
+++ b/recipes/xorg-app/xload_1.1.0.bb
@@ -0,0 +1,8 @@
+require xorg-app-common.inc
+DESCRIPTION = "system load average display for X"
+DEPENDS += " libxaw libxt"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "5f6e8c54da51ad0e751abf54980b0ef1"
+SRC_URI[archive.sha256sum] = "ffdcc2862ad4da46506080983b9d8d25343da9e34c38ceb63180674bb5730bf2"
diff --git a/recipes/xorg-app/xlsclients/strnlen.h b/recipes/xorg-app/xlsclients/strnlen.h
deleted file mode 100644
index e1cdb85101..0000000000
--- a/recipes/xorg-app/xlsclients/strnlen.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Copyright (c) 2009 Apple Inc.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
- * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
- * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- * DEALINGS IN THE SOFTWARE.
- */
-
- /*
- * Author: Jeremy Huddleston, Apple Inc.
- */
-
-#ifndef __STRNLEN_H__
-#define __STRNLEN_H__ 1
-#include <stdlib.h>
-
-extern size_t strnlen(const char *s, size_t maxlen);
-#endif /* __STRNLEN_H__ */
diff --git a/recipes/xorg-app/xlsclients_1.1.0.bb b/recipes/xorg-app/xlsclients_1.1.0.bb
deleted file mode 100644
index 4c36bb71ac..0000000000
--- a/recipes/xorg-app/xlsclients_1.1.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-require xorg-app-common.inc
-DEPENDS += " xcb-util"
-PE = "1"
-PR = "${INC_PR}.0"
-
-# missing file from source archive, fixed just after release in http://cgit.freedesktop.org/xorg/app/xlsclients/commit/?id=f30f41b8dc37e775279835c97f2bea83a513dc10
-SRC_URI += "file://strnlen.h"
-SRC_URI[archive.md5sum] = "550a0fee047c5043f2cbf190b41f8a1b"
-SRC_URI[archive.sha256sum] = "f95b51f55399f46ce5f597a68ccd04a0d68c5770b517428201262bff09bcfa0c"
-
-do_compile_prepend() {
- mv ${WORKDIR}/strnlen.h ${S}
-}
diff --git a/recipes/xorg-app/xlsclients_1.1.1.bb b/recipes/xorg-app/xlsclients_1.1.1.bb
new file mode 100644
index 0000000000..a3bdb0ee3a
--- /dev/null
+++ b/recipes/xorg-app/xlsclients_1.1.1.bb
@@ -0,0 +1,7 @@
+require xorg-app-common.inc
+DEPENDS += " xcb-util"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "6d42621616da0c720f640d23873604ce"
+SRC_URI[archive.sha256sum] = "453b5e13a61d4b2a2a52ba75d529c5d761bbb65ecd65fe5b7b0121402a0be859"
diff --git a/recipes/xorg-app/xmodmap_1.0.5.bb b/recipes/xorg-app/xmodmap_1.0.5.bb
new file mode 100644
index 0000000000..b19dd80327
--- /dev/null
+++ b/recipes/xorg-app/xmodmap_1.0.5.bb
@@ -0,0 +1,8 @@
+require xorg-app-common.inc
+DESCRIPTION = "utility for modifying keymaps and pointer button mappings in X"
+LICENSE = "MIT"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "b18850d373f3717dca569377c449d091"
+SRC_URI[archive.sha256sum] = "421ee7a17b0cf559c4901225f70c497e3c5ca205ec7dcc84712055818d2f3402"
diff --git a/recipes/xorg-app/xsm_1.0.2.bb b/recipes/xorg-app/xsm_1.0.2.bb
new file mode 100644
index 0000000000..79a9b7e8c4
--- /dev/null
+++ b/recipes/xorg-app/xsm_1.0.2.bb
@@ -0,0 +1,8 @@
+require xorg-app-common.inc
+DESCRIPTION = "X Session Manager"
+DEPENDS += " libxaw libxt"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "521d2a34c6dbc0700f489290d51b0b67"
+SRC_URI[archive.sha256sum] = "cdb733ef2508aecdd21edf6e394ddff8c4ac99f7659f65210548b69ef54c2b57"
diff --git a/recipes/xorg-app/xstdcmap_1.0.2.bb b/recipes/xorg-app/xstdcmap_1.0.2.bb
new file mode 100644
index 0000000000..5557cbd930
--- /dev/null
+++ b/recipes/xorg-app/xstdcmap_1.0.2.bb
@@ -0,0 +1,7 @@
+require xorg-app-common.inc
+DEPENDS += " libxmu "
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "ee97f0cbb80e321c914dc7bc5d49960a"
+SRC_URI[archive.sha256sum] = "2a2c79826109a8c8a6affec8ff1f3ddada53d20d33c8ea1dd8788385fceb9952"
diff --git a/recipes/xorg-app/xwininfo_1.1.0.bb b/recipes/xorg-app/xwininfo_1.1.0.bb
new file mode 100644
index 0000000000..789e927dff
--- /dev/null
+++ b/recipes/xorg-app/xwininfo_1.1.0.bb
@@ -0,0 +1,7 @@
+require xorg-app-common.inc
+DEPENDS += " libxmu libxext "
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "932cb1393dee3caaf26f3515f640d783"
+SRC_URI[archive.sha256sum] = "759e03d80b2a8bc843d501d5fd91fe1506da403019b6f165d32aa1b9909f8cf8"