xproto: add X11R7.1 release
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 10 Jun 2006 15:05:09 +0000 (15:05 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 10 Jun 2006 15:05:09 +0000 (15:05 +0000)
packages/xproto/compositeproto_0.3.1.bb [new file with mode: 0644]
packages/xproto/fixesproto_4.0.bb [new file with mode: 0644]
packages/xproto/glproto_1.4.7.bb [new file with mode: 0644]
packages/xproto/proto-common.inc
packages/xproto/scrnsaverproto_1.1.0.bb [new file with mode: 0644]
packages/xproto/xproto_7.0.5.bb [new file with mode: 0644]

diff --git a/packages/xproto/compositeproto_0.3.1.bb b/packages/xproto/compositeproto_0.3.1.bb
new file mode 100644 (file)
index 0000000..bb55a20
--- /dev/null
@@ -0,0 +1,3 @@
+include proto-common.inc
+XORG_RELEASE = "X11R7.1"
+CONFLICTS = "compositeext"
diff --git a/packages/xproto/fixesproto_4.0.bb b/packages/xproto/fixesproto_4.0.bb
new file mode 100644 (file)
index 0000000..8e552e6
--- /dev/null
@@ -0,0 +1,3 @@
+include proto-common.inc
+XORG_RELEASE = "X11R7.1"
+CONFLICTS = "fixesext"
diff --git a/packages/xproto/glproto_1.4.7.bb b/packages/xproto/glproto_1.4.7.bb
new file mode 100644 (file)
index 0000000..67c086e
--- /dev/null
@@ -0,0 +1,2 @@
+include proto-common.inc
+XORG_RELEASE = "X11R7.1"
index f35a791..65dfd42 100644 (file)
@@ -3,9 +3,11 @@ SECTION = "x11/libs"
 LICENSE= "MIT-X"
 #MAINTAINER = ""
 
-SRC_URI = "${XORG_MIRROR}/X11R7.0/src/proto/${PN}-X11R7.0-${PV}.tar.bz2"
+SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/src/proto/${PN}-${XORG_RELEASE}-${PV}.tar.bz2"
 
-S = "${WORKDIR}/${PN}-X11R7.0-${PV}"
+S = "${WORKDIR}/${PN}-${XORG_RELEASE}-${PV}"
+
+XORG_RELEASE ?= "X11R7.0"
 
 inherit autotools pkgconfig
 
diff --git a/packages/xproto/scrnsaverproto_1.1.0.bb b/packages/xproto/scrnsaverproto_1.1.0.bb
new file mode 100644 (file)
index 0000000..67c086e
--- /dev/null
@@ -0,0 +1,2 @@
+include proto-common.inc
+XORG_RELEASE = "X11R7.1"
diff --git a/packages/xproto/xproto_7.0.5.bb b/packages/xproto/xproto_7.0.5.bb
new file mode 100644 (file)
index 0000000..67c086e
--- /dev/null
@@ -0,0 +1,2 @@
+include proto-common.inc
+XORG_RELEASE = "X11R7.1"