Skip to content
Permalink
553dae20d2
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
 
 
Cannot retrieve contributors at this time
executable file 41 lines (29 sloc) 1011 Bytes
#!/usr/bin/env beesh
# BEE_VERSION cairo-1.17.2-4
# 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+=("https://beehive.molgen.mpg.de/fc7463f3e293e53ca34e123fb002e933/0001-Revert-clip-boxes-Drop-too-early-return.patch")
# https://wiki.gentoo.org/wiki/Project:Toolchain/Binutils_2.34_porting_notes/undefined_reference_to_bfd_get_section_*
PATCHURL+=("https://beehive.molgen.mpg.de/9c3a5d496da7ddad5f62f44cb8d624f9/cairo-1172-binutils-237-fix-bfd_get_section_vma.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
}