diff --git a/babl.be0 b/babl.be0 index 5d08f82b7..28ff16caf 100755 --- a/babl.be0 +++ b/babl.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION babl-0.1.30-0 +# BEE_VERSION babl-0.1.46-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.) diff --git a/fontconfig.be0 b/fontconfig.be0 index 059cfd51e..860464082 100755 --- a/fontconfig.be0 +++ b/fontconfig.be0 @@ -1,9 +1,12 @@ #!/usr//bin/env beesh -# BEE_VERSION fontconfig-2.12.1-0 +# BEE_VERSION fontconfig-2.12.4-0 SRCURL[0]="https://fontconfig.org/release/fontconfig-${PKGVERSION}.tar.gz" +mee_patch() { + start_cmd rm -fv ${S}/src/fcobjshash.h +} mee_configure() { bee_configure \ diff --git a/gegl.be0 b/gegl.be0 index cb04e3256..a7fbe648a 100755 --- a/gegl.be0 +++ b/gegl.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gegl-0.3.20-0 +# BEE_VERSION gegl-0.4.0-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.) diff --git a/gimp.be0 b/gimp.be0 index b6750740f..678c229c1 100755 --- a/gimp.be0 +++ b/gimp.be0 @@ -1,59 +1,27 @@ #!/usr/bin/env beesh -# BEE_VERSION gimp-2.8.22-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. +# BEE_VERSION gimp-2.10.0-0 SRCURL[0]="https://download.gimp.org/mirror/pub/gimp/v${PKGVERSION[2]}/gimp-${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 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 "${@}" #} -mee_patch() { - bee_patch "${@}" - start_cmd sed -i '/gegl/s/2/3/' configure - start_cmd sed -i '70,75 d' app/core/gimpparamspecs-duplicate.c -} +#mee_patch() { +# bee_patch "${@}" +# start_cmd sed -i '/gegl/s/2/3/' configure +# start_cmd sed -i '70,75 d' app/core/gimpparamspecs-duplicate.c +#} #mee_configure() { # bee_configure @@ -63,25 +31,7 @@ mee_patch() { # bee_build #} -#mee_install() { -# bee_install -#} +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/lcms2-2.7-0.bee b/lcms2.be0 similarity index 57% rename from lcms2-2.7-0.bee rename to lcms2.be0 index 2e32822ad..0f9d3ace5 100755 --- a/lcms2-2.7-0.bee +++ b/lcms2.be0 @@ -1,10 +1,10 @@ #!/usr/bin/env beesh -SRCURL[0]="http://downloads.sourceforge.net/project/lcms/lcms/${PKGVERSION}/lcms2-${PKGVERSION}.tar.gz" +# BEE_VERSION lcms2-2.9-0 -PATCHURL[0]="" +SRCURL[0]="https://downloads.sourceforge.net/project/lcms/lcms/${PKGVERSION}/lcms2-${PKGVERSION}.tar.gz" -# BEE_CONFIGURE=compat +PATCHURL[0]="" # BEE_BUILDTYPE= @@ -24,9 +24,9 @@ PATCHURL[0]="" # bee_patch ${@} #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure --disable-static +} #mee_build() { # bee_build diff --git a/libgexiv2-0.4.1-0.bee b/libgexiv2-0.4.1-0.bee deleted file mode 100755 index 518ac4bb7..000000000 --- a/libgexiv2-0.4.1-0.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://yorba.org/download/gexiv2/${PKGVERSION[2]}/libgexiv2-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE=() - -build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/libgexiv2.be0 b/libgexiv2.be0 new file mode 100755 index 000000000..76d1bc5dc --- /dev/null +++ b/libgexiv2.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libgexiv2-0.10.8-0 + +SRCURL[0]="https://download.gnome.org/sources/gexiv2/${PKGVERSION[2]}/gexiv2-${PKGVERSION}.tar.xz" + +PATCHURL[0]="" + +BEE_BUILDTYPE=autotools + +# EXCLUDE=() + +#build_in_sourcedir + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure --with-python3-girdir \ + --with-python2-girdir +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} diff --git a/libmypaint.be0 b/libmypaint.be0 new file mode 100755 index 000000000..39c742518 --- /dev/null +++ b/libmypaint.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libmypaint-1.3.0-0 + +SRCURL[0]="https://github.com/mypaint/libmypaint/releases/download/v${PKGVERSION}/libmypaint-${PKGVERSION}.tar.xz" + +# PATCHURL+=() + +# EXCLUDE+=() + +# 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 +#} +## by default this may be 'make install DESTDIR="${D}"' diff --git a/libpng15-1.5.11-0.bee b/libpng15_compat.be0 similarity index 65% rename from libpng15-1.5.11-0.bee rename to libpng15_compat.be0 index 73c94b072..cf3bb32a8 100755 --- a/libpng15-1.5.11-0.bee +++ b/libpng15_compat.be0 @@ -1,8 +1,10 @@ #!/usr/bin/env beesh -SRCURL[0]="http://downloads.sourceforge.net/project/libpng/${PKGNAME}/${PKGVERSION}/libpng-${PKGVERSION}.tar.xz" +# BEE_VERSION libpng15_compat-1.5.30-0 -PATCHURL[0]="http://downloads.sourceforge.net/project/libpng-apng/${PKGNAME}/${PKGVERSION}/libpng-${PKGVERSION}-apng.patch.gz" +SRCURL[0]="https://downloads.sourceforge.net/project/libpng/${PKGNAME}/${PKGVERSION}/libpng-${PKGVERSION}.tar.xz" + +PATCHURL[0]="https://downloads.sourceforge.net/project/libpng-apng/${PKGNAME}/${PKGVERSION}/libpng-${PKGVERSION}-apng.patch.gz" BEE_BUILDTYPE=configure diff --git a/libpng16.be0 b/libpng16.be0 new file mode 100755 index 000000000..2eb3f433f --- /dev/null +++ b/libpng16.be0 @@ -0,0 +1,49 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libpng16-1.6.34-0 + +SRCURL[0]="https://downloads.sourceforge.net/libpng/libpng-${PKGVERSION}.tar.xz" + +PATCHURL[0]="https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${PKGVERSION}-apng.patch.gz" + +# EXCLUDE+=() + +# build_in_sourcedir + +# sourcesubdir_append src + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure --disable-static +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' + +mee_install_post() { + if [ "${PKGNAME}" != "compat" ]; then + return + fi + + start_cmd rm -f ${D}${BINDIR}/libpng-config + start_cmd rm -f ${D}${INCLUDEDIR}/png.h + start_cmd rm -f ${D}${INCLUDEDIR}/pngconf.h + start_cmd rm -f ${D}${INCLUDEDIR}/pnglibconf.h + start_cmd rm -f ${D}${LIBDIR}/libpng.so + start_cmd rm -f ${D}${LIBDIR}/pkgconfig/libpng.pc + start_cmd rm -fr ${D}${MANDIR +} diff --git a/mypaint-brushes.be0 b/mypaint-brushes.be0 new file mode 100755 index 000000000..3ac919e75 --- /dev/null +++ b/mypaint-brushes.be0 @@ -0,0 +1,41 @@ +#!/usr/bin/env beesh + +# BEE_VERSION mypaint-brushes-1.3.0-0 + +SRCURL[0]="https://github.com/Jehan/mypaint-brushes/archive/v${PKGVERSION}.tar.gz" + +#BEE_BUILDTYPE=autotools + +# PATCHURL+=() + +# EXCLUDE+=() + +#build_in_sourcedir + +# sourcesubdir_append src + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +mee_configure_post() { + ${S}/configure --prefix=${PREFIX} +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' diff --git a/poppler-data-0.4.7-0.bee b/poppler-data.be0 similarity index 86% rename from poppler-data-0.4.7-0.bee rename to poppler-data.be0 index 2f8639ea7..c1c96d326 100755 --- a/poppler-data-0.4.7-0.bee +++ b/poppler-data.be0 @@ -1,11 +1,11 @@ #!/usr/bin/env beesh +# BEE_VERSION poppler-data-0.4.9-0 + SRCURL[0]="http://poppler.freedesktop.org/poppler-data-${PKGVERSION}.tar.gz" PATCHURL[0]="" -# BEE_CONFIGURE=compat - # BEE_BUILDTYPE= # EXCLUDE=() @@ -13,9 +13,6 @@ PATCHURL[0]="" # build_in_sourcedir - - - #mee_extract() { # bee_extract "${@}" #} @@ -25,7 +22,7 @@ PATCHURL[0]="" #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() {