Skip to content

mupdf: update 1.16.1 to 1.19.0 #2611

Merged
merged 1 commit into from
Apr 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions mupdf.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION mupdf-1.16.1-0
# BEE_VERSION mupdf-1.19.0-0

# more info: https://foo.bar.com

SRCURL[0]="https://mupdf.com/downloads/archive/mupdf-${PKGVERSION}-source.tar.gz"
# SRCURL[0]="https://mupdf.com/downloads/archive/mupdf-${PKGVERSION}-source.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/5b27f800ea926996f428505b93fdd1e0/mupdf-1.19.0-source.tar.gz"

# PATCHURL+=()

BEE_BUILDTYPE=make

# build_in_sourcedir

# sourcesubdir_append src
Expand All @@ -30,10 +33,10 @@ SRCURL[0]="https://mupdf.com/downloads/archive/mupdf-${PKGVERSION}-source.tar.gz

mee_install() {
bee_install prefix=/usr
}

mee_install_post() {
rm -rfv ${D}/usr/include
rm -rfv ${D}/usr/share/doc
rm -rfv ${D}/usr/lib
cd ${D} && {
rm -rfv usr/include
rm -rfv usr/share/doc
rm -rfv usr/lib;
}
}