Skip to content
Permalink
ffe189f49f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
[Change-log][1]:

> Overview of Changes in GTK+ 3.24.43, 10-07-2024
> ===============================================
>
> * Stop looking for modules in cwd (CVE-2024-6655)
>
> * Translation updates:
>  Czech
>  Hungarian
>  Persian

[1]: https://download.gnome.org/sources/gtk+/3.24/gtk%2B-3.24.43.news
2 contributors

Users who have contributed to this file

@pmenzel @wwwutz
executable file 37 lines (27 sloc) 650 Bytes
#!/usr/bin/env beesh
# BEE_VERSION gtk3-3.24.43-0
#SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gtk+/${PKGVERSION[2]}/gtk+-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/226e372664a7fae749a50a04983ecd8d/gtk%2b-3.24.43.tar.xz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
mee_patch() {
bee_patch "${@}"
echo "">po/LINGUAS
}
mee_configure() {
bee_configure \
-Dintrospection=true \
-Dwayland_backend=true \
-Dxinerama=yes \
-Dx11_backend=true
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}