diff --git a/cairo-1.14.2-0.bee b/cairo.be0 similarity index 95% rename from cairo-1.14.2-0.bee rename to cairo.be0 index 20e456bab..a4ca88663 100755 --- a/cairo-1.14.2-0.bee +++ b/cairo.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION cairo-1.15.2-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,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://cairographics.org/releases/cairo-${PKGVERSION}.tar.xz" +SRCURL[0]="https://cairographics.org/snapshots/cairo-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -52,7 +54,7 @@ SRCURL[0]="http://cairographics.org/releases/cairo-${PKGVERSION}.tar.xz" #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { diff --git a/fontsproto-2.1.2-0.bee b/fontsproto-2.1.3-0.bee similarity index 100% rename from fontsproto-2.1.2-0.bee rename to fontsproto-2.1.3-0.bee diff --git a/libdrm-2.4.52-0.bee b/libdrm.be0 similarity index 95% rename from libdrm-2.4.52-0.bee rename to libdrm.be0 index 0611beed3..d05845f53 100755 --- a/libdrm-2.4.52-0.bee +++ b/libdrm.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION libdrm-2.4.68-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,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://dri.freedesktop.org/libdrm/libdrm-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://dri.freedesktop.org/libdrm/libdrm-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. diff --git a/glamor-egl-0.6.0-0.bee b/libevdev-1.5.2-0.bee similarity index 92% rename from glamor-egl-0.6.0-0.bee rename to libevdev-1.5.2-0.bee index 27cf33aba..1a7c67a0b 100755 --- a/glamor-egl-0.6.0-0.bee +++ b/libevdev-1.5.2-0.bee @@ -7,7 +7,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://xorg.freedesktop.org/archive/individual/driver/glamor-egl-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://www.freedesktop.org/software/libevdev/libevdev-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -52,7 +52,7 @@ SRCURL[0]="http://xorg.freedesktop.org/archive/individual/driver/glamor-egl-${PK #} mee_configure() { - bee_configure --enable-glx-tls + bee_configure --disable-static } #mee_build() { @@ -71,7 +71,7 @@ mee_configure() { ## 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. +## You may remove all comments as long as SRCURL[0] is set. ## ## Everything in this file will be executed in a bash environment. ## diff --git a/libevent-2.0.19-0.bee b/libevent-2.0.21-0.bee similarity index 100% rename from libevent-2.0.19-0.bee rename to libevent-2.0.21-0.bee diff --git a/util-macros-1.18.0-0.bee b/libwacom-0.18-0.bee similarity index 92% rename from util-macros-1.18.0-0.bee rename to libwacom-0.18-0.bee index 78766da58..2f21358f8 100755 --- a/util-macros-1.18.0-0.bee +++ b/libwacom-0.18-0.bee @@ -7,7 +7,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://xorg.freedesktop.org/releases/individual/util/util-macros-${PKGVERSION}.tar.bz2" +SRCURL[0]="http://downloads.sourceforge.net/linuxwacom/libwacom/libwacom-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -51,9 +51,9 @@ SRCURL[0]="http://xorg.freedesktop.org/releases/individual/util/util-macros-${PK # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure +} #mee_build() { # bee_build @@ -71,7 +71,7 @@ SRCURL[0]="http://xorg.freedesktop.org/releases/individual/util/util-macros-${PK ## 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. +## You may remove all comments as long as SRCURL[0] is set. ## ## Everything in this file will be executed in a bash environment. ## diff --git a/libwacom-0.5-0.bee b/libwacom-0.5-0.bee deleted file mode 100755 index 3461427de..000000000 --- a/libwacom-0.5-0.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://downloads.sourceforge.net/project/linuxwacom/libwacom/libwacom-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - -# build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract ${@} -#} - -#mee_patch() { -# bee_patch ${@} -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/mtdev-1.1.5-1.bee b/mtdev-1.1.5-1.bee new file mode 100755 index 000000000..c2a22c65e --- /dev/null +++ b/mtdev-1.1.5-1.bee @@ -0,0 +1,83 @@ +#!/usr/bin/env beesh + +## 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://bitmath.org/code/mtdev/mtdev-${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 --disable-static +} + +#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/ +## diff --git a/randrproto-1.4.0-0.bee b/randrproto-1.5.0-0.bee similarity index 100% rename from randrproto-1.4.0-0.bee rename to randrproto-1.5.0-0.bee diff --git a/util-macros.be0 b/util-macros.be0 new file mode 100755 index 000000000..0dd2cad3c --- /dev/null +++ b/util-macros.be0 @@ -0,0 +1,85 @@ +#!/usr/bin/env beesh + +# BEE_VERSION util-macros-1.19.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.) + +############################################################################### +## 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://www.x.org/archive/individual/util/util-macros-${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 built +## outside the source directory and needs to be built 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/ +## diff --git a/xf86-input-evdev-2.8.2-0.bee b/xf86-input-evdev.be0 similarity index 91% rename from xf86-input-evdev-2.8.2-0.bee rename to xf86-input-evdev.be0 index 4e2efd8b1..174474ed2 100755 --- a/xf86-input-evdev-2.8.2-0.bee +++ b/xf86-input-evdev.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION xf86-input-evdev-2.10.3-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,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://xorg.freedesktop.org/archive/individual/driver/xf86-input-evdev-${PKGVERSION}.tar.bz2" +SRCURL[0]="http://ftp.x.org/pub/individual/driver/xf86-input-evdev-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -52,7 +54,7 @@ SRCURL[0]="http://xorg.freedesktop.org/archive/individual/driver/xf86-input-evde #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -71,7 +73,7 @@ SRCURL[0]="http://xorg.freedesktop.org/archive/individual/driver/xf86-input-evde ## 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. +## You may remove all comments as long as SRCURL[0] is set. ## ## Everything in this file will be executed in a bash environment. ## diff --git a/xorg-server-1.15.0-3.bee b/xorg-server.be0 similarity index 89% rename from xorg-server-1.15.0-3.bee rename to xorg-server.be0 index 85f35c9ed..dc211cc59 100755 --- a/xorg-server-1.15.0-3.bee +++ b/xorg-server.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION xorg-server-1.18.4-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,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://xorg.freedesktop.org/archive/individual/xserver/xorg-server-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://ftp.x.org/pub/individual/xserver/xorg-server-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -15,7 +17,7 @@ SRCURL[0]="http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-${ # PATCHURL[0]="/src/mariux/download/xorg-xinerama.patch" -PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/svn/xorg-server-1.15.0-add_prime_support-1.patch) +PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/svn/xorg-server-1.18.4-add_prime_support-1.patch) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not @@ -55,17 +57,21 @@ PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/svn/xorg-server-1.15.0-a mee_configure() { bee_configure \ + --enable-glamor \ + --enable-install-setuid \ + --enable-suid-wrapper \ --with-xkb-output=/var/lib/xkb \ - --enable-install-setuid + --disable-systemd-logind } #mee_build() { # bee_build #} -#mee_install() { -# bee_install -#} +mee_install() { + bee_install + make check +} mee_install_post() { local genericdir=/usr/share/mxgfx-generic/lib @@ -93,6 +99,3 @@ mee_install_post() { ## ## see http://beezinga.org/ ## -#!/bin/env beesh - - diff --git a/xproto-7.0.25-0.bee b/xproto-7.0.28-0.bee similarity index 100% rename from xproto-7.0.25-0.bee rename to xproto-7.0.28-0.bee diff --git a/xtrans-1.3.3-0.bee b/xtrans-1.3.5-0.bee similarity index 100% rename from xtrans-1.3.3-0.bee rename to xtrans-1.3.5-0.bee