diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-06-10 15:05:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-10 15:05:09 +0000 |
commit | 73f29cc7c76299863fbc6b4af65275c7d5fe2f8f (patch) | |
tree | 787689c91cca8e0f6bbc641ef05186709309fa11 | |
parent | 7a0ca80aaec6fa0ef055430a383a27369a24ff3e (diff) |
xproto: add X11R7.1 release
-rw-r--r-- | packages/xproto/compositeproto_0.3.1.bb | 3 | ||||
-rw-r--r-- | packages/xproto/fixesproto_4.0.bb | 3 | ||||
-rw-r--r-- | packages/xproto/glproto_1.4.7.bb | 2 | ||||
-rw-r--r-- | packages/xproto/proto-common.inc | 6 | ||||
-rw-r--r-- | packages/xproto/scrnsaverproto_1.1.0.bb | 2 | ||||
-rw-r--r-- | packages/xproto/xproto_7.0.5.bb | 2 |
6 files changed, 16 insertions, 2 deletions
diff --git a/packages/xproto/compositeproto_0.3.1.bb b/packages/xproto/compositeproto_0.3.1.bb new file mode 100644 index 0000000000..bb55a2022e --- /dev/null +++ b/packages/xproto/compositeproto_0.3.1.bb @@ -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 index 0000000000..8e552e6bc5 --- /dev/null +++ b/packages/xproto/fixesproto_4.0.bb @@ -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 index 0000000000..67c086e764 --- /dev/null +++ b/packages/xproto/glproto_1.4.7.bb @@ -0,0 +1,2 @@ +include proto-common.inc +XORG_RELEASE = "X11R7.1" diff --git a/packages/xproto/proto-common.inc b/packages/xproto/proto-common.inc index f35a791171..65dfd4207a 100644 --- a/packages/xproto/proto-common.inc +++ b/packages/xproto/proto-common.inc @@ -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 index 0000000000..67c086e764 --- /dev/null +++ b/packages/xproto/scrnsaverproto_1.1.0.bb @@ -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 index 0000000000..67c086e764 --- /dev/null +++ b/packages/xproto/xproto_7.0.5.bb @@ -0,0 +1,2 @@ +include proto-common.inc +XORG_RELEASE = "X11R7.1" |