Skip to content

Commit

Permalink
Merge pull request #2116 from mariux64/fix-srcurl-geany
Browse files Browse the repository at this point in the history
geany: fix SRCURL
  • Loading branch information
wwwutz authored May 3, 2021
2 parents 2a07dca + 9e09fa3 commit cf9cd61
Showing 1 changed file with 5 additions and 39 deletions.
44 changes: 5 additions & 39 deletions geany.be0
Original file line number Diff line number Diff line change
@@ -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 "${@}"
#}
Expand All @@ -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}"'

0 comments on commit cf9cd61

Please sign in to comment.