Skip to content

Commit

Permalink
Merge branch 'master' into update-atom-144
Browse files Browse the repository at this point in the history
wwwutz committed Mar 10, 2020
2 parents 3fd66ab + eafb411 commit 3a70479
Showing 59 changed files with 1,989 additions and 1,588 deletions.
66 changes: 7 additions & 59 deletions alsa-lib.be0
Original file line number Diff line number Diff line change
@@ -1,50 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION alsa-lib-1.1.5-0
# BEE_VERSION alsa-lib-1.1.5-2

## 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]="ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${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]="ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/a2b465c3a5265d8a57f3ff39c6c4fc29/alsa-lib-1.1.5.tar.bz2"

# 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 "${@}"
#}
@@ -53,9 +19,10 @@ SRCURL[0]="ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PKGVERSION}.tar.bz2"
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
. $(python2-config --prefix)/profile
bee_configure
}

#mee_build() {
# bee_build
@@ -64,22 +31,3 @@ SRCURL[0]="ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PKGVERSION}.tar.bz2"
#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/
##
2 changes: 0 additions & 2 deletions atom.be0
Original file line number Diff line number Diff line change
@@ -49,5 +49,3 @@ mee_install() {
mee_install_post() {
rm -rf ${D}${DATADIR}/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests
}


11 changes: 5 additions & 6 deletions babl.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION babl-0.1.72-0
# BEE_VERSION babl-0.1.74-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.)
@@ -48,11 +48,10 @@ SRCURL[0]="https://download.gimp.org/pub/babl/${PKGVERSION[2]}/babl-${PKGVERSION
# bee_configure
#}

#mee_build() {
# bee_build
# # https://gitlab.gnome.org/GNOME/babl/issues/49
# start_cmd ninja test
#}
mee_build() {
bee_build
start_cmd ninja test
}

#mee_install() {
# bee_install
59 changes: 3 additions & 56 deletions bdftopcf.be0
Original file line number Diff line number Diff line change
@@ -1,50 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION bdftopcf-1.0.5-1
# BEE_VERSION bdftopcf-1.0.5-2

## 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/app/bdftopcf-${PKGVERSION}.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/app/bdftopcf-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/456416d33e0d41a96b5a3725d99e1be3/bdftopcf-1.0.5.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,3 @@ SRCURL[0]="https://www.x.org/releases/individual/app/bdftopcf-${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/
##
23 changes: 21 additions & 2 deletions boost.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
#!/bin/env beesh

# BEE_VERSION boost-1.72.0-0
# BEE_VERSION boost-1.72.0-1

# SRCURL[0]="https://dl.bintray.com/boostorg/release/${PKGVERSION}/source/boost_${PKGVERSION//./_}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/e2b0b1eac302880461bcbef097171758/boost_1_72_0.tar.gz"

PATCHURL[0]=""
# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
cd ${S}
@@ -21,3 +32,11 @@ mee_install() {
--build-dir=${B} \
install
}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
59 changes: 6 additions & 53 deletions cairomm.be0
Original file line number Diff line number Diff line change
@@ -1,44 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION cairomm-1.12.2-0
# BEE_VERSION cairomm-1.12.2-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

###############################################################################
## 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://cairographics.org/releases/cairomm-${PKGVERSION}.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://cairographics.org/releases/cairomm-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/9d2282ea34cf9aaa89208bb4bb911909/cairomm-1.12.2.tar.gz"

# PATCHURL+=()

###############################################################################
## 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 "${@}"
#}
@@ -47,9 +19,9 @@ SRCURL[0]="https://cairographics.org/releases/cairomm-${PKGVERSION}.tar.gz"
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure --disable-documentation
}

#mee_build() {
# bee_build
@@ -58,22 +30,3 @@ SRCURL[0]="https://cairographics.org/releases/cairomm-${PKGVERSION}.tar.gz"
#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/
##
37 changes: 37 additions & 0 deletions ccid.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION ccid-1.4.31-0

# more info: https://ccid.apdu.fr/

SRCURL[0]="https://ccid.apdu.fr/files/ccid-${PKGVERSION}.tar.bz2"

# 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
#}

#mee_install_post() {
# exit
#}
210 changes: 210 additions & 0 deletions citrix-workspace-app.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,210 @@
#!/usr/bin/env beesh

# BEE_VERSION citrix-workspace-app-19.10.0.15-0

