Skip to content

Commit

Permalink
Merge pull request #2916 from mariux64/update-gtk3-from-3.24.30-to-3.…
Browse files Browse the repository at this point in the history
…24.38

Update GTK from 3.24.30 to 3.24.38
  • Loading branch information
pmenzel authored Jun 12, 2023
2 parents 6ea0aa0 + 81477d7 commit 5dbf211
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gtk3.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION gtk3-3.24.30-0
# BEE_VERSION gtk3-3.24.38-0

#SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gtk+/${PKGVERSION[2]}/gtk+-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/1cfb66b3460ae5a62f964a5cc14c66b6/gtk%2b-3.24.30.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/7ed2f5914683ebd515da22f5784389f4/gtk+-3.24.38.tar.xz"

# PATCHURL+=()

Expand All @@ -22,10 +22,10 @@ mee_patch() {

mee_configure() {
bee_configure \
--enable-introspection \
--enable-wayland-backend \
--enable-xinerama \
--enable-x11-backend
-Dintrospection=true \
-Dwayland_backend=true \
-Dxinerama=yes \
-Dx11_backend=true
}

#mee_build() {
Expand Down

0 comments on commit 5dbf211

Please sign in to comment.