Skip to content
Permalink
cfce7a5f90
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
- build dependency for cherrytree
1 contributor

Users who have contributed to this file

executable file 34 lines (24 sloc) 630 Bytes
#!/usr/bin/env beesh
# BEE_VERSION gtksourceviewmm3-3.21.3-0
# SRCURL[0]="https://download-fallback.gnome.org/sources/gtksourceviewmm/3.21/gtksourceviewmm-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/216a3762862c274ab4ec903e09ab8ade/gtksourceviewmm-3.21.3.tar.xz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure \
CPPFLAGS='-Wno-deprecated-declarations' \
--disable-documentation
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}