# more info: https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html
#
# never execute the provided installer. Its total junk.
#
# To use the package, this has to be done for each new user:
#
# mkdir -p $HOME/.ICAClient/cache
# cp /opt/Citrix/ICAClient/config/{All_Regions,Trusted_Region,Unknown_Region,canonicalization,regions}.ini $HOME/.ICAClient/
#
# maybe we do this from a wrapper in a future build

SRCURL[0]="/src/mariux/download/citrix_workspace_app-${PKGVERSION}.tgz"

# 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() {

# stolen from
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=icaclient

srcdir="$S"
pkgdir=$D

ICAROOT=/opt/Citrix/ICAClient
ICADIR="$srcdir/linuxx64/linuxx64.cor"
mkdir -p "${pkgdir}$ICAROOT"

cd "$ICADIR"
install -m755 wfica *.so *.DLL AuthManagerDaemon PrimaryAuthManager ServiceRecord selfservice "${pkgdir}$ICAROOT"

# copy directories
cp -r ./config/ "${pkgdir}$ICAROOT"
cp -r ./gtk/ "${pkgdir}$ICAROOT"
cp -r ./help/ "${pkgdir}$ICAROOT"
cp -r ./keyboard/ "${pkgdir}$ICAROOT"
cp -r ./keystore/ "${pkgdir}$ICAROOT"
cp -r ./lib/ "${pkgdir}$ICAROOT"
cp -r ./icons/ "${pkgdir}$ICAROOT"
cp -r ./nls/ "${pkgdir}$ICAROOT"
cp -r ./site/ "${pkgdir}$ICAROOT"
cp -r ./usb/ "${pkgdir}$ICAROOT"
cp -r ./util/ "${pkgdir}$ICAROOT"

# Install License
install -m644 -D nls/en.UTF-8/eula.txt \
"${pkgdir}$ICAROOT/eula.txt"

# create /config/.server to enable user customization using ~/.ICACLient/ overrides. Thanks Tomek
touch "${pkgdir}$ICAROOT/config/.server"

# # Extract system ca-certificates and install in the Citrix cacerts directory
# cp /etc/ca-certificates/extracted/tls-ca-bundle.pem "${pkgdir}$ICAROOT/keystore/cacerts/"
# cd "${pkgdir}$ICAROOT/keystore/cacerts/"
# awk 'BEGIN {c=0;} /BEGIN CERT/{c++} { print > "cert." c ".pem"}' < tls-ca-bundle.pem

# The following 32-bit library causes false namcap errors
# rm util/libgstflatstm.32.so

# # Install wrapper script
# install -m755 "${srcdir}/wfica.sh" "${pkgdir}$ICAROOT/wfica.sh"

# Dirty Hack
# wfica expects {module,wfclient,apssrv}.ini in $ICAROOT/config
# sadly these configs differ slightly by locale
lang=${LANG%%_*}
if [[ ! -d "${pkgdir}/$ICAROOT/nls/$lang" ]]; then
lang='en'
fi
cp "${pkgdir}$ICAROOT/nls/$lang/module.ini" "${pkgdir}/$ICAROOT/config/"
cp "${pkgdir}$ICAROOT/nls/$lang/appsrv.template" "${pkgdir}/$ICAROOT/config/appsrv.ini"
cp "${pkgdir}$ICAROOT/nls/$lang/wfclient.template" "${pkgdir}/$ICAROOT/config/wfclient.ini"

