Skip to content

imagemagick: update 6.9.10 to 6.9.12 #2614

Merged
merged 1 commit into from
Apr 12, 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
12 changes: 6 additions & 6 deletions imagemagick.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/env beesh

# BEE_VERSION imagemagick-6.9.10p78-0
# BEE_VERSION imagemagick-6.9.12p44-0

SRCURL[0]="https://github.com/ImageMagick/ImageMagick6/archive/${PKGVERSION/p/-}.tar.gz imagemagick-${PKGVERSION/p/-}.tar.gz"
#SRCURL[0]="https://github.com/ImageMagick/ImageMagick6/archive/${PKGVERSION/p/-}.tar.gz imagemagick-${PKGVERSION/p/-}.tar.gz"

SRCURL[0]="https://beehive.molgen.mpg.de/3bb027d07785d4afb6c8c6b6777dfeeb/imagemagick-6.9.12-44.tar.gz"

# PATCHURL[0]=""

Expand All @@ -18,11 +20,9 @@ SRCURL[0]="https://github.com/ImageMagick/ImageMagick6/archive/${PKGVERSION/p/-}
# bee_build
#}

#mee_install() {
# bee_install
#}
mee_install() {
bee_install

mee_install_post() {
start_cmd rm -rf ${D}/${DATADIR}/doc

local tgt=${D}/etc/ImageMagick-6/policy.xml
Expand Down