From 7aad5150f69da42b84994c353283db5daf8e967f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 26 Nov 2017 23:40:38 +0000 Subject: Add BuildStream converted files This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used --- elements/x-common/util-image.bst | 14 ++++++++++++++ elements/x-common/util-keysyms.bst | 13 +++++++++++++ elements/x-common/util-wm.bst | 13 +++++++++++++ elements/x-common/xcb-libxcb.bst | 10 ++++++++++ elements/x-common/xcb-proto.bst | 8 ++++++++ elements/x-common/xcb-util.bst | 13 +++++++++++++ elements/x-common/xorg-lib-libICE.bst | 12 ++++++++++++ elements/x-common/xorg-lib-libSM.bst | 13 +++++++++++++ elements/x-common/xorg-lib-libX11.bst | 16 ++++++++++++++++ elements/x-common/xorg-lib-libXau.bst | 9 +++++++++ elements/x-common/xorg-lib-libXcomposite.bst | 13 +++++++++++++ elements/x-common/xorg-lib-libXcursor.bst | 14 ++++++++++++++ elements/x-common/xorg-lib-libXdamage.bst | 12 ++++++++++++ elements/x-common/xorg-lib-libXext.bst | 13 +++++++++++++ elements/x-common/xorg-lib-libXfixes.bst | 12 ++++++++++++ elements/x-common/xorg-lib-libXi.bst | 17 +++++++++++++++++ elements/x-common/xorg-lib-libXinerama.bst | 12 ++++++++++++ elements/x-common/xorg-lib-libXmu.bst | 16 ++++++++++++++++ elements/x-common/xorg-lib-libXrandr.bst | 16 ++++++++++++++++ elements/x-common/xorg-lib-libXrender.bst | 12 ++++++++++++ elements/x-common/xorg-lib-libXt.bst | 14 ++++++++++++++ elements/x-common/xorg-lib-libXtst.bst | 16 ++++++++++++++++ elements/x-common/xorg-lib-libXv.bst | 14 ++++++++++++++ elements/x-common/xorg-lib-libxkbfile.bst | 12 ++++++++++++ elements/x-common/xorg-lib-libxshmfence.bst | 9 +++++++++ elements/x-common/xorg-lib-libxtrans.bst | 8 ++++++++ elements/x-common/xorg-proto-bigreqsproto.bst | 8 ++++++++ elements/x-common/xorg-proto-compositeproto.bst | 8 ++++++++ elements/x-common/xorg-proto-damageproto.bst | 8 ++++++++ elements/x-common/xorg-proto-dmxproto.bst | 8 ++++++++ elements/x-common/xorg-proto-dri2proto.bst | 8 ++++++++ elements/x-common/xorg-proto-dri3proto.bst | 7 +++++++ elements/x-common/xorg-proto-fixesproto.bst | 8 ++++++++ elements/x-common/xorg-proto-fontsproto.bst | 8 ++++++++ elements/x-common/xorg-proto-glproto.bst | 8 ++++++++ elements/x-common/xorg-proto-inputproto.bst | 8 ++++++++ elements/x-common/xorg-proto-kbproto.bst | 8 ++++++++ elements/x-common/xorg-proto-presentproto.bst | 7 +++++++ elements/x-common/xorg-proto-randrproto.bst | 8 ++++++++ elements/x-common/xorg-proto-recordproto.bst | 8 ++++++++ elements/x-common/xorg-proto-renderproto.bst | 8 ++++++++ elements/x-common/xorg-proto-resourceproto.bst | 8 ++++++++ elements/x-common/xorg-proto-scrnsaverproto.bst | 8 ++++++++ elements/x-common/xorg-proto-videoproto.bst | 8 ++++++++ elements/x-common/xorg-proto-x11proto.bst | 8 ++++++++ elements/x-common/xorg-proto-xcmiscproto.bst | 8 ++++++++ elements/x-common/xorg-proto-xextproto.bst | 8 ++++++++ elements/x-common/xorg-proto-xf86bigfontproto.bst | 8 ++++++++ elements/x-common/xorg-proto-xf86dgaproto.bst | 8 ++++++++ elements/x-common/xorg-proto-xf86driproto.bst | 8 ++++++++ elements/x-common/xorg-proto-xineramaproto.bst | 8 ++++++++ 51 files changed, 529 insertions(+) create mode 100644 elements/x-common/util-image.bst create mode 100644 elements/x-common/util-keysyms.bst create mode 100644 elements/x-common/util-wm.bst create mode 100644 elements/x-common/xcb-libxcb.bst create mode 100644 elements/x-common/xcb-proto.bst create mode 100644 elements/x-common/xcb-util.bst create mode 100644 elements/x-common/xorg-lib-libICE.bst create mode 100644 elements/x-common/xorg-lib-libSM.bst create mode 100644 elements/x-common/xorg-lib-libX11.bst create mode 100644 elements/x-common/xorg-lib-libXau.bst create mode 100644 elements/x-common/xorg-lib-libXcomposite.bst create mode 100644 elements/x-common/xorg-lib-libXcursor.bst create mode 100644 elements/x-common/xorg-lib-libXdamage.bst create mode 100644 elements/x-common/xorg-lib-libXext.bst create mode 100644 elements/x-common/xorg-lib-libXfixes.bst create mode 100644 elements/x-common/xorg-lib-libXi.bst create mode 100644 elements/x-common/xorg-lib-libXinerama.bst create mode 100644 elements/x-common/xorg-lib-libXmu.bst create mode 100644 elements/x-common/xorg-lib-libXrandr.bst create mode 100644 elements/x-common/xorg-lib-libXrender.bst create mode 100644 elements/x-common/xorg-lib-libXt.bst create mode 100644 elements/x-common/xorg-lib-libXtst.bst create mode 100644 elements/x-common/xorg-lib-libXv.bst create mode 100644 elements/x-common/xorg-lib-libxkbfile.bst create mode 100644 elements/x-common/xorg-lib-libxshmfence.bst create mode 100644 elements/x-common/xorg-lib-libxtrans.bst create mode 100644 elements/x-common/xorg-proto-bigreqsproto.bst create mode 100644 elements/x-common/xorg-proto-compositeproto.bst create mode 100644 elements/x-common/xorg-proto-damageproto.bst create mode 100644 elements/x-common/xorg-proto-dmxproto.bst create mode 100644 elements/x-common/xorg-proto-dri2proto.bst create mode 100644 elements/x-common/xorg-proto-dri3proto.bst create mode 100644 elements/x-common/xorg-proto-fixesproto.bst create mode 100644 elements/x-common/xorg-proto-fontsproto.bst create mode 100644 elements/x-common/xorg-proto-glproto.bst create mode 100644 elements/x-common/xorg-proto-inputproto.bst create mode 100644 elements/x-common/xorg-proto-kbproto.bst create mode 100644 elements/x-common/xorg-proto-presentproto.bst create mode 100644 elements/x-common/xorg-proto-randrproto.bst create mode 100644 elements/x-common/xorg-proto-recordproto.bst create mode 100644 elements/x-common/xorg-proto-renderproto.bst create mode 100644 elements/x-common/xorg-proto-resourceproto.bst create mode 100644 elements/x-common/xorg-proto-scrnsaverproto.bst create mode 100644 elements/x-common/xorg-proto-videoproto.bst create mode 100644 elements/x-common/xorg-proto-x11proto.bst create mode 100644 elements/x-common/xorg-proto-xcmiscproto.bst create mode 100644 elements/x-common/xorg-proto-xextproto.bst create mode 100644 elements/x-common/xorg-proto-xf86bigfontproto.bst create mode 100644 elements/x-common/xorg-proto-xf86dgaproto.bst create mode 100644 elements/x-common/xorg-proto-xf86driproto.bst create mode 100644 elements/x-common/xorg-proto-xineramaproto.bst (limited to 'elements/x-common') diff --git a/elements/x-common/util-image.bst b/elements/x-common/util-image.bst new file mode 100644 index 00000000..d6b8df95 --- /dev/null +++ b/elements/x-common/util-image.bst @@ -0,0 +1,14 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +- x-common/xcb-util.bst +sources: +- kind: git + url: upstream:util-image + track: baserock/0.4.0 + ref: f20f25a1c017c58d5d7dfffc6e9adc8d31879152 + submodules: + m4: + url: upstream:xcb/util-common-m4 diff --git a/elements/x-common/util-keysyms.bst b/elements/x-common/util-keysyms.bst new file mode 100644 index 00000000..5773bc19 --- /dev/null +++ b/elements/x-common/util-keysyms.bst @@ -0,0 +1,13 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +sources: +- kind: git + url: upstream:util-keysyms + track: baserock/0.4.0 + ref: edb763a8837d3932690b9d6d77cb7e20a9ab8013 + submodules: + m4: + url: upstream:xcb/util-common-m4 diff --git a/elements/x-common/util-wm.bst b/elements/x-common/util-wm.bst new file mode 100644 index 00000000..c8c4efb8 --- /dev/null +++ b/elements/x-common/util-wm.bst @@ -0,0 +1,13 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +sources: +- kind: git + url: upstream:util-wm + track: baserock/0.4.1 + ref: fb7afc3f291c8cc072d327cd8d97ab1db3283c21 + submodules: + m4: + url: upstream:xcb/util-common-m4 diff --git a/elements/x-common/xcb-libxcb.bst b/elements/x-common/xcb-libxcb.bst new file mode 100644 index 00000000..878e27d1 --- /dev/null +++ b/elements/x-common/xcb-libxcb.bst @@ -0,0 +1,10 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-proto.bst +- x-common/xorg-lib-libXau.bst +sources: +- kind: git + url: upstream:xcb-libxcb + track: '1.11' + ref: d1e8ec96fca4862f37ec9f0e9407bb989c4c161a diff --git a/elements/x-common/xcb-proto.bst b/elements/x-common/xcb-proto.bst new file mode 100644 index 00000000..7332fbfc --- /dev/null +++ b/elements/x-common/xcb-proto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xcb-proto + track: '1.11' + ref: 4b384d2a015c50d0e93dcacda4b8260a3fd37640 diff --git a/elements/x-common/xcb-util.bst b/elements/x-common/xcb-util.bst new file mode 100644 index 00000000..39b5e860 --- /dev/null +++ b/elements/x-common/xcb-util.bst @@ -0,0 +1,13 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +sources: +- kind: git + url: upstream:xcb-util + track: baserock/0.4.0 + ref: 4de010f122da40e17b52866d07d1d501a66bf007 + submodules: + m4: + url: upstream:xcb/util-common-m4 diff --git a/elements/x-common/xorg-lib-libICE.bst b/elements/x-common/xorg-lib-libICE.bst new file mode 100644 index 00000000..fb1dbd00 --- /dev/null +++ b/elements/x-common/xorg-lib-libICE.bst @@ -0,0 +1,12 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +- x-common/xorg-proto-x11proto.bst +- x-common/xorg-lib-libxtrans.bst +sources: +- kind: git + url: upstream:xorg-lib-libICE + track: libICE-1.0.9 + ref: 0dfab4253e26d5c6e5f058126eb5e9f7a7732ae8 diff --git a/elements/x-common/xorg-lib-libSM.bst b/elements/x-common/xorg-lib-libSM.bst new file mode 100644 index 00000000..48091151 --- /dev/null +++ b/elements/x-common/xorg-lib-libSM.bst @@ -0,0 +1,13 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +- x-common/xorg-proto-x11proto.bst +- x-common/xorg-lib-libICE.bst +- x-common/xorg-lib-libxtrans.bst +sources: +- kind: git + url: upstream:xorg-lib-libSM + track: libSM-1.2.2 + ref: 0fd7aa17da41779129a3acfdad28e07c0072a160 diff --git a/elements/x-common/xorg-lib-libX11.bst b/elements/x-common/xorg-lib-libX11.bst new file mode 100644 index 00000000..4707a0df --- /dev/null +++ b/elements/x-common/xorg-lib-libX11.bst @@ -0,0 +1,16 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +- x-common/xorg-lib-libxtrans.bst +- x-common/xorg-proto-inputproto.bst +- x-common/xorg-proto-kbproto.bst +- x-common/xorg-proto-x11proto.bst +- x-common/xorg-proto-xextproto.bst +- x-common/xorg-proto-xf86bigfontproto.bst +sources: +- kind: git + url: upstream:xorg-lib-libX11 + track: libX11-1.6.2 + ref: cb107760df33ffc8630677e66e2e50aa37950a5c diff --git a/elements/x-common/xorg-lib-libXau.bst b/elements/x-common/xorg-lib-libXau.bst new file mode 100644 index 00000000..5f16dcbd --- /dev/null +++ b/elements/x-common/xorg-lib-libXau.bst @@ -0,0 +1,9 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xorg-proto-x11proto.bst +sources: +- kind: git + url: upstream:xorg-lib-libXau + track: baserock/morph + ref: 1a8a1b2c68967b48c07b56142799b1020f017027 diff --git a/elements/x-common/xorg-lib-libXcomposite.bst b/elements/x-common/xorg-lib-libXcomposite.bst new file mode 100644 index 00000000..1ebe4e34 --- /dev/null +++ b/elements/x-common/xorg-lib-libXcomposite.bst @@ -0,0 +1,13 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +- x-common/xorg-lib-libX11.bst +- x-common/xorg-lib-libXfixes.bst +- x-common/xorg-proto-compositeproto.bst +sources: +- kind: git + url: upstream:xorg-lib-libXcomposite + track: baserock/morph + ref: eda48b1bedaa344ada8e13930c9ab3058b836190 diff --git a/elements/x-common/xorg-lib-libXcursor.bst b/elements/x-common/xorg-lib-libXcursor.bst new file mode 100644 index 00000000..261c433e --- /dev/null +++ b/elements/x-common/xorg-lib-libXcursor.bst @@ -0,0 +1,14 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXrender.bst +- x-common/xorg-lib-libXfixes.bst +- x-common/xorg-proto-fixesproto.bst +- x-common/xorg-lib-libXau.bst +- x-common/xorg-lib-libX11.bst +sources: +- kind: git + url: upstream:xorg-lib-libXcursor + track: baserock/morph + ref: 1b98fd6a2e8c00a563187849a585e68c7344468b diff --git a/elements/x-common/xorg-lib-libXdamage.bst b/elements/x-common/xorg-lib-libXdamage.bst new file mode 100644 index 00000000..09c3cceb --- /dev/null +++ b/elements/x-common/xorg-lib-libXdamage.bst @@ -0,0 +1,12 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +- x-common/xorg-lib-libXfixes.bst +- x-common/xorg-proto-damageproto.bst +sources: +- kind: git + url: upstream:xorg-lib-libXdamage + track: baserock/morph + ref: 0d35761dc39409b70e04dd0786aef6537f92976a diff --git a/elements/x-common/xorg-lib-libXext.bst b/elements/x-common/xorg-lib-libXext.bst new file mode 100644 index 00000000..83ebc2ff --- /dev/null +++ b/elements/x-common/xorg-lib-libXext.bst @@ -0,0 +1,13 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libX11.bst +- x-common/xorg-lib-libXau.bst +- x-common/xorg-proto-x11proto.bst +- x-common/xorg-proto-xextproto.bst +sources: +- kind: git + url: upstream:xorg-lib-libXext + track: baserock/morph + ref: 8eee1236041d46a21faba32e0d27c26985267d89 diff --git a/elements/x-common/xorg-lib-libXfixes.bst b/elements/x-common/xorg-lib-libXfixes.bst new file mode 100644 index 00000000..364675db --- /dev/null +++ b/elements/x-common/xorg-lib-libXfixes.bst @@ -0,0 +1,12 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +- x-common/xorg-lib-libXext.bst +- x-common/xorg-proto-fixesproto.bst +sources: +- kind: git + url: upstream:xorg-lib-libXfixes + track: libXfixes-5.0.1 + ref: 0cb446962381f750e05d97bfb974ca1e32481d5d diff --git a/elements/x-common/xorg-lib-libXi.bst b/elements/x-common/xorg-lib-libXi.bst new file mode 100644 index 00000000..47ca5b4d --- /dev/null +++ b/elements/x-common/xorg-lib-libXi.bst @@ -0,0 +1,17 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +- x-common/xorg-lib-libX11.bst +- x-common/xorg-lib-libXext.bst +- x-common/xorg-lib-libXfixes.bst +- x-common/xorg-proto-fixesproto.bst +- x-common/xorg-proto-inputproto.bst +- x-common/xorg-proto-x11proto.bst +- x-common/xorg-proto-xextproto.bst +sources: +- kind: git + url: upstream:xorg-lib-libXi + track: libXi-1.7.5 + ref: f180dff710dc54d00e0e26b84de053151f8f207e diff --git a/elements/x-common/xorg-lib-libXinerama.bst b/elements/x-common/xorg-lib-libXinerama.bst new file mode 100644 index 00000000..6d721e61 --- /dev/null +++ b/elements/x-common/xorg-lib-libXinerama.bst @@ -0,0 +1,12 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xorg-lib-libX11.bst +- x-common/xorg-lib-libXext.bst +- x-common/xorg-proto-xextproto.bst +- x-common/xorg-proto-xineramaproto.bst +sources: +- kind: git + url: upstream:xorg-lib-libXinerama + track: baserock/morph + ref: 470b9356af961ff7d3968b164aa73872b49a5dcc diff --git a/elements/x-common/xorg-lib-libXmu.bst b/elements/x-common/xorg-lib-libXmu.bst new file mode 100644 index 00000000..43b8eb4a --- /dev/null +++ b/elements/x-common/xorg-lib-libXmu.bst @@ -0,0 +1,16 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +- x-common/xorg-lib-libX11.bst +- x-common/xorg-lib-libXext.bst +- x-common/xorg-lib-libXt.bst +- x-common/xorg-proto-xextproto.bst +- x-common/xorg-lib-libICE.bst +- x-common/xorg-lib-libSM.bst +sources: +- kind: git + url: upstream:xorg-lib-libXmu + track: libXmu-1.1.2 + ref: 2539e539eafdac88177c8ee30b043c5d52f017e4 diff --git a/elements/x-common/xorg-lib-libXrandr.bst b/elements/x-common/xorg-lib-libXrandr.bst new file mode 100644 index 00000000..fd48173f --- /dev/null +++ b/elements/x-common/xorg-lib-libXrandr.bst @@ -0,0 +1,16 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +- x-common/xorg-lib-libX11.bst +- x-common/xorg-lib-libXext.bst +- x-common/xorg-lib-libXrender.bst +- x-common/xorg-proto-randrproto.bst +- x-common/xorg-proto-renderproto.bst +- x-common/xorg-proto-xextproto.bst +sources: +- kind: git + url: upstream:xorg-lib-libXrandr + track: baserock/morph + ref: 99a63d10cbbab7d69a52d25d78795a3278506ea9 diff --git a/elements/x-common/xorg-lib-libXrender.bst b/elements/x-common/xorg-lib-libXrender.bst new file mode 100644 index 00000000..6cd2f96b --- /dev/null +++ b/elements/x-common/xorg-lib-libXrender.bst @@ -0,0 +1,12 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +- x-common/xorg-lib-libX11.bst +- x-common/xorg-proto-renderproto.bst +sources: +- kind: git + url: upstream:xorg-lib-libXrender + track: baserock/morph + ref: 1af52cb334377611233d7dc156bc1e6f7923756d diff --git a/elements/x-common/xorg-lib-libXt.bst b/elements/x-common/xorg-lib-libXt.bst new file mode 100644 index 00000000..fcde3a73 --- /dev/null +++ b/elements/x-common/xorg-lib-libXt.bst @@ -0,0 +1,14 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +- x-common/xorg-proto-kbproto.bst +- x-common/xorg-lib-libX11.bst +- x-common/xorg-lib-libSM.bst +- x-common/xorg-lib-libICE.bst +sources: +- kind: git + url: upstream:xorg-lib-libXt + track: libXt-1.1.5 + ref: e7411e7e5299116604ff1f01d9415802607f1051 diff --git a/elements/x-common/xorg-lib-libXtst.bst b/elements/x-common/xorg-lib-libXtst.bst new file mode 100644 index 00000000..632b1cc3 --- /dev/null +++ b/elements/x-common/xorg-lib-libXtst.bst @@ -0,0 +1,16 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +- x-common/xorg-lib-libX11.bst +- x-common/xorg-lib-libXext.bst +- x-common/xorg-lib-libXi.bst +- x-common/xorg-proto-inputproto.bst +- x-common/xorg-proto-recordproto.bst +- x-common/xorg-proto-xextproto.bst +sources: +- kind: git + url: upstream:xorg-lib-libXtst + track: baserock/morph + ref: 2aafac9474a0a0a0c39797862f823255918cf368 diff --git a/elements/x-common/xorg-lib-libXv.bst b/elements/x-common/xorg-lib-libXv.bst new file mode 100644 index 00000000..00cfeccd --- /dev/null +++ b/elements/x-common/xorg-lib-libXv.bst @@ -0,0 +1,14 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +- x-common/xorg-lib-libX11.bst +- x-common/xorg-lib-libXext.bst +- x-common/xorg-proto-xextproto.bst +- x-common/xorg-proto-videoproto.bst +sources: +- kind: git + url: upstream:xorg-lib-libXv + track: libXv-1.0.10 + ref: 736d7ac5a94c7aa6761d50ab58339a3d9a116c51 diff --git a/elements/x-common/xorg-lib-libxkbfile.bst b/elements/x-common/xorg-lib-libxkbfile.bst new file mode 100644 index 00000000..28113073 --- /dev/null +++ b/elements/x-common/xorg-lib-libxkbfile.bst @@ -0,0 +1,12 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xcb-libxcb.bst +- x-common/xorg-lib-libXau.bst +- x-common/xorg-lib-libX11.bst +- x-common/xorg-proto-kbproto.bst +sources: +- kind: git + url: upstream:xorg-lib-libxkbfile + track: baserock/morph + ref: 7381c2f9013ef7784c78091fa671e652a62ca706 diff --git a/elements/x-common/xorg-lib-libxshmfence.bst b/elements/x-common/xorg-lib-libxshmfence.bst new file mode 100644 index 00000000..4248f43d --- /dev/null +++ b/elements/x-common/xorg-lib-libxshmfence.bst @@ -0,0 +1,9 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +- x-common/xorg-proto-x11proto.bst +sources: +- kind: git + url: upstream:xorg-lib-libxshmfence + track: master + ref: 9c4f070e1304a3503cfab08f68573443025fc4c9 diff --git a/elements/x-common/xorg-lib-libxtrans.bst b/elements/x-common/xorg-lib-libxtrans.bst new file mode 100644 index 00000000..eab4fc15 --- /dev/null +++ b/elements/x-common/xorg-lib-libxtrans.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-lib-libxtrans + track: xtrans-1.3.5 + ref: 7cbad9fe2e61cd9d5caeaf361826a6f4bd320f03 diff --git a/elements/x-common/xorg-proto-bigreqsproto.bst b/elements/x-common/xorg-proto-bigreqsproto.bst new file mode 100644 index 00000000..0a720105 --- /dev/null +++ b/elements/x-common/xorg-proto-bigreqsproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-bigreqsproto + track: baserock/morph + ref: d6ed3e927a756900ad4c9fd7235f8f7f34f376db diff --git a/elements/x-common/xorg-proto-compositeproto.bst b/elements/x-common/xorg-proto-compositeproto.bst new file mode 100644 index 00000000..cb741ee3 --- /dev/null +++ b/elements/x-common/xorg-proto-compositeproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-compositeproto + track: baserock/morph + ref: 39738dbe9438dc80fc6b9e221d9ed26a6d42da6b diff --git a/elements/x-common/xorg-proto-damageproto.bst b/elements/x-common/xorg-proto-damageproto.bst new file mode 100644 index 00000000..cdfe3b70 --- /dev/null +++ b/elements/x-common/xorg-proto-damageproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-damageproto + track: baserock/morph + ref: 015b980e5091492dbe681af59569768ba89fbfe0 diff --git a/elements/x-common/xorg-proto-dmxproto.bst b/elements/x-common/xorg-proto-dmxproto.bst new file mode 100644 index 00000000..c762203c --- /dev/null +++ b/elements/x-common/xorg-proto-dmxproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-dmxproto + track: baserock/morph + ref: 395f6fcc0a5635907b5e45829e86b29431316184 diff --git a/elements/x-common/xorg-proto-dri2proto.bst b/elements/x-common/xorg-proto-dri2proto.bst new file mode 100644 index 00000000..512e156a --- /dev/null +++ b/elements/x-common/xorg-proto-dri2proto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-dri2proto + track: baserock/morph + ref: ead89ad84877551cc15d26b95cb19a3e205df71f diff --git a/elements/x-common/xorg-proto-dri3proto.bst b/elements/x-common/xorg-proto-dri3proto.bst new file mode 100644 index 00000000..c6099b37 --- /dev/null +++ b/elements/x-common/xorg-proto-dri3proto.bst @@ -0,0 +1,7 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-dri3proto + ref: 91df0f88b70c268f3580385a7b37543ab8c544c8 diff --git a/elements/x-common/xorg-proto-fixesproto.bst b/elements/x-common/xorg-proto-fixesproto.bst new file mode 100644 index 00000000..3180b0d6 --- /dev/null +++ b/elements/x-common/xorg-proto-fixesproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-fixesproto + track: baserock/morph + ref: b6c6bc2aa4b83f8763c75c90e6671052272a2af2 diff --git a/elements/x-common/xorg-proto-fontsproto.bst b/elements/x-common/xorg-proto-fontsproto.bst new file mode 100644 index 00000000..9f388ed1 --- /dev/null +++ b/elements/x-common/xorg-proto-fontsproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-fontsproto + track: fontsproto-2.1.3 + ref: df8c05f7c0253a36589d96efa52938215eff9d4d diff --git a/elements/x-common/xorg-proto-glproto.bst b/elements/x-common/xorg-proto-glproto.bst new file mode 100644 index 00000000..1c7c24a6 --- /dev/null +++ b/elements/x-common/xorg-proto-glproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-glproto + track: glproto-1.4.17 + ref: f84853d97d5749308992412a215fa518b6536eb3 diff --git a/elements/x-common/xorg-proto-inputproto.bst b/elements/x-common/xorg-proto-inputproto.bst new file mode 100644 index 00000000..0c4f474c --- /dev/null +++ b/elements/x-common/xorg-proto-inputproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-inputproto + track: inputproto-2.3.1 + ref: 343ff0938f592876b9d82c966f166bf45a78c3c8 diff --git a/elements/x-common/xorg-proto-kbproto.bst b/elements/x-common/xorg-proto-kbproto.bst new file mode 100644 index 00000000..3ec6b207 --- /dev/null +++ b/elements/x-common/xorg-proto-kbproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-kbproto + track: baserock/morph + ref: f7022f5775350dce3348b7151845a32390e98791 diff --git a/elements/x-common/xorg-proto-presentproto.bst b/elements/x-common/xorg-proto-presentproto.bst new file mode 100644 index 00000000..bef6927f --- /dev/null +++ b/elements/x-common/xorg-proto-presentproto.bst @@ -0,0 +1,7 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-presentproto + ref: ef84007fc4a23d3897b4776906139de9d0698c2a diff --git a/elements/x-common/xorg-proto-randrproto.bst b/elements/x-common/xorg-proto-randrproto.bst new file mode 100644 index 00000000..1fc381e3 --- /dev/null +++ b/elements/x-common/xorg-proto-randrproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-randrproto + track: randrproto-1.5.0 + ref: 79b63f0e57cd5baf06ff24252d3f1675dcb64467 diff --git a/elements/x-common/xorg-proto-recordproto.bst b/elements/x-common/xorg-proto-recordproto.bst new file mode 100644 index 00000000..37a63c35 --- /dev/null +++ b/elements/x-common/xorg-proto-recordproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-recordproto + track: baserock/morph + ref: 0fd4f8e57c1e637b2aaaaa0f539ddbac8cc50575 diff --git a/elements/x-common/xorg-proto-renderproto.bst b/elements/x-common/xorg-proto-renderproto.bst new file mode 100644 index 00000000..ecd4d2bd --- /dev/null +++ b/elements/x-common/xorg-proto-renderproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-renderproto + track: baserock/morph + ref: 935f5ec95a3718c184ff685f5b79b467483b7844 diff --git a/elements/x-common/xorg-proto-resourceproto.bst b/elements/x-common/xorg-proto-resourceproto.bst new file mode 100644 index 00000000..bd8315af --- /dev/null +++ b/elements/x-common/xorg-proto-resourceproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-resourceproto + track: baserock/morph + ref: ada91f54c98b5a61d3e116fca6bf239a8604730f diff --git a/elements/x-common/xorg-proto-scrnsaverproto.bst b/elements/x-common/xorg-proto-scrnsaverproto.bst new file mode 100644 index 00000000..4449714e --- /dev/null +++ b/elements/x-common/xorg-proto-scrnsaverproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-scrnsaverproto + track: baserock/morph + ref: 614532026e8ec7496216316fb584d6f2af6a7f7b diff --git a/elements/x-common/xorg-proto-videoproto.bst b/elements/x-common/xorg-proto-videoproto.bst new file mode 100644 index 00000000..a9c032a1 --- /dev/null +++ b/elements/x-common/xorg-proto-videoproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-videoproto + track: baserock/morph + ref: e42cf822e230cff5c6550ca2c050dfa27d2c9611 diff --git a/elements/x-common/xorg-proto-x11proto.bst b/elements/x-common/xorg-proto-x11proto.bst new file mode 100644 index 00000000..de5c797e --- /dev/null +++ b/elements/x-common/xorg-proto-x11proto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-x11proto + track: xproto-7.0.28 + ref: d5524e2b8d811aa03ed19c6e8fb2ee4162ca2b23 diff --git a/elements/x-common/xorg-proto-xcmiscproto.bst b/elements/x-common/xorg-proto-xcmiscproto.bst new file mode 100644 index 00000000..26d1993f --- /dev/null +++ b/elements/x-common/xorg-proto-xcmiscproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-xcmiscproto + track: baserock/morph + ref: 83549077a3c2140b9862709004cd873f1c55e395 diff --git a/elements/x-common/xorg-proto-xextproto.bst b/elements/x-common/xorg-proto-xextproto.bst new file mode 100644 index 00000000..8edc2c77 --- /dev/null +++ b/elements/x-common/xorg-proto-xextproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-xextproto + track: xextproto-7.3.0 + ref: 66afec3f49e8eb0d4c2e9af7088fc3116d4bafd7 diff --git a/elements/x-common/xorg-proto-xf86bigfontproto.bst b/elements/x-common/xorg-proto-xf86bigfontproto.bst new file mode 100644 index 00000000..78612240 --- /dev/null +++ b/elements/x-common/xorg-proto-xf86bigfontproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-xf86bigfontproto + track: baserock/morph + ref: f805b328b2195de384c0fb6b82ef5f88c179b2c0 diff --git a/elements/x-common/xorg-proto-xf86dgaproto.bst b/elements/x-common/xorg-proto-xf86dgaproto.bst new file mode 100644 index 00000000..3df34ce9 --- /dev/null +++ b/elements/x-common/xorg-proto-xf86dgaproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-xf86dgaproto + track: baserock/morph + ref: c52b205c3175309be7952774668c87dd2d5ce30e diff --git a/elements/x-common/xorg-proto-xf86driproto.bst b/elements/x-common/xorg-proto-xf86driproto.bst new file mode 100644 index 00000000..2b979147 --- /dev/null +++ b/elements/x-common/xorg-proto-xf86driproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-xf86driproto + track: baserock/morph + ref: cb03b8d49bf063860859c1ed8bcecd055551e93a diff --git a/elements/x-common/xorg-proto-xineramaproto.bst b/elements/x-common/xorg-proto-xineramaproto.bst new file mode 100644 index 00000000..81911d67 --- /dev/null +++ b/elements/x-common/xorg-proto-xineramaproto.bst @@ -0,0 +1,8 @@ +kind: autotools +depends: +- xorg-util-macros-common.bst +sources: +- kind: git + url: upstream:xorg-proto-xineramaproto + track: baserock/morph + ref: 4e77b45e0d6b42a448dab2ec316eeb5c490ecfed -- cgit v1.2.1