# Copy Firefox plugin into plugin directory
mkdir -p "${pkgdir}/usr/lib/mozilla/plugins"
ln -s "$ICAROOT/npica.so" "${pkgdir}"/usr/lib/mozilla/plugins/npica.so
cd "${srcdir}"
# install freedesktop.org files
# install -Dm644 wfica.desktop "${pkgdir}/usr/share/applications/wfica.desktop"
# install -Dm644 conncenter.desktop "${pkgdir}/usr/share/applications/conncentre.desktop"
# install -Dm644 configmgr.desktop "${pkgdir}/usr/share/applications/configmgr.desktop"
# install -Dm644 selfservice.desktop "${pkgdir}/usr/share/applications/wfcmgr.desktop"
mkdir -p "${pkgdir}/usr/share/applications/"
cat <<'EOF' >"${pkgdir}/usr/share/applications/wfica.desktop"
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Citrix Receiver Engine
StartupWMClass=Wfica
NoDisplay=true
Categories=Application;Network;X-Red-Hat-Base;X-SuSE-Core-Internet;
MimeType=application/x-ica;
Icon=/opt/Citrix/ICAClient/icons/manager.png
TryExec=/opt/Citrix/ICAClient/wfica.sh
Exec=/opt/Citrix/ICAClient/wfica.sh
EOF
cat <<'EOF' >"${pkgdir}/usr/share/applications/conncentre.desktop"
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Citrix Connection Centre
NoDisplay=false
Categories=Application;Network;X-Red-Hat-Base;X-SuSE-Core-Internet;
Icon=/opt/Citrix/ICAClient/icons/manager.png
TryExec=/opt/Citrix/ICAClient/util/conncenter
Exec=/opt/Citrix/ICAClient/util/conncenter --icaroot /opt/Citrix/ICAClient
EOF
cat <<'EOF' >"${pkgdir}/usr/share/applications/configmgr.desktop"
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Citrix Receiver Preferences
NoDisplay=false
Categories=Application;Network;X-Red-Hat-Base;X-SuSE-Core-Internet;
Icon=/opt/Citrix/ICAClient/icons/manager.png
TryExec=/opt/Citrix/ICAClient/util/configmgr
Exec=/opt/Citrix/ICAClient/util/configmgr --icaroot /opt/Citrix/ICAClient
EOF
cat <<'EOF' > "${pkgdir}/usr/share/applications/wfcmgr.desktop"
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Citrix Receiver Self Service
Categories=Application;Network;X-Red-Hat-Base;X-SuSE-Core-Internet;
Icon=/opt/Citrix/ICAClient/icons/manager.png
TryExec=/opt/Citrix/ICAClient/selfservice
Exec=/opt/Citrix/ICAClient/selfservice --icaroot /opt/Citrix/ICAClient
EOF

# install scripts
# install -Dm755 wfica.sh "${pkgdir}$ICAROOT"
# install -Dm755 wfica_assoc.sh "${pkgdir}$ICAROOT"
cat <<'EOF' >"${pkgdir}$ICAROOT/wfica.sh"
#!/bin/sh
export ICAROOT=/opt/Citrix/ICAClient
${ICAROOT}/wfica -file "$1"
EOF
chmod 755 "${pkgdir}$ICAROOT/wfica.sh"
cat <<'EOF' >"${pkgdir}$ICAROOT/wfica_assoc.sh"
#!/bin/sh
export ICAROOT=/opt/Citrix/ICAClient
${ICAROOT}/wfica -associate -fileparam "$1"
EOF
chmod 755 "${pkgdir}$ICAROOT/wfica_assoc.sh"

# # make certificates available
# rm -r "${pkgdir}/opt/Citrix/ICAClient/keystore/cacerts"
# ln -s /etc/ssl/certs "${pkgdir}/opt/Citrix/ICAClient/keystore/cacerts"
# #ln -s /usr/share/ca-certificates/trust-source/* "${pkgdir}/opt/Citrix/ICAClient/keystore/cacerts/"
# #c_rehash "${pkgdir}/opt/Citrix/ICAClient/keystore/cacerts/"

cat<<'EOF' >"${pkgdir}/opt/Citrix/ICAClient/keystore/cacerts/T-TeleSec_GlobalRoot_Class_2.pem"
subject=/CN=T-TeleSec GlobalRoot Class 2/OU=T-Systems Trust Center/O=T-Systems Enterprise Services GmbH/C=DE
-----BEGIN CERTIFICATE-----
MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx
KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd
BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl
YyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1
OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy
aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50
ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G
CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd
AqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC
FoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi
1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq
jnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ
wI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj
QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/
WSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy
NsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC
uvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw
IEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6
g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN
9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP
BSeOE6Fuwg==
-----END CERTIFICATE-----
EOF

}

#mee_install_post() {
# exit
#}
11 changes: 6 additions & 5 deletions doxygen.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION doxygen-1.8.17-0
# BEE_VERSION doxygen-1.8.17-1

# more info: http://www.doxygen.nl/index.html

SRCURL[0]="http://doxygen.nl/files/doxygen-${PKGVERSION}.src.tar.gz"
#SRCURL[0]="http://doxygen.nl/files/doxygen-${PKGVERSION}.src.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/7997a15c73a8bd6d003eaba5c2ee2b47/doxygen-1.8.17.src.tar.gz"

