From 13e3d4f5a4edf57be06993a0da7c52e0828a0779 Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 19 Aug 2024 16:11:08 +0200 Subject: [PATCH 1/2] Xorg server extensions: remove old bee files --- libXScrnSaver-1.2.2-0.bee | 83 --------------------------------------- libXcomposite-0.4.4-0.bee | 83 --------------------------------------- libXdamage-1.1.4-0.bee | 83 --------------------------------------- libXext-1.3.2-0.bee | 83 --------------------------------------- libXi-1.7.2-0.bee | 83 --------------------------------------- libXinerama-1.1.3-0.bee | 83 --------------------------------------- libXrender-0.9.8-0.bee | 83 --------------------------------------- libXv-1.0.10-0.bee | 83 --------------------------------------- libXvMC-1.0.8-0.bee | 83 --------------------------------------- libXxf86vm-1.1.3-0.bee | 83 --------------------------------------- libdmx-1.1.3-0.bee | 83 --------------------------------------- libxkbfile-1.0.8-0.bee | 83 --------------------------------------- 12 files changed, 996 deletions(-) delete mode 100755 libXScrnSaver-1.2.2-0.bee delete mode 100755 libXcomposite-0.4.4-0.bee delete mode 100755 libXdamage-1.1.4-0.bee delete mode 100755 libXext-1.3.2-0.bee delete mode 100755 libXi-1.7.2-0.bee delete mode 100755 libXinerama-1.1.3-0.bee delete mode 100755 libXrender-0.9.8-0.bee delete mode 100755 libXv-1.0.10-0.bee delete mode 100755 libXvMC-1.0.8-0.bee delete mode 100755 libXxf86vm-1.1.3-0.bee delete mode 100755 libdmx-1.1.3-0.bee delete mode 100755 libxkbfile-1.0.8-0.bee diff --git a/libXScrnSaver-1.2.2-0.bee b/libXScrnSaver-1.2.2-0.bee deleted file mode 100755 index 5e0bd539a..000000000 --- a/libXScrnSaver-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/libXScrnSaver-${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/libXcomposite-0.4.4-0.bee b/libXcomposite-0.4.4-0.bee deleted file mode 100755 index 2d1b94d1b..000000000 --- a/libXcomposite-0.4.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/lib/libXcomposite-${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/libXdamage-1.1.4-0.bee b/libXdamage-1.1.4-0.bee deleted file mode 100755 index 04f1dff4a..000000000 --- a/libXdamage-1.1.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/lib/libXdamage-${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/libXext-1.3.2-0.bee b/libXext-1.3.2-0.bee deleted file mode 100755 index b70aba430..000000000 --- a/libXext-1.3.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/libXext-${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/libXi-1.7.2-0.bee b/libXi-1.7.2-0.bee deleted file mode 100755 index d5409a472..000000000 --- a/libXi-1.7.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/libXi-${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/libXinerama-1.1.3-0.bee b/libXinerama-1.1.3-0.bee deleted file mode 100755 index 05fa38ea4..000000000 --- a/libXinerama-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/lib/libXinerama-${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/libXrender-0.9.8-0.bee b/libXrender-0.9.8-0.bee deleted file mode 100755 index 5aeb248e0..000000000 --- a/libXrender-0.9.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/libXrender-${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/libXv-1.0.10-0.bee b/libXv-1.0.10-0.bee deleted file mode 100755 index a4a74ba21..000000000 --- a/libXv-1.0.10-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/libXv-${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/libXvMC-1.0.8-0.bee b/libXvMC-1.0.8-0.bee deleted file mode 100755 index 03b9951e2..000000000 --- a/libXvMC-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/libXvMC-${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/libXxf86vm-1.1.3-0.bee b/libXxf86vm-1.1.3-0.bee deleted file mode 100755 index b92f751ae..000000000 --- a/libXxf86vm-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/lib/libXxf86vm-${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/libdmx-1.1.3-0.bee b/libdmx-1.1.3-0.bee deleted file mode 100755 index e8efd1f2a..000000000 --- a/libdmx-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/lib/libdmx-${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/libxkbfile-1.0.8-0.bee b/libxkbfile-1.0.8-0.bee deleted file mode 100755 index 892a3239e..000000000 --- a/libxkbfile-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/libxkbfile-${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/ -## From aeb3be70727f311f9bd6412f2d8d925f2024bfc7 Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 19 Aug 2024 16:28:06 +0200 Subject: [PATCH 2/2] Xorg server extensions: create new be0 files Namely: libXScrnSaver.be0, libXcomposite.be0, libXdamage.be0, libXext.be0, libXi.be0, libXinerama.be0, libXrandr.be0, libXrender.be0, libXv.be0, libXvMC.be0, libXxf86vm.be0, libdmx.be0, libxkbfile.be0 Notes: - libXrandr.be0 from 2017 was treated the same way, - all files carry just the source URL. - old and new versions are: libXScrnSaver: 1.2.2 -> 1.2.4 libXcomposite: 0.4.4 -> 0.4.6 libXdamage: 1.1.4 -> 1.1.6 libXext: 1.3.2 -> 1.3.6 libXi: 1.7.2 -> 1.8.1 libXinerama: 1.1.3 -> 1.1.5 libXrandr: 1.5.1 -> 1.5.4 libXrender: 0.9.8 -> 0.9.11 libXv: 1.0.10 -> 1.0.12 libXvMC: 1.0.8 -> 1.0.14 libXxf86vm: 1.1.3 -> 1.1.5 libdmx: 1.1.3 -> 1.1.5 libxkbfile: 1.0.8 -> 1.1.3 --- libXScrnSaver.be0 | 32 +++++++++++++++++++++++++ libXcomposite.be0 | 32 +++++++++++++++++++++++++ libXdamage.be0 | 32 +++++++++++++++++++++++++ libXext.be0 | 32 +++++++++++++++++++++++++ libXi.be0 | 32 +++++++++++++++++++++++++ libXinerama.be0 | 32 +++++++++++++++++++++++++ libXrandr.be0 | 61 ++++------------------------------------------- libXrender.be0 | 32 +++++++++++++++++++++++++ libXv.be0 | 32 +++++++++++++++++++++++++ libXvMC.be0 | 32 +++++++++++++++++++++++++ libXxf86vm.be0 | 32 +++++++++++++++++++++++++ libdmx.be0 | 32 +++++++++++++++++++++++++ libxkbfile.be0 | 32 +++++++++++++++++++++++++ 13 files changed, 388 insertions(+), 57 deletions(-) create mode 100755 libXScrnSaver.be0 create mode 100755 libXcomposite.be0 create mode 100755 libXdamage.be0 create mode 100755 libXext.be0 create mode 100755 libXi.be0 create mode 100755 libXinerama.be0 create mode 100755 libXrender.be0 create mode 100755 libXv.be0 create mode 100755 libXvMC.be0 create mode 100755 libXxf86vm.be0 create mode 100755 libdmx.be0 create mode 100755 libxkbfile.be0 diff --git a/libXScrnSaver.be0 b/libXScrnSaver.be0 new file mode 100755 index 000000000..0629995f0 --- /dev/null +++ b/libXScrnSaver.be0 @@ -0,0 +1,32 @@ +#!/bin/env beesh + +# BEE_VERSION libXScrnSaver-1.2.4-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXScrnSaver-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/e613751d38e13aa0d0fd8e0149cec057/libXScrnSaver-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/libXcomposite.be0 b/libXcomposite.be0 new file mode 100755 index 000000000..0a6faae61 --- /dev/null +++ b/libXcomposite.be0 @@ -0,0 +1,32 @@ +#!/bin/env beesh + +# BEE_VERSION libXcomposite-0.4.6-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXcomposite-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/af0a5f0abb5b55f8411cd738cf0e5259/libXcomposite-0.4.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/libXdamage.be0 b/libXdamage.be0 new file mode 100755 index 000000000..1462437aa --- /dev/null +++ b/libXdamage.be0 @@ -0,0 +1,32 @@ +#!/bin/env beesh + +# BEE_VERSION libXdamage-1.1.6-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXdamage-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/ca55d29fa0a8b5c4a89f609a7952ebf8/libXdamage-1.1.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/libXext.be0 b/libXext.be0 new file mode 100755 index 000000000..2fe5fe57c --- /dev/null +++ b/libXext.be0 @@ -0,0 +1,32 @@ +#!/bin/env beesh + +# BEE_VERSION libXext-1.3.6-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXext-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/e59476db179e48c1fb4487c12d0105d1/libXext-1.3.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/libXi.be0 b/libXi.be0 new file mode 100755 index 000000000..8f59f7619 --- /dev/null +++ b/libXi.be0 @@ -0,0 +1,32 @@ +#!/bin/env beesh + +# BEE_VERSION libXi-1.8.1-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXi-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/89ac74ad6829c08d5c8ae8f48d363b06/libXi-1.8.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/libXinerama.be0 b/libXinerama.be0 new file mode 100755 index 000000000..0bd9863ea --- /dev/null +++ b/libXinerama.be0 @@ -0,0 +1,32 @@ +#!/bin/env beesh + +# BEE_VERSION libXinerama-1.1.5-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXinerama-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/228c877558c265d2f63c56a03f7d3f21/libXinerama-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/libXrandr.be0 b/libXrandr.be0 index f2e9be912..edbe7a151 100755 --- a/libXrandr.be0 +++ b/libXrandr.be0 @@ -1,50 +1,16 @@ -#!/usr/bin/env beesh +#!/bin/env beesh -# BEE_VERSION libXrandr-1.5.1-0 +# BEE_VERSION libXrandr-1.5.4-0 -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## 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/lib/libXrandr-${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/libXrandr-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/24e0b72abe16efce9bf10579beaffc27/libXrandr-1.5.4.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,3 @@ SRCURL[0]="https://www.x.org/releases/individual/lib/libXrandr-${PKGVERSION}.tar #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/libXrender.be0 b/libXrender.be0 new file mode 100755 index 000000000..11a067a48 --- /dev/null +++ b/libXrender.be0 @@ -0,0 +1,32 @@ +#!/bin/env beesh + +# BEE_VERSION libXrender-0.9.11-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXrender-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/ebf7fb3241ec03e8a3b2af72f03b4631/libXrender-0.9.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/libXv.be0 b/libXv.be0 new file mode 100755 index 000000000..339335a5c --- /dev/null +++ b/libXv.be0 @@ -0,0 +1,32 @@ +#!/bin/env beesh + +# BEE_VERSION libXv-1.0.12-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXv-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/70bfdd14ca1a563c218794413f0c1f42/libXv-1.0.12.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/libXvMC.be0 b/libXvMC.be0 new file mode 100755 index 000000000..1eb8db6f0 --- /dev/null +++ b/libXvMC.be0 @@ -0,0 +1,32 @@ +#!/bin/env beesh + +# BEE_VERSION libXvMC-1.0.14-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXvMC-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/a90a5f01102dc445c7decbbd9ef77608/libXvMC-1.0.14.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/libXxf86vm.be0 b/libXxf86vm.be0 new file mode 100755 index 000000000..e19976c45 --- /dev/null +++ b/libXxf86vm.be0 @@ -0,0 +1,32 @@ +#!/bin/env beesh + +# BEE_VERSION libXxf86vm-1.1.5-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libXxf86vm-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/5b913dac587f2de17a02e17f9a44a75f/libXxf86vm-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/libdmx.be0 b/libdmx.be0 new file mode 100755 index 000000000..60261c3a0 --- /dev/null +++ b/libdmx.be0 @@ -0,0 +1,32 @@ +#!/bin/env beesh + +# BEE_VERSION libdmx-1.1.5-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libdmx-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/ca5b5017987d2eee289485b54506ff5c/libdmx-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/libxkbfile.be0 b/libxkbfile.be0 new file mode 100755 index 000000000..d9209ca9b --- /dev/null +++ b/libxkbfile.be0 @@ -0,0 +1,32 @@ +#!/bin/env beesh + +# BEE_VERSION libxkbfile-1.1.3-0 + +#SRCURL[0]="https://www.x.org/releases/individual/lib/libxkbfile-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/229708c15c9937b6e5131d0413474139/libxkbfile-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 +#}