diff --git a/poppler-data.be0 b/poppler-data.be0 index c1c96d326..ad8739017 100755 --- a/poppler-data.be0 +++ b/poppler-data.be0 @@ -1,10 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION poppler-data-0.4.9-0 +# BEE_VERSION poppler-data-0.4.11-0 -SRCURL[0]="http://poppler.freedesktop.org/poppler-data-${PKGVERSION}.tar.gz" +# SRCURL[0]="http://poppler.freedesktop.org/poppler-data-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/506eeed773f3ed8684d8c45961c025d4/poppler-data-0.4.11.tar.gz" -PATCHURL[0]="" +# PATCHURL[0]="" # BEE_BUILDTYPE= diff --git a/poppler.be0 b/poppler.be0 index 818a5581b..6f108230f 100755 --- a/poppler.be0 +++ b/poppler.be0 @@ -1,49 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION poppler-0.78.0-0 +# BEE_VERSION poppler-21.10.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.) - -############################################################################### -## 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://poppler.freedesktop.org/poppler-${PKGVERSION}.tar.xz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. +# SRCURL[0]="https://poppler.freedesktop.org/poppler-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/1153a0b1aa8a894c6ce61f042622441c/poppler-21.10.0.tar.xz" # 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 "${@}" #} @@ -66,4 +33,3 @@ mee_configure() { #mee_install() { # bee_install #} -## by default this may be 'make install DESTDIR="${D}"'