# PATCHURL+=()

@@ -24,9 +25,9 @@ SRCURL[0]="http://doxygen.nl/files/doxygen-${PKGVERSION}.src.tar.gz"
# bee_configure
#}

#mee_build() {
# bee_build
#}
mee_build() {
bee_build -j1
}

#mee_install() {
# bee_install
2 changes: 1 addition & 1 deletion gegl.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION gegl-0.4.18-0
# BEE_VERSION gegl-0.4.22-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.)
2 changes: 1 addition & 1 deletion gimp.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION gimp-2.10.14-0
# BEE_VERSION gimp-2.10.18-0

SRCURL[0]="https://download.gimp.org/mirror/pub/gimp/v${PKGVERSION[2]}/gimp-${PKGVERSION}.tar.bz2"

9 changes: 3 additions & 6 deletions gst-plugins-good.be0
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION gst-plugins-good-1.16.1-0
# BEE_VERSION gst-plugins-good-1.16.1-1

SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PKGVERSION}.tar.xz"
#SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/515987ee763256840a11bd8ea098f2bf/gst-plugins-good-1.16.1.tar.xz"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}
@@ -33,4 +31,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'
83 changes: 0 additions & 83 deletions libXdmcp-1.1.1-0.bee

This file was deleted.

36 changes: 36 additions & 0 deletions libXdmcp.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION libXdmcp-1.1.1-1

#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"

# 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
#}

#mee_install_post() {
# exit
#}
83 changes: 0 additions & 83 deletions libXfixes-5.0.1-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions libXfixes.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION libXfixes-5.0.1-1

# 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"

# 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
#}

#mee_install_post() {
# exit
#}
83 changes: 0 additions & 83 deletions libXpm-3.5.11-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions libXpm.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION libXpm-3.5.11-1

# more info: https://foo.bar.com

# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libXpm-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/769ee12a43611cdebd38094eaf83f3f0/libXpm-3.5.11.tar.bz2"

# 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
#}

#mee_install_post() {
# exit
#}
900 changes: 900 additions & 0 deletions linux-5.4.21-323.bee

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion live.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION live-2020.02.24-0
# BEE_VERSION live-2020.02.24-1

# more info: https://foo.bar.com

@@ -34,6 +34,11 @@ mee_patch_post() {
# bee_build
#}

mee_install_pre() {
# parallel build race condition
mkdir -vp ${D}/usr/lib
}

#mee_install() {
# bee_install
#}
77 changes: 42 additions & 35 deletions lua.be0
Original file line number Diff line number Diff line change
@@ -1,60 +1,65 @@
#!/bin/env beesh

# BEE_VERSION lua-5.3.3-1
# BEE_VERSION lua-5.3.5-0

SRCURL[0]="https://www.lua.org/ftp/lua-${PKGVERSION}.tar.gz"

PATCHURL[0]="http://www.linuxfromscratch.org/patches/blfs/7.9/lua-5.3.2-shared_library-1.patch"

PGRP=( uncategorized )
# PATCHURL[0]="http://www.linuxfromscratch.org/patches/blfs/svn/lua-5.3.5-shared_library-1.patch"
# LFS/AUR patch is just plain messy using $V

PATCHURL+=("/src/mariux/patches/lua-5.3.5-mariux-shared_library.patch")

B=${S}
build_in_sourcedir

# sourcesubdir_append src

BEE_CONFIGURE=none

# EXCLUDE=""
#mee_extract() {
# bee_extract "${@}"
#}

mee_patch() {
bee_patch
}
#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure
}
#mee_configure() {
# bee_configure
#}

