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 +} + 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() { 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. diff --git a/xcb-util-image.be0 b/xcb-util-image.be0 index fd292c809..70e3eb8e0 100755 --- a/xcb-util-image.be0 +++ b/xcb-util-image.be0 @@ -1,11 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-util-image-0.3.9-1 - -# 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/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+=() diff --git a/xcb-util-keysyms.be0 b/xcb-util-keysyms.be0 index bdc2ff45a..1e171ca5f 100755 --- a/xcb-util-keysyms.be0 +++ b/xcb-util-keysyms.be0 @@ -1,11 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-util-keysyms-0.3.9-1 - -# 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/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+=() diff --git a/xcb-util-wm-0.4.1-0.bee b/xcb-util-renderutil.be0 similarity index 91% rename from xcb-util-wm-0.4.1-0.bee rename to xcb-util-renderutil.be0 index a40b5aab8..3ab0e3edf 100755 --- a/xcb-util-wm-0.4.1-0.bee +++ b/xcb-util-renderutil.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# 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.) @@ -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-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. diff --git a/xcb-util-renderutil-0.3.8-1.bee b/xcb-util-wm.be0 similarity index 92% rename from xcb-util-renderutil-0.3.8-1.bee rename to xcb-util-wm.be0 index a4d1db4e0..3519c8166 100755 --- a/xcb-util-renderutil-0.3.8-1.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-renderutil-${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. diff --git a/xcb-util.be0 b/xcb-util.be0 index 081638d04..73acdc48a 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-1 # 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+=()