Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gtksourceviewmm-3.0: add 3.21.3
- build dependency for cherrytree
  • Loading branch information
wwwutz committed Oct 6, 2021
1 parent 5ade4a8 commit dc7b103
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions gtksourceviewmm3.be0
@@ -0,0 +1,34 @@
#!/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
#}

0 comments on commit dc7b103

Please sign in to comment.