mee_build() {
sed -i '/#define LUA_ROOT/s:/usr/local/:/usr/:' src/luaconf.h

bee_build linux "MYCFLAGS=-fPIC -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1"
cat >lua.pc <<-EOF
V=${PKGVERSION[2]}
R=${PKGVERSION}
prefix=${PREFIX}

INSTALL_BIN=\${prefix}/bin
INSTALL_INC=\${prefix}/include
INSTALL_LIB=\${prefix}/lib
INSTALL_MAN=\${prefix}/man/man1
INSTALL_LMOD=\${prefix}/share/lua/${V}
INSTALL_CMOD=\${prefix}/lib/lua/${V}

exec_prefix=\${prefix}
libdir=\${exec_prefix}/lib
includedir=\${prefix}/include

Name: Lua
Description: An Extensible Extension Language
Version: \${R}
Requires:
Libs: -L\${libdir} -llua -lm
Cflags: -I\${includedir}
EOF

cat >lua.pc <<EOF
LUA_V=${PKGVERSION[2]}
LUA_R=${PKGVERSION}
prefix=${PREFIX}

INSTALL_BIN=\${prefix}/bin
INSTALL_INC=\${prefix}/include
INSTALL_LIB=\${prefix}/lib
INSTALL_MAN=\${prefix}/man/man1
INSTALL_LMOD=\${prefix}/share/lua/\${LUA_V}
INSTALL_CMOD=\${prefix}/lib/lua/\${LUA_V}

exec_prefix=\${prefix}
libdir=\${exec_prefix}/lib
includedir=\${prefix}/include

Name: Lua
Description: An Extensible Extension Language
Version: \${LUA_R}
Requires:
Libs: -L\${libdir} -llua -lm -ldl
Cflags: -I\${includedir}
EOF
}

