aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2009-10-16 08:27:19 +0000
committerKlaus Kurzmann <mok@fluxnetz.de>2009-10-16 14:40:43 +0200
commit1a6124e6d1534a6b927230cc7c149f36c76dbeb6 (patch)
treef678bea21f5a0dbfb42098b57a65be0803d11da8 /recipes
parent6dfbc915467f332c71df76707eab7a1773634d76 (diff)
downloadopenembedded-1a6124e6d1534a6b927230cc7c149f36c76dbeb6.tar.gz
Latest xorg stuff 2009-10-16
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xorg-app/sessreg_1.0.5.bb7
-rw-r--r--recipes/xorg-app/xclipboard_1.1.0.bb5
-rw-r--r--recipes/xorg-app/xcmsdb_1.0.2.bb5
-rw-r--r--recipes/xorg-app/xev_1.0.4.bb7
-rw-r--r--recipes/xorg-app/xgamma_1.0.3.bb5
-rw-r--r--recipes/xorg-app/xhost_1.0.3.bb6
-rw-r--r--recipes/xorg-app/xinput_1.5.0.bb4
-rw-r--r--recipes/xorg-app/xkill_1.0.2.bb5
-rw-r--r--recipes/xorg-app/xlsatoms_1.0.2.bb5
-rw-r--r--recipes/xorg-app/xprop_1.1.0.bb6
-rw-r--r--recipes/xorg-app/xrdb_1.0.6.bb6
-rw-r--r--recipes/xorg-app/xwininfo_1.0.5.bb5
-rw-r--r--recipes/xorg-app/xwud_1.0.2.bb5
-rw-r--r--recipes/xorg-data/xbitmaps_1.1.0.bb6
-rw-r--r--recipes/xorg-font/font-util-native_1.1.1.bb8
-rw-r--r--recipes/xorg-font/font-util_1.1.1.bb11
-rw-r--r--recipes/xorg-proto/kbproto-native_1.0.4.bb7
-rw-r--r--recipes/xorg-proto/kbproto_1.0.4.bb6
-rw-r--r--recipes/xorg-proto/xproxymanagementprotocol_1.0.3.bb5
-rw-r--r--recipes/xorg-util/xorg-cf-files_1.0.3.bb8
20 files changed, 122 insertions, 0 deletions
diff --git a/recipes/xorg-app/sessreg_1.0.5.bb b/recipes/xorg-app/sessreg_1.0.5.bb
new file mode 100644
index 0000000000..bd81532513
--- /dev/null
+++ b/recipes/xorg-app/sessreg_1.0.5.bb
@@ -0,0 +1,7 @@
+require xorg-app-common.inc
+PE = "1"
+
+DESCRIPTION = "a simple program for managing utmp/wtmp entries"
+
+DEPENDS += " virtual/libx11"
+
diff --git a/recipes/xorg-app/xclipboard_1.1.0.bb b/recipes/xorg-app/xclipboard_1.1.0.bb
new file mode 100644
index 0000000000..2bdb000c5d
--- /dev/null
+++ b/recipes/xorg-app/xclipboard_1.1.0.bb
@@ -0,0 +1,5 @@
+require xorg-app-common.inc
+PE = "1"
+
+DEPENDS += " libxaw libxt"
+
diff --git a/recipes/xorg-app/xcmsdb_1.0.2.bb b/recipes/xorg-app/xcmsdb_1.0.2.bb
new file mode 100644
index 0000000000..aafaddcf4b
--- /dev/null
+++ b/recipes/xorg-app/xcmsdb_1.0.2.bb
@@ -0,0 +1,5 @@
+require xorg-app-common.inc
+PE = "1"
+
+DEPENDS += " virtual/libx11"
+
diff --git a/recipes/xorg-app/xev_1.0.4.bb b/recipes/xorg-app/xev_1.0.4.bb
new file mode 100644
index 0000000000..b7a4070a8f
--- /dev/null
+++ b/recipes/xorg-app/xev_1.0.4.bb
@@ -0,0 +1,7 @@
+require xorg-app-common.inc
+
+DESCRIPTION = "X Event Viewer"
+LICENSE = "MIT"
+PE = "1"
+
+SRC_URI += "file://diet-x11.patch;patch=1"
diff --git a/recipes/xorg-app/xgamma_1.0.3.bb b/recipes/xorg-app/xgamma_1.0.3.bb
new file mode 100644
index 0000000000..e5d479aa81
--- /dev/null
+++ b/recipes/xorg-app/xgamma_1.0.3.bb
@@ -0,0 +1,5 @@
+require xorg-app-common.inc
+
+DESCRIPTION = "Alter a monitor's gamma correction through the X server"
+DEPENDS += " virtual/libx11 libxxf86vm"
+PE = "1"
diff --git a/recipes/xorg-app/xhost_1.0.3.bb b/recipes/xorg-app/xhost_1.0.3.bb
new file mode 100644
index 0000000000..af5beadd79
--- /dev/null
+++ b/recipes/xorg-app/xhost_1.0.3.bb
@@ -0,0 +1,6 @@
+require xorg-app-common.inc
+
+DESCRIPTION = "Server access control program for X"
+LICENSE = "MIT"
+DEPENDS += "libxmu libxau"
+PE = "1"
diff --git a/recipes/xorg-app/xinput_1.5.0.bb b/recipes/xorg-app/xinput_1.5.0.bb
new file mode 100644
index 0000000000..a95753c1f9
--- /dev/null
+++ b/recipes/xorg-app/xinput_1.5.0.bb
@@ -0,0 +1,4 @@
+require xorg-app-common.inc
+
+DESCRIPTION = "a utility to configure and test XInput devices"
+DEPENDS += " libxi"
diff --git a/recipes/xorg-app/xkill_1.0.2.bb b/recipes/xorg-app/xkill_1.0.2.bb
new file mode 100644
index 0000000000..e539dad1a2
--- /dev/null
+++ b/recipes/xorg-app/xkill_1.0.2.bb
@@ -0,0 +1,5 @@
+require xorg-app-common.inc
+PE = "1"
+
+DEPENDS += " virtual/libx11 libxmu"
+
diff --git a/recipes/xorg-app/xlsatoms_1.0.2.bb b/recipes/xorg-app/xlsatoms_1.0.2.bb
new file mode 100644
index 0000000000..e539dad1a2
--- /dev/null
+++ b/recipes/xorg-app/xlsatoms_1.0.2.bb
@@ -0,0 +1,5 @@
+require xorg-app-common.inc
+PE = "1"
+
+DEPENDS += " virtual/libx11 libxmu"
+
diff --git a/recipes/xorg-app/xprop_1.1.0.bb b/recipes/xorg-app/xprop_1.1.0.bb
new file mode 100644
index 0000000000..1781fb1a1b
--- /dev/null
+++ b/recipes/xorg-app/xprop_1.1.0.bb
@@ -0,0 +1,6 @@
+require xorg-app-common.inc
+PE = "1"
+
+DESCRIPTION = "a property displayer for X"
+
+DEPENDS += " libxmu virtual/libx11"
diff --git a/recipes/xorg-app/xrdb_1.0.6.bb b/recipes/xorg-app/xrdb_1.0.6.bb
new file mode 100644
index 0000000000..177d3ab23b
--- /dev/null
+++ b/recipes/xorg-app/xrdb_1.0.6.bb
@@ -0,0 +1,6 @@
+require xorg-app-common.inc
+
+DESCRIPTION = "X server resource database utility"
+LICENSE = "xrdb"
+DEPENDS += "libxmu"
+PE = "1"
diff --git a/recipes/xorg-app/xwininfo_1.0.5.bb b/recipes/xorg-app/xwininfo_1.0.5.bb
new file mode 100644
index 0000000000..069dd30aa8
--- /dev/null
+++ b/recipes/xorg-app/xwininfo_1.0.5.bb
@@ -0,0 +1,5 @@
+require xorg-app-common.inc
+PE = "1"
+
+DEPENDS += " libxmu libxext virtual/libx11"
+
diff --git a/recipes/xorg-app/xwud_1.0.2.bb b/recipes/xorg-app/xwud_1.0.2.bb
new file mode 100644
index 0000000000..aafaddcf4b
--- /dev/null
+++ b/recipes/xorg-app/xwud_1.0.2.bb
@@ -0,0 +1,5 @@
+require xorg-app-common.inc
+PE = "1"
+
+DEPENDS += " virtual/libx11"
+
diff --git a/recipes/xorg-data/xbitmaps_1.1.0.bb b/recipes/xorg-data/xbitmaps_1.1.0.bb
new file mode 100644
index 0000000000..6e5d7fe5ba
--- /dev/null
+++ b/recipes/xorg-data/xbitmaps_1.1.0.bb
@@ -0,0 +1,6 @@
+require xorg-data-common.inc
+
+DESCRIPTION = "Common X11 Bitmaps"
+LICENSE = "MIT"
+DEPENDS += "libxmu"
+
diff --git a/recipes/xorg-font/font-util-native_1.1.1.bb b/recipes/xorg-font/font-util-native_1.1.1.bb
new file mode 100644
index 0000000000..32ea62c3d5
--- /dev/null
+++ b/recipes/xorg-font/font-util-native_1.1.1.bb
@@ -0,0 +1,8 @@
+inherit native
+require xorg-font-common.inc
+
+XORG_PN = "font-util"
+
+DEPENDS = "bdftopcf-native"
+
+PE = "1"
diff --git a/recipes/xorg-font/font-util_1.1.1.bb b/recipes/xorg-font/font-util_1.1.1.bb
new file mode 100644
index 0000000000..3ba1c05a29
--- /dev/null
+++ b/recipes/xorg-font/font-util_1.1.1.bb
@@ -0,0 +1,11 @@
+require xorg-font-common.inc
+
+PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}"
+
+DESCRIPTION = "X font utils."
+
+DEPENDS = "encodings"
+RDEPENDS = "mkfontdir mkfontscale encodings"
+
+PR = "r1"
+PE = "1"
diff --git a/recipes/xorg-proto/kbproto-native_1.0.4.bb b/recipes/xorg-proto/kbproto-native_1.0.4.bb
new file mode 100644
index 0000000000..68c677c07b
--- /dev/null
+++ b/recipes/xorg-proto/kbproto-native_1.0.4.bb
@@ -0,0 +1,7 @@
+require kbproto_${PV}.bb
+
+PR = "r1"
+
+XORG_PN = "kbproto"
+
+inherit native
diff --git a/recipes/xorg-proto/kbproto_1.0.4.bb b/recipes/xorg-proto/kbproto_1.0.4.bb
new file mode 100644
index 0000000000..b3e9ffc365
--- /dev/null
+++ b/recipes/xorg-proto/kbproto_1.0.4.bb
@@ -0,0 +1,6 @@
+require xorg-proto-common.inc
+
+PR = "r1"
+PE = "1"
+
+XORG_PN = "kbproto"
diff --git a/recipes/xorg-proto/xproxymanagementprotocol_1.0.3.bb b/recipes/xorg-proto/xproxymanagementprotocol_1.0.3.bb
new file mode 100644
index 0000000000..9c3d9efa71
--- /dev/null
+++ b/recipes/xorg-proto/xproxymanagementprotocol_1.0.3.bb
@@ -0,0 +1,5 @@
+require xorg-proto-common.inc
+
+PROVIDES="xproxymngproto"
+PR = "r1"
+PE = "1"
diff --git a/recipes/xorg-util/xorg-cf-files_1.0.3.bb b/recipes/xorg-util/xorg-cf-files_1.0.3.bb
new file mode 100644
index 0000000000..7c3fb8d7e9
--- /dev/null
+++ b/recipes/xorg-util/xorg-cf-files_1.0.3.bb
@@ -0,0 +1,8 @@
+require xorg-util-common.inc
+
+DESCRIPTION = "X Window System CF files"
+
+PR = "r1"
+PE = "1"
+
+FILES_${PN} += " /usr/lib/X11/config"