Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gdk-pixbuf-xlib: update to 2.40.2
- for compatibility
  • Loading branch information
wwwutz committed Nov 12, 2021
1 parent cccaeac commit 07fd35d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions gdk-pixbuf-xlib.be0
@@ -0,0 +1,29 @@
#!/usr/bin/env beesh

# BEE_VERSION gdk-pixbuf-xlib-2.40.2-0

# SRCURL[0]="https://download.gnome.org/sources/gdk-pixbuf-xlib/2.40/gdk-pixbuf-xlib-2.40.2.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/fbd57e867e039a8cf9164d145c0f0434/gdk-pixbuf-xlib-2.40.2.tar.xz"

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

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

mee_configure() {
bee_configure \
--buildtype=release \
--wrap-mode=nofallback \
-Dgtk_doc=false
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 07fd35d

Please sign in to comment.