mee_install() {
bee_install V=1 INSTALL_TOP=${D}${PREFIX} \
bee_install INSTALL_TOP=${D}${PREFIX} \
TO_LIB="liblua.so liblua.so.${PKGVERSION[2]} liblua.so.${PKGVERSION}" \
INSTALL_DATA="cp -d" \
INSTALL_MAN="${D}/${MANDIR}/man1"
@@ -67,3 +72,5 @@ mee_install_post() {
mkdir -pv ${D}/${LIBDIR}/pkgconfig
install -v -m644 -D ${B}/lua.pc ${D}${LIBDIR}/pkgconfig
}


60 changes: 60 additions & 0 deletions nvidia_linux-5.4.21-323-440.44-0.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
#!/bin/env beesh

NVIDIA_ARCHIVE="NVIDIA-Linux-x86_64-${PKGVERSION}.run"

SRCURL[0]="https://download.nvidia.com/XFree86/Linux-x86_64/${PKGVERSION}/${NVIDIA_ARCHIVE}"

PATCHURL+=()

LINUXPKG=${PKGEXTRANAME}.${ARCH}

LINUXKLOCALVER=$(beeversion --format "%v.mx64.%r" "${LINUXPKG}")

# '4.4.mx64.75' to '4.4.0.mx64.75'
if [[ $LINUXKLOCALVER =~ ^([0-9]+\.[0-9]+)(\.mx64.*) ]]; then
LINUXKLOCALVER="${BASH_REMATCH[1]}.0${BASH_REMATCH[2]}"
fi


build_in_sourcedir
sourcesubdir_append kernel

: ${BEE_TMP_TMPDIR:=/tmp}

mee_extract() {
LINUXBUILDARCHIVE="${BEE_BUILDARCHIVEDIR}/${LINUXPKG}.beebuild.tar.bz2"

print_info "extracting nvidia archive .."

start_cmd rmdir ${S}
start_cmd sh ${F}/${NVIDIA_ARCHIVE} -x --target ${S}

if [ -d "/usr/src/linux/${LINUXPKG}/source" ] ; then
LINUXSRCDIR="/usr/src/linux/${LINUXPKG}/source"
elif [ -d "${BEE_TMP_TMPDIR}/${LINUXPKG}/source" ] ; then
LINUXSRCDIR="${BEE_TMP_TMPDIR}/${LINUXPKG}/source"
else
print_info "extracting linux build ${LINUXPKG} .."
start_cmd gtar -xf "${LINUXBUILDARCHIVE}" -C ${BEE_TMP_TMPDIR}
LINUXSRCDIR="${BEE_TMP_TMPDIR}/${LINUXPKG}/source"
fi

print_info "using kernel sources from ${LINUXSRCDIR} .."
}

mee_build_pre() {
ln -s ${LINUXSRCDIR}/include ${S}/include
}

mee_build() {
IGNORE_CC_MISMATCH=1 \
make SYSSRC=${LINUXSRCDIR} module
}

mee_install() {
mkdir -pv ${D}${DATAROOTDIR}/nvidia/kernel/${LINUXKLOCALVER}/${PKGVERSION}

cp -v *.ko ${D}${DATAROOTDIR}/nvidia/kernel/${LINUXKLOCALVER}/${PKGVERSION}/

ln -s ${PKGVERSION} ${D}${DATAROOTDIR}/nvidia/kernel/${LINUXKLOCALVER}/current
}
2 changes: 1 addition & 1 deletion openblas.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION openblas-0.3.8-0
# BEE_VERSION openblas-0.3.9-0

BEE_BUILDTYPE=make
BEE_MAKEFLAGS+=" DYNAMIC_ARCH=1"
37 changes: 37 additions & 0 deletions pcsc-lite.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION pcsc-lite-1.8.25-0

# more info: https://pcsclite.apdu.fr/

SRCURL[0]="https://pcsclite.apdu.fr/files/pcsc-lite-${PKGVERSION}.tar.bz2"

# 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
#}

#mee_install_post() {
# exit
#}
59 changes: 3 additions & 56 deletions pixman.be0
Original file line number Diff line number Diff line change
@@ -1,50 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION pixman-0.38.4-0
# BEE_VERSION pixman-0.38.4-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

###############################################################################
## 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://cairographics.org/releases/pixman-${PKGVERSION}.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://cairographics.org/releases/pixman-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/267a7af290f93f643a1bc74490d9fdd1/pixman-0.38.4.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,3 @@ SRCURL[0]="https://cairographics.org/releases/pixman-${PKGVERSION}.tar.gz"
#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/
##
89 changes: 0 additions & 89 deletions procps-ng-3.3.11-2.bee

This file was deleted.

42 changes: 42 additions & 0 deletions procps-ng.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
#!/usr/bin/env beesh

# BEE_VERSION procps-ng-3.3.11-3

# SRCURL[0]="http://sourceforge.net/projects/procps-ng/files/Production/procps-ng-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/6cc5b94c1c5b8cbc89ad345a7b522f74/procps-ng-3.3.11.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#
# --with-systemd raus, weil er sonst libsystemd.so.0 haben will
#
mee_configure() {
bee_configure --docdir=/usr/share/doc/procps-ng-3.3.11 \
--disable-static \
--disable-kill \
--disable-modern-top
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
2 changes: 1 addition & 1 deletion qt5.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION qt5-5.12.5-0
# BEE_VERSION qt5-5.12.7-0

SRCURL[0]="https://download.qt.io/archive/qt/${PKGVERSION[2]}/${PKGVERSION}/single/qt-everywhere-src-${PKGVERSION}.tar.xz"

31 changes: 0 additions & 31 deletions raptor2-2.0.4-0.bee

This file was deleted.

31 changes: 0 additions & 31 deletions rasqal-0.9.26-0.bee

This file was deleted.

34 changes: 0 additions & 34 deletions rcs-5.7-0.bee

This file was deleted.

43 changes: 43 additions & 0 deletions rcs.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
#!/usr/bin/env beesh

# BEE_VERSION rcs-5.7-1

# more info: https://foo.bar.com

# SRCURL[0]="http://www.cs.purdue.edu/homes/trinkle/RCS/rcs-5.7.tar"
SRCURL[0]="https://beehive.molgen.mpg.de/f7b3f106bf87ff6344df38490f6a02c5/rcs-5.7.tar"

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_patch_post() {
autoconf
sed -i -e '82d' src/conf.sh
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
bee_install prefix=${D}/usr exec_prefix=${D}/usr
}

#mee_install_post() {
# exit
#}
31 changes: 0 additions & 31 deletions redland-1.0.14-1.bee

This file was deleted.

46 changes: 46 additions & 0 deletions safenetauthenticationclient.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
#!/usr/bin/env beesh

# BEE_VERSION safenetauthenticationclient-10.7.77-0

# more info on Token: https://safenet.gemalto.com/multi-factor-authentication/authenticators/pki-usb-authentication/etoken-5300-usb-token/
#
# Download Driver from
# https://extranet.mpg.de/IKT/Projekte/15022/Datenraum%20Rollouts/Forms/AllItems.aspx
# - 001_Citrix_Client-Komponenten - 003_Linux - CryptoToken Treiber - safenetauthenticationclient_10.7.77_amd64

SRCURL[0]="/src/mariux/beeroot/downloads/safenetauthenticationclient_${PKGVERSION}_amd64.deb"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

mee_extract() {
cd $S
start_cmd ar xv "${@}"
mkdir control
start_cmd tar xvf control.tar.gz -C control
start_cmd tar xvf data.tar.xz
echo \$S=$S
}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
start_cmd cp -r $S/etc $S/usr $D/
}

#mee_install_post() {
# exit
#}
31 changes: 0 additions & 31 deletions shared-mime-info-0.90-1.bee

This file was deleted.

39 changes: 39 additions & 0 deletions shared-mime-info.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION shared-mime-info-1.15-0

# see also http://www.linuxfromscratch.org/blfs/view/svn/general/shared-mime-info.html
# SRCURL[0]="https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/b27eb88e4155d8fccb8bb3cd12025d5b/shared-mime-info-1.15.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/5215f3d679a817de97eb8b0b911e9393/shared-mime-info-1.15.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
--disable-nls \
--disable-update-mimedb
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
8 changes: 4 additions & 4 deletions sublime_text.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION sublime_text-3.2.2-0
# BEE_VERSION sublime_text-3.2.2-1

# https://www.sublimetext.com/

SRCURL[0]="https://download.sublimetext.com/sublime_text_3_build_3211_x64.tar.bz2"
#SRCURL[0]="https://download.sublimetext.com/sublime_text_3_build_3211_x64.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/9438d5ef592df91ba41e5488e690b7e5/sublime_text_3_build_3211_x64.tar.bz2"

# PATCHURL+=()

@@ -32,7 +33,7 @@ mee_install() {
DD=${D}/usr/local/sublime_text
mkdir -p ${D}${BINDIR}
ln -s /usr/local/sublime_text/sublime_text ${D}${BINDIR}/sublime_text
ln -s /usr/local/sublime_text/sublime_text ${D}${BINDIR}/subl
ln -s sublime_text ${D}${BINDIR}/subl
mkdir -p ${DD}
desktop-file-install --dir ${D}${DATADIR}/applications ${S}/sublime_text.desktop

@@ -42,5 +43,4 @@ mee_install() {
cp -vr ${S}/. ${DD}
rm -rf ${DD}/{sublime_text.desktop,Icon}
}
## by default this may be 'make install DESTDIR="${D}"'

66 changes: 7 additions & 59 deletions talloc.be0
Original file line number Diff line number Diff line change
@@ -1,52 +1,18 @@
#!/usr/bin/env beesh

# BEE_VERSION talloc-2.1.13-0
# BEE_VERSION talloc-2.1.13-1

BEE_BUILDTYPE=autotools

## 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.samba.org/ftp/talloc/talloc-${PKGVERSION}.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.samba.org/ftp/talloc/talloc-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/8d7ecc93a4bffb686e0dc00b12b6954d/talloc-2.1.13.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 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 "${@}"
#}
@@ -55,9 +21,10 @@ build_in_sourcedir
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
. $(python2-config --prefix)/profile
bee_configure
}

#mee_build() {
# bee_build
@@ -66,22 +33,3 @@ build_in_sourcedir
#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/
##
14 changes: 10 additions & 4 deletions telepathy-glib.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION telepathy-glib-0.14.3-1
# BEE_VERSION telepathy-glib-0.14.3-2

# more info: https://foo.bar.com

@@ -21,9 +21,10 @@ SRCURL[0]="https://beehive.molgen.mpg.de/fe9a4f781651593fd4afddb343ff50bf/telepa
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
. $(python2-config --prefix)/profile
bee_configure
}

