Skip to content

Commit

Permalink
Merge pull request #2416 from mariux64/update-poppler-21100
Browse files Browse the repository at this point in the history
poppler: update 0.78.0 to 21.10.0 poppler-data: update 0.4.9 to 0.4.11
  • Loading branch information
wwwutz authored Oct 25, 2021
2 parents 1b48ca5 + 023ddd0 commit 489ef47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 40 deletions.
7 changes: 4 additions & 3 deletions poppler-data.be0
Original file line number Diff line number Diff line change
@@ -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=

Expand Down
40 changes: 3 additions & 37 deletions poppler.be0
Original file line number Diff line number Diff line change
@@ -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 "${@}"
#}
Expand All @@ -66,4 +33,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 489ef47

Please sign in to comment.