diff --git a/libX11.be0 b/libX11.be0 index daeb11478..5b4c88765 100755 --- a/libX11.be0 +++ b/libX11.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libX11-1.6.6-0 +# BEE_VERSION libX11-1.6.7-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.) diff --git a/libdrm.be0 b/libdrm.be0 index db7dde40b..c4696556a 100755 --- a/libdrm.be0 +++ b/libdrm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libdrm-2.4.93-0 +# BEE_VERSION libdrm-2.4.94-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.) diff --git a/libxcb.be0 b/libxcb.be0 index bce127858..f21f2be6d 100755 --- a/libxcb.be0 +++ b/libxcb.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libxcb-1.12-0 +# BEE_VERSION libxcb-1.13.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,7 @@ ## 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/libxcb-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://xcb.freedesktop.org/dist/libxcb-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. diff --git a/mesalib.be0 b/mesalib.be0 index 0dcba44ca..25422461c 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-18.1.6-0 +# BEE_VERSION mesalib-18.2.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.) @@ -15,7 +15,7 @@ SRCURL[0]="https://mesa.freedesktop.org/archive/mesa-${PKGVERSION}.tar.xz" ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -# PATCHURL+=() +PATCHURL+=(/src/mariux/patches/0001-intel-tools-Include-stdarg.h.patch) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not @@ -55,7 +55,6 @@ SRCURL[0]="https://mesa.freedesktop.org/archive/mesa-${PKGVERSION}.tar.xz" mee_configure() { start_cmd ${S}/autogen.sh ${DEFCONFIG} \ - --enable-texture-float \ --enable-gles1 \ --enable-gles2 \ --enable-osmesa \ diff --git a/scripts/update-graphics-and-x-stack.sh b/scripts/update-graphics-and-x-stack.sh new file mode 100755 index 000000000..bd09ac335 --- /dev/null +++ b/scripts/update-graphics-and-x-stack.sh @@ -0,0 +1,15 @@ +#! /bin/bash + +# +# bee install does not work well on big archives ( mariux64/bee#26 ) +# +sudo perl -i -pe 's/^( *)(print_conflicts .*)/$1# $2/' /usr/libexec/bee/bee.d/bee-cache + +sudo bee update libdrm-2.4.94-0 + +sudo bee update wayland-1.16.0-0 +sudo bee install xcb-proto-1.13-0 +sudo bee update libxcb-1.13-0.x86_64 +sudo bee update mesalib-18.2.1-0 + +sudo bee update libX11-1.6.7-0 diff --git a/wayland.be0 b/wayland.be0 index f6d75a8de..9b3dc49cf 100755 --- a/wayland.be0 +++ b/wayland.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION wayland-1.14.0-0 +# BEE_VERSION wayland-1.16.0-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.) diff --git a/xcb-proto.be0 b/xcb-proto.be0 new file mode 100755 index 000000000..5fe71aa10 --- /dev/null +++ b/xcb-proto.be0 @@ -0,0 +1,85 @@ +#!/usr/bin/env beesh + +# BEE_VERSION xcb-proto-1.13-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.) + +############################################################################### +## 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" + +############################################################################### +## Add URLs/pathes to patch files to the PATCHURL array. +## The sources will be patched in the order of the array. + +# PATCHURL+=() + +############################################################################### +## Add filename patterns to the EXCLUDE array of files that should not +## be added to you package but may be present in the image directory. + +# EXCLUDE+=() + +############################################################################### +## Uncomment the next statement, if the software may not be able to be build +## outside the source directory and need to be build inside the source +## directory. + +# build_in_sourcedir + +############################################################################### +## bee cannot detect buildtypes specified in subdirectories. +## Sometimes packages "hide" the real sources in a subdirectory named +## 'src' or 'cmake' or .. +## use 'sourcesubdir_append' to specify this directory if known. + +# sourcesubdir_append src + + +############################################################################### +## Change the default (auto-detected) steps to +## extract, patch, configure/setup, build and install the software. +## Make sure the mee_install function does install everything to the +## image directory "${D}" + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' + +############################################################################### +## +## Additional hints: +## +## The name of this bee-file should follow the following naming convention: +## pkgname-pkgversion-pkgrevision.bee +## +## You may remove all comments as long as SRCURL[0]="" is set. +## +## Everything in this file will be executed in a bash environment. +## +## Build the package by executing +## './pkg-version-N.bee' or +## 'beesh ./pkg-version-N.bee' +## +## see http://beezinga.org/ +##