#mee_build() {
# bee_build
@@ -34,7 +35,12 @@ SRCURL[0]="https://beehive.molgen.mpg.de/fe9a4f781651593fd4afddb343ff50bf/telepa
#}

mee_install_post() {
# --enable-gtk-doc-html=no
# --disable-gtk-doc-html=yes
# --disable-gtk-doc-html
# ... ok ... well then...
rm -rvf ${D}/usr/share/gtk-doc

rm -rvf ${D}/usr/share/dbus-1
rmdir -v ${D}/usr/bin
}
31 changes: 0 additions & 31 deletions telepathy-logger-0.2.8-0.bee

This file was deleted.

41 changes: 41 additions & 0 deletions telepathy-logger.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#!/usr/bin/env beesh

# BEE_VERSION telepathy-logger-0.2.8-1
# old bee telepathy-logger-0.2.8-0

#SRCURL[0]="http://telepathy.freedesktop.org/releases/telepathy-logger/telepathy-logger-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/755e6dcaa6a9ccf47f2fe73f3d4d888b/telepathy-logger-0.2.8.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
. $(python2-config --prefix)/profile
bee_configure
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
mee_install_post() {
rm -vrf ${D}/usr/share/gtk-doc
}
11 changes: 4 additions & 7 deletions unzip.be0
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION unzip-6.0.0-1

