summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xauth/xauth_cvs.oe10
-rw-r--r--xhost/xhost_20040413.oe11
-rw-r--r--xprop/xprop_cvs.oe10
-rw-r--r--xrdb/xrdb_cvs.oe10
4 files changed, 41 insertions, 0 deletions
diff --git a/xauth/xauth_cvs.oe b/xauth/xauth_cvs.oe
index e69de29bb2..f9355d81f8 100644
--- a/xauth/xauth_cvs.oe
+++ b/xauth/xauth_cvs.oe
@@ -0,0 +1,10 @@
+PV = "0.0cvs${CVSDATE}"
+DEPENDS = "x11 xau xmu xext"
+DESCRIPTION = "X authority file utility"
+MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
+
+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/xhost/xhost_20040413.oe b/xhost/xhost_20040413.oe
index e69de29bb2..141c8b185c 100644
--- a/xhost/xhost_20040413.oe
+++ b/xhost/xhost_20040413.oe
@@ -0,0 +1,11 @@
+FIXEDCVSDATE = "${@oe.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>"
+
+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/xprop/xprop_cvs.oe b/xprop/xprop_cvs.oe
index e69de29bb2..df0705db9c 100644
--- a/xprop/xprop_cvs.oe
+++ b/xprop/xprop_cvs.oe
@@ -0,0 +1,10 @@
+PV = "0.0cvs${CVSDATE}"
+DEPENDS = "x11 xmu xext"
+DESCRIPTION = "property displayer for X"
+MAINTER = "Rene Wagner <reenoo@gmx.de>"
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xprop \
+ file://autofoo.patch;patch=1"
+S = "${WORKDIR}/xprop"
+
+inherit autotools pkgconfig
diff --git a/xrdb/xrdb_cvs.oe b/xrdb/xrdb_cvs.oe
index e69de29bb2..e3d235ddd9 100644
--- a/xrdb/xrdb_cvs.oe
+++ b/xrdb/xrdb_cvs.oe
@@ -0,0 +1,10 @@
+PV = "0.0cvs${CVSDATE}"
+DEPENDS = "x11 xmu xext"
+DESCRIPTION = "X server resource database utility"
+MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xrdb \
+ file://autofoo.patch;patch=1"
+S = "${WORKDIR}/xrdb"
+
+inherit autotools pkgconfig