diff --git a/appres.be0 b/appres.be0 index 4e350d18a..ba5734881 100755 --- a/appres.be0 +++ b/appres.be0 @@ -1,11 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION appres-1.0.5-0 +# BEE_VERSION appres-1.0.7-0 -# more info: https://foo.bar.com - -# SRCURL[0]="https://www.x.org/releases/individual/app/appres-1.0.5.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/299fdd24895573561f8011ef6714749f/appres-1.0.5.tar.gz" +#SRCURL[0]="https://www.x.org/releases/individual/lib/appres-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/9f16e1413c75f6d3cd58215e48e0f308/appres-1.0.7.tar.xz" # PATCHURL+=() @@ -33,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/299fdd24895573561f8011ef6714749f/appres # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/bdftopcf.be0 b/bdftopcf.be0 index 8a0e9013b..bf163ccac 100755 --- a/bdftopcf.be0 +++ b/bdftopcf.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION bdftopcf-1.0.5-2 +# BEE_VERSION bdftopcf-1.1.1-0 -#SRCURL[0]="https://www.x.org/releases/individual/app/bdftopcf-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/456416d33e0d41a96b5a3725d99e1be3/bdftopcf-1.0.5.tar.gz" +#SRCURL[0]="https://www.x.org/releases/individual/lib/bdftopcf-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/e09b61567ab4a4d534119bba24eddfb1/bdftopcf-1.1.1.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/456416d33e0d41a96b5a3725d99e1be3/bdftop #mee_install() { # bee_install #} + diff --git a/editres.be0 b/editres.be0 index 7dbd2e339..96fbc4c5c 100755 --- a/editres.be0 +++ b/editres.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION editres-1.0.7-0 +# BEE_VERSION editres-1.0.9-0 -# SRCURL[0]="https://www.x.org/releases/individual/app/editres-1.0.7.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/b8e22ab7e4434c75392ee17a1ed6cffe/editres-1.0.7.tar.gz" +#SRCURL[0]="https://www.x.org/releases/individual/lib/editres-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/063758c1996ab3541a0fe430d735e77f/editres-1.0.9.tar.xz" # PATCHURL+=() @@ -31,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/b8e22ab7e4434c75392ee17a1ed6cffe/editre # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/encodings.be0 b/encodings.be0 index 6f9355931..c53366102 100755 --- a/encodings.be0 +++ b/encodings.be0 @@ -1,11 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION encodings-1.0.4-1 +# BEE_VERSION encodings-1.1.0-0 -# more info: https://foo.bar.com - -#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/font/encodings-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/0f2d6546d514c5cc4ecf78a60657a5c1/encodings-1.0.4.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/encodings-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/a56b1a7f2c14173f71f010225fa131f1/encodings-1.1.0.tar.xz" # PATCHURL+=() @@ -33,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/0f2d6546d514c5cc4ecf78a60657a5c1/encodi # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/font-bh-ttf-1.0.3-0.bee b/font-bh-ttf-1.0.3-0.bee deleted file mode 100755 index 0b3984fc0..000000000 --- a/font-bh-ttf-1.0.3-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-${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/ -## diff --git a/font-bh-ttf.be0 b/font-bh-ttf.be0 new file mode 100755 index 000000000..41261850c --- /dev/null +++ b/font-bh-ttf.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION font-bh-ttf-1.0.4-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/font-bh-ttf-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/063bfa1456c8a68208bf96a33f472bb1/font-bh-ttf-1.0.4.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/font-util.be0 b/font-util.be0 index a10b54eb2..52db1722e 100755 --- a/font-util.be0 +++ b/font-util.be0 @@ -1,50 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION font-util-1.3.1-0 +# BEE_VERSION font-util-1.4.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.) - -############################################################################### -## 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/releases/individual/font/font-util-${PKGVERSION}.tar.bz2" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. +#SRCURL[0]="https://www.x.org/releases/individual/lib/font-util-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/a6541d12ceba004c0c1e3df900324642/font-util-1.4.1.tar.xz" # 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 "${@}" #} @@ -64,22 +30,4 @@ SRCURL[0]="https://www.x.org/releases/individual/font/font-util-${PKGVERSION}.ta #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/iceauth-1.0.6-0.bee b/iceauth-1.0.6-0.bee deleted file mode 100755 index e8036678c..000000000 --- a/iceauth-1.0.6-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/app/iceauth-${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/ -## diff --git a/iceauth.be0 b/iceauth.be0 new file mode 100755 index 000000000..49ae3dc2f --- /dev/null +++ b/iceauth.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION iceauth-1.0.10-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/iceauth-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/30f898d71a7d8e817302970f1976198c/iceauth-1.0.10.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/imake-1.0.4-0.bee b/imake-1.0.4-0.bee deleted file mode 100755 index 6d650b357..000000000 --- a/imake-1.0.4-0.bee +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://xorg.freedesktop.org/releases/individual/util/imake-1.0.4.tar.gz" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - - - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} diff --git a/imake.be0 b/imake.be0 new file mode 100755 index 000000000..aacb07d57 --- /dev/null +++ b/imake.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION imake-1.0.10-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/imake-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/a599ff2f273d83c7ec42cc32cbaf67c1/imake-1.0.10.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/libFS-1.0.6-0.bee b/libFS-1.0.6-0.bee deleted file mode 100755 index 21b13c51c..000000000 --- a/libFS-1.0.6-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/lib/libFS-${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/ -## diff --git a/libFS.be0 b/libFS.be0 new file mode 100755 index 000000000..ccb71d649 --- /dev/null +++ b/libFS.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libFS-1.0.10-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libFS-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/c5cc0942ed39c49b8fcd47a427bd4305/libFS-1.0.10.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/libICE.be0 b/libICE.be0 index 43d3496d9..4bb084132 100755 --- a/libICE.be0 +++ b/libICE.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION libICE-1.0.9-1 +# BEE_VERSION libICE-1.1.1-0 -#SRCURL[0]="https://www.x.org/releases/individual/lib/libICE-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/addfb1e897ca8079531669c7c7711726/libICE-1.0.9.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/libICE-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/b444a0e4c2163d1bbc7b046c3653eb8d/libICE-1.1.1.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/addfb1e897ca8079531669c7c7711726/libICE #mee_install() { # bee_install #} + diff --git a/libSM-1.2.2-0.bee b/libSM-1.2.2-0.bee deleted file mode 100755 index 30604bc85..000000000 --- a/libSM-1.2.2-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/lib/libSM-${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/ -## diff --git a/libSM.be0 b/libSM.be0 new file mode 100755 index 000000000..9467e3c8d --- /dev/null +++ b/libSM.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libSM-1.2.4-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libSM-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/ffa434ed96ccae45533b3d653300730e/libSM-1.2.4.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/libX11.be0 b/libX11.be0 index 133e6edfe..0220fab45 100755 --- a/libX11.be0 +++ b/libX11.be0 @@ -1,51 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION libX11-1.8.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.) - -############################################################################### -## 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. +# BEE_VERSION libX11-1.8.10-0 #SRCURL[0]="https://www.x.org/releases/individual/lib/libX11-${PKGVERSION}.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/1b9bc39366eab2cc7b018907df715f34/libX11-1.8.7.tar.xz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. +SRCURL[0]="https://beehive.molgen.mpg.de/5b8fa54e0ef94136b56f887a5e6cf6c9/libX11-1.8.10.tar.xz" # 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 "${@}" #} @@ -65,22 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/1b9bc39366eab2cc7b018907df715f34/libX11 #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/libXau-1.0.8-0.bee b/libXau-1.0.8-0.bee deleted file mode 100755 index cd2413ffe..000000000 --- a/libXau-1.0.8-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/lib/libXau-${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/ -## diff --git a/libXau.be0 b/libXau.be0 new file mode 100755 index 000000000..14c490fac --- /dev/null +++ b/libXau.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libXau-1.0.11-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXau-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/7f14ba9c84a81a2b9dd023706febab38/libXau-1.0.11.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/libXaw.be0 b/libXaw.be0 index a38820925..382b75dc5 100755 --- a/libXaw.be0 +++ b/libXaw.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION libXaw-1.0.13-0 +# BEE_VERSION libXaw-1.0.16-0 -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libXaw-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/e5e06eb14a608b58746bdd1c0bd7b8e3/libXaw-1.0.13.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXaw-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/2a9793533224f92ddad256492265dd82/libXaw-1.0.16.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/e5e06eb14a608b58746bdd1c0bd7b8e3/libXaw #mee_install() { # bee_install #} + diff --git a/libXcursor-1.1.14-0.bee b/libXcursor-1.1.14-0.bee deleted file mode 100755 index a6b9fa110..000000000 --- a/libXcursor-1.1.14-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/lib/libXcursor-${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/ -## diff --git a/libXcursor.be0 b/libXcursor.be0 new file mode 100755 index 000000000..8fca99365 --- /dev/null +++ b/libXcursor.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libXcursor-1.2.2-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXcursor-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/bf3a43ad8cb91a258b48f19c83af8790/libXcursor-1.2.2.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/libXdmcp.be0 b/libXdmcp.be0 index 5771815dd..c9e9ab237 100755 --- a/libXdmcp.be0 +++ b/libXdmcp.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION libXdmcp-1.1.1-1 +# BEE_VERSION libXdmcp-1.1.5-0 -#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libXdmcp-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/b94af6cef211cf3ee256f7e81f70fcd9/libXdmcp-1.1.1.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXdmcp-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/ce0af51de211e4c99a111e64ae1df290/libXdmcp-1.1.5.tar.xz" # PATCHURL+=() @@ -31,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/b94af6cef211cf3ee256f7e81f70fcd9/libXdm # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/libXfixes.be0 b/libXfixes.be0 index eb3f37bd7..2960615ba 100755 --- a/libXfixes.be0 +++ b/libXfixes.be0 @@ -1,11 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION libXfixes-5.0.1-1 +# BEE_VERSION libXfixes-6.0.1-0 -# more info: https://foo.bar.com - -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libXfixes-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/b985b85f8b9386c85ddcfe1073906b4d/libXfixes-5.0.1.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXfixes-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/65b9ba1e9ff3d16c4fa72915d4bb585a/libXfixes-6.0.1.tar.xz" # PATCHURL+=() @@ -33,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/b985b85f8b9386c85ddcfe1073906b4d/libXfi # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/libXfont.be0 b/libXfont.be0 index 70ce6c5b7..cc09cfe81 100755 --- a/libXfont.be0 +++ b/libXfont.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION libXfont-1.5.2-1 +# BEE_VERSION libXfont-1.5.4-0 -# SRCURL[0]="https://www.x.org/releases/individual/lib/libXfont-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/254ee42bd178d18ebc7a73aacfde7f79/libXfont-1.5.2.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXfont-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/562cc729034de3442d860f1c50508c8b/libXfont-1.5.4.tar.gz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/254ee42bd178d18ebc7a73aacfde7f79/libXfo #mee_install() { # bee_install #} + diff --git a/libXft.be0 b/libXft.be0 index 1a1ad444e..25143e710 100755 --- a/libXft.be0 +++ b/libXft.be0 @@ -1,18 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION libXft-2.3.3-0 +# BEE_VERSION libXft-2.3.8-0 -SRCURL[0]="ftp://ftp.x.org/pub/individual/lib/libXft-${PKGVERSION}.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXft-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/cea0a3304e47a841c90fbeeeb55329ee/libXft-2.3.8.tar.xz" -#PATCHURL+=() - -# EXCLUDE+=() +# PATCHURL+=() # build_in_sourcedir # sourcesubdir_append src - #mee_extract() { # bee_extract "${@}" #} @@ -32,4 +30,4 @@ SRCURL[0]="ftp://ftp.x.org/pub/individual/lib/libXft-${PKGVERSION}.tar.bz2" #mee_install() { # bee_install #} -## by default this may be 'make install DESTDIR="${D}"' + diff --git a/libXmu-1.1.2-0.bee b/libXmu-1.1.2-0.bee deleted file mode 100755 index f74002334..000000000 --- a/libXmu-1.1.2-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/lib/libXmu-${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/ -## diff --git a/libXmu.be0 b/libXmu.be0 new file mode 100755 index 000000000..7b05b2c9f --- /dev/null +++ b/libXmu.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libXmu-1.2.1-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXmu-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/85edefb7deaad4590a03fccba517669f/libXmu-1.2.1.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/libXp-1.0.0-0.bee b/libXp-1.0.0-0.bee deleted file mode 100755 index 5c0cd907a..000000000 --- a/libXp-1.0.0-0.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libXp-1.0.0.tar.bz2" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - - - -BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/libXp.be0 b/libXp.be0 new file mode 100755 index 000000000..d7795088f --- /dev/null +++ b/libXp.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libXp-1.0.4-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXp-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/cf381ece59d723c8c8239ed339eadf88/libXp-1.0.4.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/libXpresent.be0 b/libXpresent.be0 index 3266ee2e1..76c859cf9 100755 --- a/libXpresent.be0 +++ b/libXpresent.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION libXpresent-1.0.0-1 +# BEE_VERSION libXpresent-1.0.1-0 -# SRCURL[0]="https://www.x.org/archive/individual/lib/libXpresent-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/edd87ac15bb666081898dd7382fcbff5/libXpresent-1.0.0.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXpresent-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/bdd3ec17c6181fd7b26f6775886c730d/libXpresent-1.0.1.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/edd87ac15bb666081898dd7382fcbff5/libXpr #mee_install() { # bee_install #} + diff --git a/libXres.be0 b/libXres.be0 index 556d09536..042419827 100755 --- a/libXres.be0 +++ b/libXres.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION libXres-1.2.1-0 +# BEE_VERSION libXres-1.2.2-0 -#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libXres-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/e142ef0ed0366ae89c771c27cfc2ccd1/libXres-1.2.1.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXres-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/66c9e9e01b0b53052bb1d02ebf8d7040/libXres-1.2.2.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/e142ef0ed0366ae89c771c27cfc2ccd1/libXre #mee_install() { # bee_install #} + diff --git a/libXtst.be0 b/libXtst.be0 index c1687f896..ddf92cc05 100755 --- a/libXtst.be0 +++ b/libXtst.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION libXtst-1.2.3-0 +# BEE_VERSION libXtst-1.2.5-0 -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libXtst-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/ef8c2c1d16a00bd95b9fdcef63b8a2ca/libXtst-1.2.3.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXtst-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/b62dc44d8e63a67bb10230d54c44dcb7/libXtst-1.2.5.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/ef8c2c1d16a00bd95b9fdcef63b8a2ca/libXts #mee_install() { # bee_install #} + diff --git a/libfontenc-1.1.2-0.bee b/libfontenc-1.1.2-0.bee deleted file mode 100755 index 181c1e2a6..000000000 --- a/libfontenc-1.1.2-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/lib/libfontenc-${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/ -## diff --git a/libfontenc.be0 b/libfontenc.be0 new file mode 100755 index 000000000..d88904b96 --- /dev/null +++ b/libfontenc.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libfontenc-1.1.8-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libfontenc-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/8816cc44d06ebe42e85950b368185826/libfontenc-1.1.8.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/libpciaccess-0.13.2-0.bee b/libpciaccess-0.13.2-0.bee deleted file mode 100755 index 562498e05..000000000 --- a/libpciaccess-0.13.2-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/lib/libpciaccess-${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/ -## diff --git a/libpciaccess.be0 b/libpciaccess.be0 new file mode 100755 index 000000000..1f9bc2332 --- /dev/null +++ b/libpciaccess.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libpciaccess-0.18.1-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libpciaccess-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/57c7efbeceedefde006123a77a7bc825/libpciaccess-0.18.1.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#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 index 367c1854b..1e0ec88df 100755 --- a/libpthread-stubs.be0 +++ b/libpthread-stubs.be0 @@ -1,27 +1,33 @@ -#!/bin/env beesh +#!/usr/bin/env beesh -# BEE_VERSION libpthread-stubs-0.4-0 +# BEE_VERSION libpthread-stubs-0.5-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" +#SRCURL[0]="https://www.x.org/releases/individual/lib/libpthread-stubs-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/d42052cb343c3e050ff40adc1675e79f/libpthread-stubs-0.5.tar.xz" -PATCHES[0]="" +# PATCHURL+=() -# EXCLUDE="" +# build_in_sourcedir -mee_patch() { - bee_patch -} +# sourcesubdir_append src -mee_configure() { - bee_configure -} +#mee_extract() { +# bee_extract "${@}" +#} -mee_build() { - bee_build -} +#mee_patch() { +# bee_patch "${@}" +#} -mee_install() { - bee_install -} +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} diff --git a/libxcvt.be0 b/libxcvt.be0 index ae25456e1..b49ea6800 100755 --- a/libxcvt.be0 +++ b/libxcvt.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION libxcvt-0.1.1-0 +# BEE_VERSION libxcvt-0.1.2-0 -#SRCURL[0]="https://www.x.org/pub/individual/lib/libxcvt-${PKGVERSION}.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/9f30247e8b5a09fa1df9538252a192b5/libxcvt-0.1.1.tar.xz" +#SRCURL[0]="https://www.x.org/releases/individual/lib/libxcvt-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/b553fdb6024c5a137ff925bf4c337724/libxcvt-0.1.2.tar.xz" # PATCHURL+=() @@ -31,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/9f30247e8b5a09fa1df9538252a192b5/libxcv # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/libxshmfence.be0 b/libxshmfence.be0 index a1ec5d505..9910b8688 100755 --- a/libxshmfence.be0 +++ b/libxshmfence.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION libxshmfence-1.1-1 +# BEE_VERSION libxshmfence-1.3.2-0 -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libxshmfence-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/2dd10448c1166e71a176206a8dfabe6d/libxshmfence-1.1.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/libxshmfence-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/faa74f7483074ce7d4349e6bdc237497/libxshmfence-1.3.2.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/2dd10448c1166e71a176206a8dfabe6d/libxsh #mee_install() { # bee_install #} + diff --git a/lndir-1.0.2-0.bee b/lndir-1.0.2-0.bee deleted file mode 100755 index c238497bb..000000000 --- a/lndir-1.0.2-0.bee +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://xorg.freedesktop.org/releases/individual/util/lndir-1.0.2.tar.bz2" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - - - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} diff --git a/lndir.be0 b/lndir.be0 new file mode 100755 index 000000000..cf9b380db --- /dev/null +++ b/lndir.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION lndir-1.0.5-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/lndir-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/9b05ad499f460e432c1601742bacd40e/lndir-1.0.5.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/makedepend-1.0.2-0.bee b/makedepend-1.0.2-0.bee deleted file mode 100755 index edc780180..000000000 --- a/makedepend-1.0.2-0.bee +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/env beesh - -PGRP=( uncategorized ) - -SRCURL[0]="http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.2.tar.bz2" - -PATCHES[0]="" - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/makedepend.be0 b/makedepend.be0 new file mode 100755 index 000000000..835a49fed --- /dev/null +++ b/makedepend.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION makedepend-1.0.9-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/makedepend-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/16dc80a12fb44520057f23b679122ebd/makedepend-1.0.9.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/mkfontscale.be0 b/mkfontscale.be0 index b6e438889..790e6c1c8 100755 --- a/mkfontscale.be0 +++ b/mkfontscale.be0 @@ -1,15 +1,14 @@ #!/usr/bin/env beesh -# BEE_VERSION mkfontscale-1.2.1-0 +# BEE_VERSION mkfontscale-1.2.3-0 -#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/mkfontscale-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/215940de158b1a3d8b3f8b442c606e2f/mkfontscale-1.2.1.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/mkfontscale-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/7dcf5f702781bdd4aaff02e963a56270/mkfontscale-1.2.3.tar.xz" # PATCHURL+=() # build_in_sourcedir - # sourcesubdir_append src #mee_extract() { @@ -31,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/215940de158b1a3d8b3f8b442c606e2f/mkfont #mee_install() { # bee_install #} + diff --git a/oclock.be0 b/oclock.be0 index d123c586e..1f69f7328 100755 --- a/oclock.be0 +++ b/oclock.be0 @@ -1,10 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION oclock-1.0.4-0 +# BEE_VERSION oclock-1.0.5-0 -# SRCURL[0]="https://www.x.org/releases/individual/app/oclock-1.0.4.tar.gz" - -SRCURL[0]="https://beehive.molgen.mpg.de/688c7aa7d38a9309e6e149cf7b568e57/oclock-1.0.4.tar.gz" +#SRCURL[0]="https://www.x.org/releases/individual/lib/oclock-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/b8a43e5d96fe23ff8712e7c4c6e8dcf3/oclock-1.0.5.tar.xz" # PATCHURL+=() @@ -32,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/688c7aa7d38a9309e6e149cf7b568e57/oclock # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/printproto.be0 b/printproto.be0 index d80ba0879..d36da08d2 100755 --- a/printproto.be0 +++ b/printproto.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION printproto-1.0.4-1 +# BEE_VERSION printproto-1.0.5-0 -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/proto/printproto-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/7321847a60748b4d2f1fa16db4b6ede8/printproto-1.0.4.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/printproto-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/5afeb3a7de8a14b417239a14ea724268/printproto-1.0.5.tar.gz" # PATCHURL+=() @@ -31,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/7321847a60748b4d2f1fa16db4b6ede8/printp # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/setxkbmap.be0 b/setxkbmap.be0 index 90fc45d92..4358e7e0a 100755 --- a/setxkbmap.be0 +++ b/setxkbmap.be0 @@ -1,9 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION setxkbmap-1.3.2-0 +# BEE_VERSION setxkbmap-1.3.4-0 -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/setxkbmap-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/93e736c98fb75856ee8227a0c49a128d/setxkbmap-1.3.2.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/setxkbmap-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/1d61c9f4a3d1486eff575bf233e5776c/setxkbmap-1.3.4.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src #mee_extract() { # bee_extract "${@}" @@ -24,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/93e736c98fb75856ee8227a0c49a128d/setxkb #mee_install() { # bee_install #} + diff --git a/smproxy-1.0.5-0.bee b/smproxy-1.0.5-0.bee deleted file mode 100755 index 5688bf6d2..000000000 --- a/smproxy-1.0.5-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/app/smproxy-${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/ -## diff --git a/smproxy.be0 b/smproxy.be0 new file mode 100755 index 000000000..c7e5258a5 --- /dev/null +++ b/smproxy.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION smproxy-1.0.7-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/smproxy-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/9f7a4305f0e79d5a46c3c7d02df9437d/smproxy-1.0.7.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/twm.be0 b/twm.be0 index e62f04b6a..99db8ab58 100755 --- a/twm.be0 +++ b/twm.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION twm-1.0.10-0 +# BEE_VERSION twm-1.0.12-0 -# ftp://www.freedesktop.org/pub/xorg/individual/app/twm-1.0.10.tar.gz -SRCURL[0]="https://beehive.molgen.mpg.de/e0afe488c062d95b2938a23de8cb3aaf/twm-1.0.10.tar.gz" +#SRCURL[0]="https://www.x.org/releases/individual/lib/twm-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/805ee08b5a87e1103dfe2eb925b613b4/twm-1.0.12.tar.xz" # PATCHURL+=() @@ -31,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/e0afe488c062d95b2938a23de8cb3aaf/twm-1. # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/util-macros.be0 b/util-macros.be0 index 0dd2cad3c..6ee3fb77e 100755 --- a/util-macros.be0 +++ b/util-macros.be0 @@ -1,50 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION util-macros-1.19.0-0 +# BEE_VERSION util-macros-1.20.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.) - -############################################################################### -## 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. +#SRCURL[0]="https://www.x.org/releases/individual/lib/util-macros-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/35a4f264a9852be4ae66f07d4100356e/util-macros-1.20.1.tar.xz" # 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 "${@}" #} @@ -64,22 +30,4 @@ SRCURL[0]="https://www.x.org/archive/individual/util/util-macros-${PKGVERSION}.t #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/x11perf.be0 b/x11perf.be0 index bcf4d9e0f..ba0352185 100755 --- a/x11perf.be0 +++ b/x11perf.be0 @@ -1,11 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION x11perf-1.5.4-1 +# BEE_VERSION x11perf-1.7.0-0 -# more info: https://foo.bar.com - -#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/x11perf-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/5c3c7431a38775caaea6051312a49bc9/x11perf-1.5.4.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/x11perf-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/c740047b28c2a55829849c7043d523c9/x11perf-1.7.0.tar.xz" # PATCHURL+=() @@ -33,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/5c3c7431a38775caaea6051312a49bc9/x11per # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/xauth-1.0.8-0.bee b/xauth-1.0.8-0.bee deleted file mode 100755 index e79111207..000000000 --- a/xauth-1.0.8-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/app/xauth-${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/ -## diff --git a/xauth.be0 b/xauth.be0 new file mode 100755 index 000000000..751283796 --- /dev/null +++ b/xauth.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION xauth-1.1.3-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/xauth-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/595c941d9aff6f6d6e038c4e42dcff58/xauth-1.1.3.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/xbacklight-1.2.1-0.bee b/xbacklight-1.2.1-0.bee deleted file mode 100755 index 27a89a88d..000000000 --- a/xbacklight-1.2.1-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/app/xbacklight-${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/ -## diff --git a/xbacklight.be0 b/xbacklight.be0 new file mode 100755 index 000000000..eff85d2bf --- /dev/null +++ b/xbacklight.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION xbacklight-1.2.3-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/xbacklight-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/6dfc1e0807b31d4a0481c4d5cc32abfe/xbacklight-1.2.3.tar.gz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/xbitmaps-1.1.1-1.bee b/xbitmaps-1.1.1-1.bee deleted file mode 100755 index 5b61563d2..000000000 --- a/xbitmaps-1.1.1-1.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/archive/individual/data/xbitmaps-${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/ -## diff --git a/xbitmaps.be0 b/xbitmaps.be0 new file mode 100755 index 000000000..486415b38 --- /dev/null +++ b/xbitmaps.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION xbitmaps-1.1.3-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/xbitmaps-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/2b03f89d78fb91671370e77d7ad46907/xbitmaps-1.1.3.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/xcb-proto.be0 b/xcb-proto.be0 index 0cbb57abb..13922b019 100755 --- a/xcb-proto.be0 +++ b/xcb-proto.be0 @@ -1,51 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-proto-1.14.1-0 +# BEE_VERSION xcb-proto-1.17.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]="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. -## The sources will be patched in the order of the array. +#SRCURL[0]="https://www.x.org/releases/individual/lib/xcb-proto-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/c415553d2ee1a8cea43c3234a079b53f/xcb-proto-1.17.0.tar.xz" # 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 "${@}" #} @@ -55,7 +20,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/ecd6955dab1a7b9ba9756a11b8bdb48f/xcb-pr #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -65,22 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/ecd6955dab1a7b9ba9756a11b8bdb48f/xcb-pr #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/xcb-util-cursor.be0 b/xcb-util-cursor.be0 index 51011f71f..d03ce7136 100755 --- a/xcb-util-cursor.be0 +++ b/xcb-util-cursor.be0 @@ -1,15 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-util-cursor-0.1.3-1 +# BEE_VERSION xcb-util-cursor-0.1.5-0 -# SRCURL[0]="https://xcb.freedesktop.org/dist/xcb-util-cursor-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/4b0768fa497127131a47f07e5c8cf745/xcb-util-cursor-0.1.3.tar.gz" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xcb-util-cursor-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/bc30cd267b11ac5803fe19929cabd230/xcb-util-cursor-0.1.5.tar.xz" # PATCHURL+=() # build_in_sourcedir # sourcesubdir_append src + #mee_extract() { # bee_extract "${@}" #} @@ -29,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/4b0768fa497127131a47f07e5c8cf745/xcb-ut #mee_install() { # bee_install #} + diff --git a/xcb-util-image.be0 b/xcb-util-image.be0 index 70e3eb8e0..73aca1898 100755 --- a/xcb-util-image.be0 +++ b/xcb-util-image.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-util-image-0.4.0-1 +# BEE_VERSION xcb-util-image-0.4.1-0 -# 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" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xcb-util-image-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/a67bfac2eff696170259ef1f5ce1b611/xcb-util-image-0.4.1.tar.xz" # PATCHURL+=() @@ -31,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/32c9c2f72ebd58a2b2e210f27fee86f7/xcb-ut # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/xcb-util-keysyms.be0 b/xcb-util-keysyms.be0 index 1e171ca5f..fb808f8be 100755 --- a/xcb-util-keysyms.be0 +++ b/xcb-util-keysyms.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-util-keysyms-0.4.0-1 +# BEE_VERSION xcb-util-keysyms-0.4.1-0 -#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" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xcb-util-keysyms-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/fbdc05f86f72f287ed71b162f1a9725a/xcb-util-keysyms-0.4.1.tar.xz" # PATCHURL+=() @@ -31,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/2decde7b02b4b3bde99a02c17b64d5dc/xcb-ut # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/xcb-util-renderutil.be0 b/xcb-util-renderutil.be0 index 3ab0e3edf..0c1d3eabf 100755 --- a/xcb-util-renderutil.be0 +++ b/xcb-util-renderutil.be0 @@ -1,51 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-util-renderutil-0.3.9-1 +# BEE_VERSION xcb-util-renderutil-0.3.10-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-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. -## The sources will be patched in the order of the array. +#SRCURL[0]="https://www.x.org/releases/individual/lib/xcb-util-renderutil-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/193b890e2a89a53c31e2ece3afcbd55f/xcb-util-renderutil-0.3.10.tar.xz" # 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 "${@}" #} @@ -55,7 +20,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/ac18c1b70ae69845e112f1d987926436/xcb-ut #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -65,22 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/ac18c1b70ae69845e112f1d987926436/xcb-ut #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/xcb-util-wm.be0 b/xcb-util-wm.be0 index 3519c8166..7a63a4073 100755 --- a/xcb-util-wm.be0 +++ b/xcb-util-wm.be0 @@ -1,51 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-util-wm-0.4.1-1 +# BEE_VERSION xcb-util-wm-0.4.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.) - -############################################################################### -## 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]="https://beehive.molgen.mpg.de/0831399918359bf82930124fa9fd6a9b/xcb-util-wm-0.4.1.tar.gz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. +#SRCURL[0]="https://www.x.org/releases/individual/lib/xcb-util-wm-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/581b3a092e3c0c1b4de6416d90b969c3/xcb-util-wm-0.4.2.tar.xz" # 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 "${@}" #} @@ -55,7 +20,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/0831399918359bf82930124fa9fd6a9b/xcb-ut #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -65,22 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/0831399918359bf82930124fa9fd6a9b/xcb-ut #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/xcb-util.be0 b/xcb-util.be0 index 73acdc48a..be6d32bc5 100755 --- a/xcb-util.be0 +++ b/xcb-util.be0 @@ -1,11 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-util-0.4.0-1 +# BEE_VERSION xcb-util-0.4.1-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/157d82738aa89934b6adaf3ca508a0f5/xcb-util-0.4.0.tar.gz" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xcb-util-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/34d749eab0fd0ffd519ac64798d79847/xcb-util-0.4.1.tar.xz" # PATCHURL+=() @@ -33,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/157d82738aa89934b6adaf3ca508a0f5/xcb-ut # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/xclock.be0 b/xclock.be0 index 0589c07cf..a97a694bb 100755 --- a/xclock.be0 +++ b/xclock.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xclock-1.0.9-0 +# BEE_VERSION xclock-1.1.1-0 -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xclock-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/437522a96f424f68fc64ed34ece9b211/xclock-1.0.9.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xclock-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/1273e3f4c85f1801be11a5247c382d07/xclock-1.1.1.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/437522a96f424f68fc64ed34ece9b211/xclock #mee_install() { # bee_install #} + diff --git a/xcmsdb-1.0.4-0.bee b/xcmsdb-1.0.4-0.bee deleted file mode 100755 index 05ac9dcab..000000000 --- a/xcmsdb-1.0.4-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/app/xcmsdb-${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/ -## diff --git a/xcmsdb.be0 b/xcmsdb.be0 new file mode 100755 index 000000000..d715b5322 --- /dev/null +++ b/xcmsdb.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION xcmsdb-1.0.6-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/xcmsdb-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/82a90e2feaeab5c5e7610420930cc0f4/xcmsdb-1.0.6.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/xcursor-themes.be0 b/xcursor-themes.be0 index b897ba41c..e65a40c91 100755 --- a/xcursor-themes.be0 +++ b/xcursor-themes.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xcursor-themes-1.0.4-1 +# BEE_VERSION xcursor-themes-1.0.7-0 -# SRCURL[0]="http://xorg.freedesktop.org/archive/individual/data/xcursor-themes-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/fdfb0ad9cfceed60e3bfe9f18765aa0d/xcursor-themes-1.0.4.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xcursor-themes-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/070993be1f010b09447ea24bab2c9846/xcursor-themes-1.0.7.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/fdfb0ad9cfceed60e3bfe9f18765aa0d/xcurso #mee_install() { # bee_install #} + diff --git a/xcursorgen.be0 b/xcursorgen.be0 index 64d8f21cb..548315dfc 100755 --- a/xcursorgen.be0 +++ b/xcursorgen.be0 @@ -1,9 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION xcursorgen-1.0.7-0 +# BEE_VERSION xcursorgen-1.0.8-0 -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xcursorgen-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/25cc7ca1ce5dcbb61c2b471c55e686b5/xcursorgen-1.0.7.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xcursorgen-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/89e81a1c31e4a1fbd0e431425cd733d7/xcursorgen-1.0.8.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src #mee_extract() { # bee_extract "${@}" @@ -24,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/25cc7ca1ce5dcbb61c2b471c55e686b5/xcurso #mee_install() { # bee_install #} + diff --git a/xdpyinfo-1.3.1-0.bee b/xdpyinfo-1.3.1-0.bee deleted file mode 100755 index 3850405e8..000000000 --- a/xdpyinfo-1.3.1-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/app/xdpyinfo-${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/ -## diff --git a/xdpyinfo.be0 b/xdpyinfo.be0 new file mode 100755 index 000000000..a71cd820a --- /dev/null +++ b/xdpyinfo.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION xdpyinfo-1.3.4-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/xdpyinfo-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/933e6d65f96c890f8e96a9f21094f0de/xdpyinfo-1.3.4.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/xdriinfo-1.0.4-0.bee b/xdriinfo-1.0.4-0.bee deleted file mode 100755 index 396be22a0..000000000 --- a/xdriinfo-1.0.4-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/app/xdriinfo-${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/ -## diff --git a/xdriinfo.be0 b/xdriinfo.be0 new file mode 100755 index 000000000..8a9c95405 --- /dev/null +++ b/xdriinfo.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION xdriinfo-1.0.7-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/xdriinfo-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/34aff1f93fa54d6a64cbe4fee079e077/xdriinfo-1.0.7.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/xev-1.2.1-0.bee b/xev-1.2.1-0.bee deleted file mode 100755 index de4413a59..000000000 --- a/xev-1.2.1-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/app/xev-${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/ -## diff --git a/xev.be0 b/xev.be0 new file mode 100755 index 000000000..b354485ae --- /dev/null +++ b/xev.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION xev-1.2.6-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/xev-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/f29d1544f8dd126a1b85e2f7f728672d/xev-1.2.6.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/xeyes.be0 b/xeyes.be0 index 533e8a3c5..bd2f0296d 100755 --- a/xeyes.be0 +++ b/xeyes.be0 @@ -1,8 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xeyes-1.1.2N-0 +# BEE_VERSION xeyes-1.3.0-0 -SRCURL[0]="https://github.molgen.mpg.de/niclas/xeyes/archive/${PKGVERSION}.tar.gz ${PKGNAME}-${PKGVERSION}.tar.gz" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xeyes-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/277154a21954678ff0bff0d696278c08/xeyes-1.3.0.tar.xz" # PATCHURL+=() @@ -29,3 +30,4 @@ SRCURL[0]="https://github.molgen.mpg.de/niclas/xeyes/archive/${PKGVERSION}.tar.g #mee_install() { # bee_install #} + diff --git a/xf86-input-evdev.be0 b/xf86-input-evdev.be0 index a2eca49bf..54cbd7d57 100755 --- a/xf86-input-evdev.be0 +++ b/xf86-input-evdev.be0 @@ -1,50 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION xf86-input-evdev-2.10.5-1 +# BEE_VERSION xf86-input-evdev-2.10.6-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/releases/individual/driver/xf86-input-evdev-${PKGVERSION}.tar.bz2" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. +#SRCURL[0]="https://www.x.org/releases/individual/lib/xf86-input-evdev-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/af9e585ac92ba9847e0ed4b1ea0f0e93/xf86-input-evdev-2.10.6.tar.gz" # 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 "${@}" #} @@ -64,22 +30,4 @@ SRCURL[0]="https://www.x.org/releases/individual/driver/xf86-input-evdev-${PKGVE #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-video-amdgpu.be0 b/xf86-video-amdgpu.be0 index d6050c456..7adcd925a 100755 --- a/xf86-video-amdgpu.be0 +++ b/xf86-video-amdgpu.be0 @@ -1,51 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION xf86-video-amdgpu-22.0.0-0 +# BEE_VERSION xf86-video-amdgpu-23.0.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/releases/individual/driver/xf86-video-amdgpu-${PKGVERSION}.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/6c907b44d32a0112e1a4788bab727f79/xf86-video-amdgpu-22.0.0.tar.xz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. +#SRCURL[0]="https://www.x.org/releases/individual/lib/xf86-video-amdgpu-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/8a58421b3215769f0bfce855301f7964/xf86-video-amdgpu-23.0.0.tar.xz" # 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 "${@}" #} @@ -65,22 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/6c907b44d32a0112e1a4788bab727f79/xf86-v #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/xgamma.be0 b/xgamma.be0 index 62c8df68f..a0f5a4d40 100755 --- a/xgamma.be0 +++ b/xgamma.be0 @@ -1,10 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xgamma-1.0.6-1 +# BEE_VERSION xgamma-1.0.7-0 -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xgamma-${PKGVERSION}.tar.bz2" - -SRCURL[0]="https://beehive.molgen.mpg.de/90b4305157c2b966d5180e2ee61262be/xgamma-1.0.6.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xgamma-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/41afaa5a68cdd0de7e7ece4805a37f11/xgamma-1.0.7.tar.xz" # PATCHURL+=() @@ -31,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/90b4305157c2b966d5180e2ee61262be/xgamma #mee_install() { # bee_install #} + diff --git a/xhost-1.0.6-0.bee b/xhost-1.0.6-0.bee deleted file mode 100755 index c2450fdca..000000000 --- a/xhost-1.0.6-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/app/xhost-${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/ -## diff --git a/xhost.be0 b/xhost.be0 new file mode 100755 index 000000000..cae078b2c --- /dev/null +++ b/xhost.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION xhost-1.0.9-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/xhost-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/48ac13856838d34f2e7fca8cdc1f1699/xhost-1.0.9.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/xinput.be0 b/xinput.be0 index fbc6db50a..856f8add3 100755 --- a/xinput.be0 +++ b/xinput.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xinput-1.6.3-0 +# BEE_VERSION xinput-1.6.4-0 -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xinput-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/ac6b7432726008b2f50eba82b0e2dbe4/xinput-1.6.3.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xinput-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/8e4d14823b7cbefe1581c398c6ab0035/xinput-1.6.4.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/ac6b7432726008b2f50eba82b0e2dbe4/xinput #mee_install() { # bee_install #} + diff --git a/xkbcomp.be0 b/xkbcomp.be0 index 49290c76d..a2832c062 100755 --- a/xkbcomp.be0 +++ b/xkbcomp.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xkbcomp-1.4.5-0 +# BEE_VERSION xkbcomp-1.4.7-0 -#SRCURL[0]="https://www.x.org/releases/individual/app/xkbcomp-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/c45e9f7971a58b8f0faf10f6d8f298c0/xkbcomp-1.4.5.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xkbcomp-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/83d711948de9ccac550d2f4af50e94c3/xkbcomp-1.4.7.tar.xz" # PATCHURL+=() @@ -31,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/c45e9f7971a58b8f0faf10f6d8f298c0/xkbcom # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/xkbevd-1.1.3-0.bee b/xkbevd-1.1.3-0.bee deleted file mode 100755 index 857622ff5..000000000 --- a/xkbevd-1.1.3-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/app/xkbevd-${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/ -## diff --git a/xkbevd.be0 b/xkbevd.be0 new file mode 100755 index 000000000..cedb214a7 --- /dev/null +++ b/xkbevd.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION xkbevd-1.1.5-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/xkbevd-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/05ce1abd8533a400572784b1186a44d0/xkbevd-1.1.5.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/xkbutils.be0 b/xkbutils.be0 index 71e0f815f..a2819505b 100755 --- a/xkbutils.be0 +++ b/xkbutils.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xkbutils-1.0.4-1 +# BEE_VERSION xkbutils-1.0.6-0 -#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xkbutils-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/502b14843f610af977dffc6cbf2102d5/xkbutils-1.0.4.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xkbutils-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/07483ddfe1d83c197df792650583ff20/xkbutils-1.0.6.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/502b14843f610af977dffc6cbf2102d5/xkbuti #mee_install() { # bee_install #} + diff --git a/xkill.be0 b/xkill.be0 index 15320451c..4bbddd15a 100755 --- a/xkill.be0 +++ b/xkill.be0 @@ -1,12 +1,10 @@ #!/usr/bin/env beesh -# BEE_VERSION xkill-1.0.5-0 +# BEE_VERSION xkill-1.0.6-0 -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xkill-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/938177e4472c346cf031c1aefd8934fc/xkill-1.0.5.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xkill-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/f62b99839249ce9a7a8bb71a5bab6f9d/xkill-1.0.6.tar.xz" -# BEE_VERS -# BEE_VERS # PATCHURL+=() # build_in_sourcedir @@ -33,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/938177e4472c346cf031c1aefd8934fc/xkill- # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/xload.be0 b/xload.be0 index 2b246e0eb..69e13930c 100755 --- a/xload.be0 +++ b/xload.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xload-1.1.4-0 +# BEE_VERSION xload-1.2.0-0 -#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xload-${PKGVERSION}.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/fc1df3d413083ee860536989ffebba7c/xload-1.1.4.tar.xz" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xload-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/419d835f235a8875a7c2868d51efc40e/xload-1.2.0.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/fc1df3d413083ee860536989ffebba7c/xload- #mee_install() { # bee_install #} + diff --git a/xlsatoms.be0 b/xlsatoms.be0 index f369a002a..3cef51900 100755 --- a/xlsatoms.be0 +++ b/xlsatoms.be0 @@ -1,11 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xlsatoms-1.1.1-1 +# BEE_VERSION xlsatoms-1.1.4-0 -# more info: https://foo.bar.com - -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xlsatoms-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/9d0e16d116d1c89e6b668c1b2672eb57/xlsatoms-1.1.1.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xlsatoms-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/da5b7a39702841281e1d86b7349a03ba/xlsatoms-1.1.4.tar.xz" # PATCHURL+=() @@ -32,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/9d0e16d116d1c89e6b668c1b2672eb57/xlsato #mee_install() { # bee_install #} + diff --git a/xlsclients.be0 b/xlsclients.be0 index 477e016d9..4f8334ff6 100755 --- a/xlsclients.be0 +++ b/xlsclients.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xlsclients-1.1.3-1 +# BEE_VERSION xlsclients-1.1.5-0 -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xlsclients-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/9fbf6b174a5138a61738a42e707ad8f5/xlsclients-1.1.3.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xlsclients-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/ab4b3c47e848ba8c3e47c021230ab23a/xlsclients-1.1.5.tar.xz" # PATCHURL+=() @@ -31,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/9fbf6b174a5138a61738a42e707ad8f5/xlscli # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/xmessage-1.0.4-0.bee b/xmessage-1.0.4-0.bee deleted file mode 100755 index 82f65dc55..000000000 --- a/xmessage-1.0.4-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/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://xorg.freedesktop.org/releases/individual/app/xmessage-${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/ -## diff --git a/xmessage.be0 b/xmessage.be0 new file mode 100755 index 000000000..21e61250b --- /dev/null +++ b/xmessage.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION xmessage-1.0.7-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/xmessage-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/ba2dd3db3361e374fefe2b1c797c46eb/xmessage-1.0.7.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/xmodmap.be0 b/xmodmap.be0 index 787ffe6b2..21c553415 100755 --- a/xmodmap.be0 +++ b/xmodmap.be0 @@ -1,11 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xmodmap-1.0.8-1 +# BEE_VERSION xmodmap-1.0.11-0 -# more info: https://foo.bar.com - -#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xmodmap-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/5511da3361eea4eaa21427652c559e1c/xmodmap-1.0.8.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xmodmap-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/0d66e07595ea083871048c4b805d8b13/xmodmap-1.0.11.tar.xz" # PATCHURL+=() @@ -33,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/5511da3361eea4eaa21427652c559e1c/xmodma # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/xorg-cf-files.be0 b/xorg-cf-files.be0 index 8b10dcdc9..8861779ff 100755 --- a/xorg-cf-files.be0 +++ b/xorg-cf-files.be0 @@ -1,14 +1,22 @@ -#!/bin/env beesh +#!/usr/bin/env beesh -# BEE_VERSION xorg-cf-files-1.0.4-1 +# BEE_VERSION xorg-cf-files-1.0.8-0 -#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/util/xorg-cf-files-1.0.4.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/ff4502b6e31aac90e24ce134090d0e46/xorg-cf-files-1.0.4.tar.gz" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xorg-cf-files-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/daed7279016bb921f0a0e969c9508535/xorg-cf-files-1.0.8.tar.xz" -# BEE_CONFIGURE=compat +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} #mee_patch() { -# bee_patch +# bee_patch "${@}" #} #mee_configure() { @@ -22,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/ff4502b6e31aac90e24ce134090d0e46/xorg-c #mee_install() { # bee_install #} + diff --git a/xorgproto.be0 b/xorgproto.be0 index abbcc0c6c..03d01665c 100755 --- a/xorgproto.be0 +++ b/xorgproto.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xorgproto-2022.1-0 +# BEE_VERSION xorgproto-2024.1-0 -#SRCURL[0]="https://www.x.org/archive/individual/proto/xorgproto-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/3e84dbe18270e92d42a6eb5e6d0d9a8b/xorgproto-2022.1.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xorgproto-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/12374d29fb5ae642cfa872035e401640/xorgproto-2024.1.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/3e84dbe18270e92d42a6eb5e6d0d9a8b/xorgpr #mee_install() { # bee_install #} + diff --git a/xpr.be0 b/xpr.be0 index 5070129eb..b4acfbabf 100755 --- a/xpr.be0 +++ b/xpr.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xpr-1.0.5-0 +# BEE_VERSION xpr-1.2.0-0 -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xpr-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/eaac255076ea351fd08d76025788d9f9/xpr-1.0.5.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xpr-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/ab6c9d17eb1940afcfb80a72319270ae/xpr-1.2.0.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/eaac255076ea351fd08d76025788d9f9/xpr-1. #mee_install() { # bee_install #} + diff --git a/xprop.be0 b/xprop.be0 index c3a558822..f9c3ab2c7 100755 --- a/xprop.be0 +++ b/xprop.be0 @@ -1,10 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xprop-1.2.4-0 - -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xprop-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/cc369c28383a5d7144e7197ee7d30bfa/xprop-1.2.4.tar.bz2" +# BEE_VERSION xprop-1.2.7-0 +#SRCURL[0]="https://www.x.org/releases/individual/lib/xprop-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/d050642a667b518cb3429273a59fa36d/xprop-1.2.7.tar.xz" # PATCHURL+=() @@ -31,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/cc369c28383a5d7144e7197ee7d30bfa/xprop- #mee_install() { # bee_install #} + diff --git a/xrandr.be0 b/xrandr.be0 index 3e8076922..86e2e3276 100755 --- a/xrandr.be0 +++ b/xrandr.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xrandr-1.5.1-0 +# BEE_VERSION xrandr-1.5.2-0 -# SRCURL[0]="https://www.x.org/releases/individual/app/xrandr-${PKGVERSION}.tar.xz" -SRCURL[0]="/src/mariux/md5repo/fe40f7a4fd39dd3a02248d3e0b1972e4/xrandr-1.5.1.tar.xz" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xrandr-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/f822a8d5f233e609d27cc22d42a177cb/xrandr-1.5.2.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="/src/mariux/md5repo/fe40f7a4fd39dd3a02248d3e0b1972e4/xrandr-1.5.1.tar #mee_install() { # bee_install #} + diff --git a/xrdb.be0 b/xrdb.be0 index 15c4ad967..7bd13645e 100755 --- a/xrdb.be0 +++ b/xrdb.be0 @@ -1,11 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xrdb-1.1.0-1 +# BEE_VERSION xrdb-1.2.2-0 -# more info: https://foo.bar.com - -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xrdb-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/b54c7e3e53b4f332d41ed435433fbda0/xrdb-1.1.0.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xrdb-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/c8629d5a0bc878d10ac49e1b290bf453/xrdb-1.2.2.tar.xz" # PATCHURL+=() @@ -33,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/b54c7e3e53b4f332d41ed435433fbda0/xrdb-1 # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/xrefresh.be0 b/xrefresh.be0 index 3509452f9..ee38b780a 100755 --- a/xrefresh.be0 +++ b/xrefresh.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xrefresh-1.0.6-0 +# BEE_VERSION xrefresh-1.1.0-0 -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xrefresh-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/c56fa4adbeed1ee5173f464a4c4a61a6/xrefresh-1.0.6.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xrefresh-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/55003733ef417db8fafce588ca74d584/xrefresh-1.1.0.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/c56fa4adbeed1ee5173f464a4c4a61a6/xrefre #mee_install() { # bee_install #} + diff --git a/xset.be0 b/xset.be0 index 37a2a94de..bda54bfa9 100755 --- a/xset.be0 +++ b/xset.be0 @@ -1,11 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xset-1.2.3-1 +# BEE_VERSION xset-1.2.5-0 -# more info: https://foo.bar.com - -#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xset-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/dcd227388b57487d543cab2fd7a602d7/xset-1.2.3.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xset-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/18ff5cdff59015722431d568a5c0bad2/xset-1.2.5.tar.xz" # PATCHURL+=() @@ -33,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/dcd227388b57487d543cab2fd7a602d7/xset-1 # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/xsetroot.be0 b/xsetroot.be0 index cc6ef2f73..b68dfd1d1 100755 --- a/xsetroot.be0 +++ b/xsetroot.be0 @@ -1,11 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xsetroot-1.1.1-1 +# BEE_VERSION xsetroot-1.1.3-0 -# more info: https://foo.bar.com - -#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xsetroot-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/7211b31ec70631829ebae9460999aa0b/xsetroot-1.1.1.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xsetroot-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/fa9a24fe5b1725c52a4566a62dd0a50d/xsetroot-1.1.3.tar.xz" # PATCHURL+=() @@ -33,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/7211b31ec70631829ebae9460999aa0b/xsetro # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/xtrans.be0 b/xtrans.be0 index 6e481b5ed..f64b77e61 100755 --- a/xtrans.be0 +++ b/xtrans.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xtrans-1.3.5-1 +# BEE_VERSION xtrans-1.5.0-0 -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/xtrans-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/c5ba432dd1514d858053ffe9f4737dd8/xtrans-1.3.5.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xtrans-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/12344cd74a1eb25436ca6e6a2cf93097/xtrans-1.5.0.tar.xz" # PATCHURL+=() @@ -30,3 +30,4 @@ SRCURL[0]="https://beehive.molgen.mpg.de/c5ba432dd1514d858053ffe9f4737dd8/xtrans #mee_install() { # bee_install #} + diff --git a/xvinfo.be0 b/xvinfo.be0 index 586f27aea..40d8a9607 100755 --- a/xvinfo.be0 +++ b/xvinfo.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xvinfo-1.1.2-1 +# BEE_VERSION xvinfo-1.1.5-0 -#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xvinfo-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/1fbd65e81323a8c0a4b5e24db0058405/xvinfo-1.1.2.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xvinfo-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/d698862e9cad153c5fefca6eee964685/xvinfo-1.1.5.tar.xz" # PATCHURL+=() @@ -31,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/1fbd65e81323a8c0a4b5e24db0058405/xvinfo # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/xwd.be0 b/xwd.be0 index 0b89ebd6d..a29846122 100755 --- a/xwd.be0 +++ b/xwd.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xwd-1.0.6-3 +# BEE_VERSION xwd-1.0.9-0 -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xwd-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/6b5d48464c5f366e91efd08b62b12d94/xwd-1.0.6.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xwd-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/b0081fb92ae56510958024242ed1bc23/xwd-1.0.9.tar.xz" # PATCHURL+=() @@ -31,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/6b5d48464c5f366e91efd08b62b12d94/xwd-1. # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/xwininfo.be0 b/xwininfo.be0 index 045029da3..e5064b844 100755 --- a/xwininfo.be0 +++ b/xwininfo.be0 @@ -1,11 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xwininfo-1.1.3-1 +# BEE_VERSION xwininfo-1.1.6-0 -# more info: https://foo.bar.com - -# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xwininfo-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/b777bafb674555e48fd8437618270931/xwininfo-1.1.3.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xwininfo-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/c91201bc1eb5e7b38933be8d0f7f16a8/xwininfo-1.1.6.tar.xz" # PATCHURL+=() @@ -33,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/b777bafb674555e48fd8437618270931/xwinin # bee_install #} -#mee_install_post() { -# exit -#} diff --git a/xwud.be0 b/xwud.be0 index ecd3bd530..09d0b0cc3 100755 --- a/xwud.be0 +++ b/xwud.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xwud-1.0.4-1 +# BEE_VERSION xwud-1.0.6-0 -#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xwud-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/3025b152b4f13fdffd0c46d0be587be6/xwud-1.0.4.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/lib/xwud-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/5ff5dc120e8e927dc3c331c7fee33fc3/xwud-1.0.6.tar.xz" # PATCHURL+=() @@ -31,6 +31,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/3025b152b4f13fdffd0c46d0be587be6/xwud-1 # bee_install #} -#mee_install_post() { -# exit -#}