From 024713e8a6a6da350f501fa3018927915e8781b9 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 17 Nov 2020 14:47:24 +0100 Subject: [PATCH 01/12] libpthread-stubs: beenullify & build v0.4 from beehive --- libpthread-stubs-0.1-0.bee | 26 -------------------------- libpthread-stubs.be0 | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 26 deletions(-) delete mode 100755 libpthread-stubs-0.1-0.bee create mode 100755 libpthread-stubs.be0 diff --git a/libpthread-stubs-0.1-0.bee b/libpthread-stubs-0.1-0.bee deleted file mode 100755 index f9ba87f09..000000000 --- a/libpthread-stubs-0.1-0.bee +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/env beesh - -PGRP=( uncategorized ) - -SRCURL[0]="http://xcb.freedesktop.org/dist/libpthread-stubs-0.1.tar.bz2" - -PATCHES[0]="" - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/libpthread-stubs.be0 b/libpthread-stubs.be0 new file mode 100755 index 000000000..367c1854b --- /dev/null +++ b/libpthread-stubs.be0 @@ -0,0 +1,27 @@ +#!/bin/env beesh + +# BEE_VERSION libpthread-stubs-0.4-0 + +# SRCURL[0]="https://xcb.freedesktop.org/dist/libpthread-stubs-0.4.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/7d2734e604a3e2f6f665c420b835ab62/libpthread-stubs-0.4.tar.gz" + +PATCHES[0]="" + +# EXCLUDE="" + +mee_patch() { + bee_patch +} + +mee_configure() { + bee_configure +} + +mee_build() { + bee_build +} + +mee_install() { + bee_install +} + From c2abd1cd7bddd824f97bf483fc2bac2a50b804a8 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 17 Nov 2020 14:49:54 +0100 Subject: [PATCH 02/12] xcb-proto: update from 1.13 to 1.14.1, use beehive --- xcb-proto.be0 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xcb-proto.be0 b/xcb-proto.be0 index 5fe71aa10..0cbb57abb 100755 --- a/xcb-proto.be0 +++ b/xcb-proto.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-proto-1.13-0 +# BEE_VERSION xcb-proto-1.14.1-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-proto-${PKGVERSION}.tar.bz2" +# SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-proto-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/ecd6955dab1a7b9ba9756a11b8bdb48f/xcb-proto-1.14.1.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. From f50ccfeb3f7e505cbaccbd5ed9bf8b63c2701b16 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 17 Nov 2020 14:54:36 +0100 Subject: [PATCH 03/12] libxcb: update from from 1.13.1 to 1.14, use beehive Needs xcb-proto 1.14+ to build. Devel-docs are not build/installed. --- libxcb.be0 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libxcb.be0 b/libxcb.be0 index f21f2be6d..b35a1d506 100755 --- a/libxcb.be0 +++ b/libxcb.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libxcb-1.13.1-0 +# BEE_VERSION libxcb-1.14-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://xcb.freedesktop.org/dist/libxcb-${PKGVERSION}.tar.bz2" +# SRCURL[0]="https://xcb.freedesktop.org/dist/libxcb-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/8d1285dec5a474236f67f899f99bc147/libxcb-1.14.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -55,7 +56,8 @@ SRCURL[0]="https://xcb.freedesktop.org/dist/libxcb-${PKGVERSION}.tar.bz2" mee_configure() { bee_configure \ - --enable-xinput + --enable-xinput \ + --enable-devel-docs=no } #mee_build() { From 67eefeb98f082b5c97061cba7cbf0434cf4c0e41 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 17 Nov 2020 14:55:44 +0100 Subject: [PATCH 04/12] xcb-util-image: update from 0.3.9 to 0.4.0, use beehive --- xcb-util-image.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcb-util-image.be0 b/xcb-util-image.be0 index fd292c809..63466f3e7 100755 --- a/xcb-util-image.be0 +++ b/xcb-util-image.be0 @@ -1,11 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-util-image-0.3.9-1 +# BEE_VERSION xcb-util-image-0.4.0-0 # more info: https://foo.bar.com # SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-image-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/fabb80b36490b00fc91289e2c7f66770/xcb-util-image-0.3.9.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/32c9c2f72ebd58a2b2e210f27fee86f7/xcb-util-image-0.4.0.tar.gz" # PATCHURL+=() From 29277db52739e1b1940330d4e1ced36c5413f4c3 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 17 Nov 2020 14:56:28 +0100 Subject: [PATCH 05/12] xcb-util-keysyms: update from 0.3.9 to 0.4.0, use beehive --- xcb-util-keysyms.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcb-util-keysyms.be0 b/xcb-util-keysyms.be0 index bdc2ff45a..86c704c8e 100755 --- a/xcb-util-keysyms.be0 +++ b/xcb-util-keysyms.be0 @@ -1,11 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-util-keysyms-0.3.9-1 +# BEE_VERSION xcb-util-keysyms-0.4.0-0 # more info: https://foo.bar.com #SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-keysyms-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/64e4aad2d48cd4a92e2da13b9f35bfd2/xcb-util-keysyms-0.3.9.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/2decde7b02b4b3bde99a02c17b64d5dc/xcb-util-keysyms-0.4.0.tar.gz" # PATCHURL+=() From 26e77914ba860883e364a9ce58614015d88fafa0 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 17 Nov 2020 14:59:20 +0100 Subject: [PATCH 06/12] xcb-util-renderutil: beenullify & build v0.3.9 from beehive --- xcb-util-renderutil-0.3.8-1.bee => xcb-util-renderutil.be0 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename xcb-util-renderutil-0.3.8-1.bee => xcb-util-renderutil.be0 (91%) diff --git a/xcb-util-renderutil-0.3.8-1.bee b/xcb-util-renderutil.be0 similarity index 91% rename from xcb-util-renderutil-0.3.8-1.bee rename to xcb-util-renderutil.be0 index a4d1db4e0..b01d4915e 100755 --- a/xcb-util-renderutil-0.3.8-1.bee +++ b/xcb-util-renderutil.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION xcb-util-renderutil-0.3.9-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -7,7 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-renderutil-${PKGVERSION}.tar.bz2" +#SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-renderutil-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/ac18c1b70ae69845e112f1d987926436/xcb-util-renderutil-0.3.9.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. From 8382ca3f38a641f845fee77839427e598de496a7 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 17 Nov 2020 15:01:50 +0100 Subject: [PATCH 07/12] xcb-util-wm: beenullify & rebuild v0.4.1 from beehive --- xcb-util-wm-0.4.1-0.bee => xcb-util-wm.be0 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename xcb-util-wm-0.4.1-0.bee => xcb-util-wm.be0 (92%) diff --git a/xcb-util-wm-0.4.1-0.bee b/xcb-util-wm.be0 similarity index 92% rename from xcb-util-wm-0.4.1-0.bee rename to xcb-util-wm.be0 index a40b5aab8..3519c8166 100755 --- a/xcb-util-wm-0.4.1-0.bee +++ b/xcb-util-wm.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION xcb-util-wm-0.4.1-1 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -7,7 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-wm-${PKGVERSION}.tar.bz2" +# SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-wm-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/0831399918359bf82930124fa9fd6a9b/xcb-util-wm-0.4.1.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. From 02be54b6261de17ec51d12a2cb64e1566cc45bc6 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 17 Nov 2020 15:03:50 +0100 Subject: [PATCH 08/12] xcb-util: update from 0.3.9 to 0.4.0, use beehive --- xcb-util.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcb-util.be0 b/xcb-util.be0 index 081638d04..63f64b29c 100755 --- a/xcb-util.be0 +++ b/xcb-util.be0 @@ -1,11 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-util-0.3.9-1 +# BEE_VERSION xcb-util-0.4.0-0 # more info: https://foo.bar.com #SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/01dcc7a16d5020530552712710646ea2/xcb-util-0.3.9.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/157d82738aa89934b6adaf3ca508a0f5/xcb-util-0.4.0.tar.gz" # PATCHURL+=() From e1af0a3fa085139305b2fc15f3344de945522d2c Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 17 Nov 2020 15:39:31 +0100 Subject: [PATCH 09/12] xcb-util-image: increase revision & cleanup xcb-util-image-0.4.0-0.bee was already present, dated 'Feb 29 2016'... --- xcb-util-image.be0 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xcb-util-image.be0 b/xcb-util-image.be0 index 63466f3e7..70e3eb8e0 100755 --- a/xcb-util-image.be0 +++ b/xcb-util-image.be0 @@ -1,8 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-util-image-0.4.0-0 - -# more info: https://foo.bar.com +# BEE_VERSION xcb-util-image-0.4.0-1 # SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-image-${PKGVERSION}.tar.bz2" SRCURL[0]="https://beehive.molgen.mpg.de/32c9c2f72ebd58a2b2e210f27fee86f7/xcb-util-image-0.4.0.tar.gz" From e5c0c52cb8425a84f3896b9d5d4eb72ff6e578aa Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 17 Nov 2020 15:43:56 +0100 Subject: [PATCH 10/12] xcb-util-keysyms: increase revision & cleanup xcb-util-keysyms-0.4.0-0.bee was already present, dated 'Feb 29 2016'... --- xcb-util-keysyms.be0 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xcb-util-keysyms.be0 b/xcb-util-keysyms.be0 index 86c704c8e..1e171ca5f 100755 --- a/xcb-util-keysyms.be0 +++ b/xcb-util-keysyms.be0 @@ -1,8 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-util-keysyms-0.4.0-0 - -# more info: https://foo.bar.com +# BEE_VERSION xcb-util-keysyms-0.4.0-1 #SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-keysyms-${PKGVERSION}.tar.bz2" SRCURL[0]="https://beehive.molgen.mpg.de/2decde7b02b4b3bde99a02c17b64d5dc/xcb-util-keysyms-0.4.0.tar.gz" From 019ca0fb27ca83fe53d6ff9cf35b99716773aa8c Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 17 Nov 2020 15:55:17 +0100 Subject: [PATCH 11/12] xcb-util-renderutil: increase revision xcb-util-renderutil-0.3.9-0.bee was already present, dated 'Feb 29 2016'... --- xcb-util-renderutil.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcb-util-renderutil.be0 b/xcb-util-renderutil.be0 index b01d4915e..3ab0e3edf 100755 --- a/xcb-util-renderutil.be0 +++ b/xcb-util-renderutil.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-util-renderutil-0.3.9-0 +# BEE_VERSION xcb-util-renderutil-0.3.9-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From 17d42173be9fc58761864cf29cc73559acfa1a14 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 17 Nov 2020 16:03:28 +0100 Subject: [PATCH 12/12] xcb-util: increase revision xcb-util-0.4.0-0.bee was already present, dated 'Feb 29 2016'... --- xcb-util.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcb-util.be0 b/xcb-util.be0 index 63f64b29c..73acdc48a 100755 --- a/xcb-util.be0 +++ b/xcb-util.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-util-0.4.0-0 +# BEE_VERSION xcb-util-0.4.0-1 # more info: https://foo.bar.com