Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gtksourceview3: add version 3.24.11
- latest&greatest gtksourceview 3
  • Loading branch information
wwwutz committed Oct 6, 2021
1 parent 5ade4a8 commit 8d28458
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions gtksourceview3.be0
@@ -0,0 +1,33 @@
#!/usr/bin/env beesh

# BEE_VERSION gtksourceview3-3.24.11-1

# SRCURL[0]="https://download-fallback.gnome.org/sources/gtksourceview/3.24/gtksourceview-3.24.11.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/b748da426a7d64e1304f0c532b0f2a67/gtksourceview-3.24.11.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
--disable-nls
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 8d28458

Please sign in to comment.