diff --git a/pango-1.39.0-0.bee b/fribidi.be0 similarity index 86% rename from pango-1.39.0-0.bee rename to fribidi.be0 index 6eb413eb4..a08d66e96 100755 --- a/pango-1.39.0-0.bee +++ b/fribidi.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION fribidi-1.0.2-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -7,7 +9,7 @@ ## 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.gnome.org/pub/gnome/sources/pango/${PKGVERSION[2]}/pango-${PKGVERSION}.tar.xz" +SRCURL[0]="https://github.com/fribidi/fribidi/releases/download/v${PKGVERSION}/fribidi-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -22,8 +24,8 @@ SRCURL[0]="ftp://ftp.gnome.org/pub/gnome/sources/pango/${PKGVERSION[2]}/pango-${ # 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 +## 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 @@ -51,9 +53,10 @@ SRCURL[0]="ftp://ftp.gnome.org/pub/gnome/sources/pango/${PKGVERSION[2]}/pango-${ # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --disable-docs +} #mee_build() { # bee_build @@ -71,7 +74,7 @@ SRCURL[0]="ftp://ftp.gnome.org/pub/gnome/sources/pango/${PKGVERSION[2]}/pango-${ ## 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. +## You may remove all comments as long as SRCURL[0] is set. ## ## Everything in this file will be executed in a bash environment. ## diff --git a/fribidi-0.19.5-0.bee b/pango.be0 similarity index 88% rename from fribidi-0.19.5-0.bee rename to pango.be0 index d614b7115..502a16f52 100755 --- a/fribidi-0.19.5-0.bee +++ b/pango.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION pango-1.42.1-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -7,7 +9,7 @@ ## 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://fribidi.org/download/fribidi-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/pango/${PKGVERSION[2]}/pango-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -22,8 +24,8 @@ SRCURL[0]="http://fribidi.org/download/fribidi-${PKGVERSION}.tar.bz2" # 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 +## 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 @@ -52,7 +54,7 @@ SRCURL[0]="http://fribidi.org/download/fribidi-${PKGVERSION}.tar.bz2" #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -71,7 +73,7 @@ SRCURL[0]="http://fribidi.org/download/fribidi-${PKGVERSION}.tar.bz2" ## 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. +## You may remove all comments as long as SRCURL[0] is set. ## ## Everything in this file will be executed in a bash environment. ##