Skip to content
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
9 changes: 3 additions & 6 deletions glib2.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION glib2-2.88.3-0
# BEE_VERSION glib2-2.90.0-0

#SRCURL[0]="https://download.gnome.org/sources/glib/${PKGVERSION[2]}/glib-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/b61c04cfbf55b0d24fbe64e4ac9e9d56/glib-2.88.3.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/ecbf321b420f66e110a63bc313d9734e/glib-2.90.0.tar.xz"

PATCHURL+=("https://beehive.molgen.mpg.de/ac14fac9d515ad262f4c55041dadf483/glib2-2.70-glib-compile-schemas-no-spam.patch")
PATCHURL+=("https://beehive.molgen.mpg.de/3ae4ec123531ab5dd8dd80a45c323e5f/glib2-2.88-remove-libatomic-dep.patch")
Expand All @@ -22,10 +22,7 @@ BEE_NINJAFLAGS=$BEEMAKEFLAGS

mee_configure() {

# with xattr enabled it tries to copy things like system.nfs4_acl which fails

. /pkg/python-3.12.8-0/profile

# with xattr enabled it tries to copy things like system.nfs4_acl which fails
bee_configure \
--default-library both \
-D documentation=false \
Expand Down