diff --git a/geany.be0 b/geany.be0 index a2c8b9daa..79eaa2ee7 100755 --- a/geany.be0 +++ b/geany.be0 @@ -1,50 +1,17 @@ #!/usr/bin/env beesh -# BEE_VERSION geany-1.33-1 +# BEE_VERSION geany-1.33-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.) +# SRCURL[0]="https://download.geany.org/geany-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/d8855e5af612282408ae129078e109b4/geany-1.33.tar.bz2" -############################################################################### -## 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://download.geany.org/geany-${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+=(/src/mariux/patches/geany-#741-add-bee-extension.patch) - -############################################################################### -## 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. +# /src/mariux/patches/geany-#741-add-bee-extension.patch +PATCHURL[0]="https://beehive.molgen.mpg.de/a124e6883b79814aadb34284ceeb54c1/geany-%23741-add-bee-extension.patch" # 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,4 +31,3 @@ PATCHURL+=(/src/mariux/patches/geany-#741-add-bee-extension.patch) #mee_install() { # bee_install #} -## by default this may be 'make install DESTDIR="${D}"'