SRCURL[0]="http://downloads.sourceforge.net/infozip/unzip60.tar.gz"
# BEE_VERSION unzip-6.0.0-2

#SRCURL[0]="http://downloads.sourceforge.net/infozip/unzip60.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/62b490407489521db863b523a7f86375/unzip60.tar.gz"

# PATCHURL+=()

# EXCLUDE+=()

build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}
@@ -33,6 +30,6 @@ mee_build() {
mee_install() {
mkdir -pv ${D}${PREFIX}
mkdir -pv ${D}${MANDIR}/man1
make -f unix/Makefile install prefix=${D}${PREFIX} MANDIR=${D}${MANDIR}/man1
make -f unix/Makefile install prefix=${D}${PREFIX} MANDIR=${D}${MANDIR}/man1
}
## by default this may be 'make install DESTDIR="${D}"'
41 changes: 3 additions & 38 deletions valgrind.be0
Original file line number Diff line number Diff line change
@@ -1,51 +1,17 @@
#!/usr/bin/env beesh

# BEE_VERSION valgrind-3.15.0-1
# BEE_VERSION valgrind-3.15.0-2

## 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://sourceware.org/pub/valgrind/valgrind-${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://sourceware.org/pub/valgrind/valgrind-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/46e5fbdcbc3502a5976a317a0860a975/valgrind-3.15.0.tar.bz2"

# 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.

# make install bug for man&doc
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 "${@}"
#}
@@ -66,4 +32,3 @@ mee_install() {
bee_install
rm -rf ${D}/usr/share/doc # no html docs, lmgtfy
}
## by default this may be 'make install DESTDIR="${D}"'
83 changes: 0 additions & 83 deletions x11perf-1.5.4-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions x11perf.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION x11perf-1.5.4-1

# 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"

# 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
#}

#mee_install_post() {
# exit
#}
83 changes: 0 additions & 83 deletions xcb-util-image-0.3.9-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions xcb-util-image.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION xcb-util-image-0.3.9-1

# more info: https://foo.bar.com

# SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-image-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/fabb80b36490b00fc91289e2c7f66770/xcb-util-image-0.3.9.tar.bz2"

# 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
#}

#mee_install_post() {
# exit
#}
83 changes: 0 additions & 83 deletions xkbcomp-1.2.4-0.bee

This file was deleted.

36 changes: 36 additions & 0 deletions xkbcomp.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION xkbcomp-1.2.4-1

#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xkbcomp-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/a0fc1ac3fc4fe479ade09674347c5aa0/xkbcomp-1.2.4.tar.bz2"

# 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
#}

#mee_install_post() {
# exit
#}
83 changes: 0 additions & 83 deletions xkbutils-1.0.4-0.bee

This file was deleted.

32 changes: 32 additions & 0 deletions xkbutils.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#!/usr/bin/env beesh

# BEE_VERSION xkbutils-1.0.4-1

#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"

# 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
#}
83 changes: 0 additions & 83 deletions xlsatoms-1.1.1-0.bee

This file was deleted.

34 changes: 34 additions & 0 deletions xlsatoms.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/env beesh

# BEE_VERSION xlsatoms-1.1.1-1

# 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"

# 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
#}
83 changes: 0 additions & 83 deletions xrdb-1.1.0-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions xrdb.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION xrdb-1.1.0-1

# 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"

# 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
#}

#mee_install_post() {
# exit
#}
83 changes: 0 additions & 83 deletions xvinfo-1.1.2-0.bee

This file was deleted.

36 changes: 36 additions & 0 deletions xvinfo.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION xvinfo-1.1.2-1

#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"

# 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
#}

#mee_install_post() {
# exit
#}
83 changes: 0 additions & 83 deletions xwud-1.0.4-0.bee

This file was deleted.

36 changes: 36 additions & 0 deletions xwud.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION xwud-1.0.4-1

#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"

# 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
#}

#mee_install_post() {
# exit
#}

0 comments on commit 3a70479

Please sign in to comment.