Skip to content

gobject-introspection: update to 1.68.0 #2186

Merged
merged 1 commit into from
Aug 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions gobject-introspection.be0
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
#!/usr/bin/env beesh

# BEE_VERSION gobject-introspection-1.58.3-0
# BEE_VERSION gobject-introspection-1.68.0-0

SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gobject-introspection/${PKGVERSION[2]}/gobject-introspection-${PKGVERSION}.tar.xz"
# SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gobject-introspection/${PKGVERSION[2]}/gobject-introspection-${PKGVERSION}.tar.xz"

# PATCHURL+=()
SRCURL[0]="https://beehive.molgen.mpg.de/b106680b153bebb67c8987e64bbafcc6/gobject-introspection-1.68.0.tar.xz"

# EXCLUDE+=()
# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -21,9 +20,9 @@ SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gobject-introspection/${PKGVE
# bee_patch "${@}"
#}

mee_configure() {
bee_configure --disable-static
}
#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
Expand Down