Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gtk4: add 4.4.0
- v4.4
  • Loading branch information
wwwutz committed Sep 7, 2021
1 parent 3986da2 commit a261afe
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions gtk4.be0
@@ -0,0 +1,32 @@
#!/usr/bin/env beesh

# BEE_VERSION gtk4-4.4.0-1
# "https://download.gnome.org/sources/gtk/4.4/gtk-4.4.0.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/113d24bd311037f774bf1aa7d5d0a344/gtk-4.4.0.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
--wrap-mode=nofallback
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit a261afe

Please sign in to comment.