Skip to content
Permalink
update-libxslt…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit 18670d8 Oct 13, 2020 History
- fixed SRCURL
- fixed PATCHURL
2 contributors

Users who have contributed to this file

@pmenzel @wwwutz
executable file 39 lines (27 sloc) 762 Bytes
#!/usr/bin/env beesh
# BEE_VERSION cairo-1.17.2-3
# SRCURL[0]="https://cairographics.org/snapshots/cairo-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/321a07adaeb125cb5513079256d465fb/cairo-1.17.2.tar.xz"
# PATCHURL+=(/src/mariux/patches/0001-Revert-clip-boxes-Drop-too-early-return.patch)
PATCHURL[0]="https://beehive.molgen.mpg.de/fc7463f3e293e53ca34e123fb002e933/0001-Revert-clip-boxes-Drop-too-early-return.patch"
# 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
#}
mee_install_post() {
# remove html docs
rm -vrf ${D}/usr/share
}