Skip to content

Commit

Permalink
gtk-3: migrate to Meson
Browse files Browse the repository at this point in the history
Co-authored-by: Mingcong Bai <[email protected]>
  • Loading branch information
liushuyu and MingcongBai committed Nov 7, 2023
1 parent 20be593 commit 6d7478c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 30 deletions.
50 changes: 20 additions & 30 deletions desktop-gnome/gtk-3/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,23 @@ BUILDDEP__POWERPC="${BUILDDEP__RETRO}"
BUILDDEP__PPC64="${BUILDDEP__RETRO}"
PKGDES="GIMP toolkit version 3"

AUTOTOOLS_AFTER="--disable-schemas-compile \
--enable-x11-backend \
--enable-broadway-backend \
--enable-wayland-backend \
--enable-introspection=yes \
--enable-gtk-doc \
--enable-cups \
--enable-colord \
--disable-profiler"
AUTOTOOLS_AFTER__RETRO=" \
${AUTOTOOLS_AFTER} \
--disable-broadway-backend \
--disable-wayland-backend \
--disable-introspection \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf \
--disable-cups \
--disable-colord"
AUTOTOOLS_AFTER__ARMV4="${AUTOTOOLS_AFTER__RETRO}"
AUTOTOOLS_AFTER__ARMV6HF="${AUTOTOOLS_AFTER__RETRO}"
AUTOTOOLS_AFTER__ARMV7HF="${AUTOTOOLS_AFTER__RETRO}"
AUTOTOOLS_AFTER__I486="${AUTOTOOLS_AFTER__RETRO}"
AUTOTOOLS_AFTER__LOONGSON2F="${AUTOTOOLS_AFTER__RETRO}"
AUTOTOOLS_AFTER__M68K="${AUTOTOOLS_AFTER__RETRO}"
AUTOTOOLS_AFTER__POWERPC="${AUTOTOOLS_AFTER__RETRO}"
AUTOTOOLS_AFTER__PPC64="${AUTOTOOLS_AFTER__RETRO}"

ABSHADOW=0
RECONF=0
MESON_AFTER="-Dx11_backend=true \
-Dwayland_backend=true \
-Dbroadway_backend=true \
-Dintrospection=true \
-Dgtk_doc=true \
-Dman=true \
-Dcolord=yes \
-Dprint_backends=auto \
-Dprofiler=false \
-Dbuiltin_immodules=all"
MESON_AFTER__RETRO="-Dx11_backend=true \
-Dwayland_backend=false \
-Dbroadway_backend=false \
-Dintrospection=false \
-Dgtk_doc=false \
-Dman=false \
-Dcolord=no \
-Dprint_backends=auto \
-Dprofiler=false \
-Dbuiltin_immodules=backend"
1 change: 1 addition & 0 deletions desktop-gnome/gtk-3/spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VER=3.24.38
REL=1
SRCS="https://download.gnome.org/sources/gtk+/${VER:0:4}/gtk+-$VER.tar.xz"
CHKSUMS="sha256::ce11decf018b25bdd8505544a4f87242854ec88be054d9ade5f3a20444dd8ee7"
CHKUPDATE="anitya::id=10018"

0 comments on commit 6d7478c

Please sign in to comment.