From 1f39e5fff960cc5e71043b7353724bf5cee0eb2b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 21 Dec 2020 09:33:04 +0300 Subject: gtk4: add new package at 4.0.0 [TESTING] --- testing/gtk4/build | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 testing/gtk4/build (limited to 'testing/gtk4/build') diff --git a/testing/gtk4/build b/testing/gtk4/build new file mode 100755 index 00000000..f4bc3292 --- /dev/null +++ b/testing/gtk4/build @@ -0,0 +1,27 @@ +#!/bin/sh -e + +export DESTDIR=$1 + +# Create gtk-doc subproject directory so that meson doesn't try to clone it +# even when we disable it. We also don't really need sass, but there is no +# option to disable it. +mkdir -p subprojects/gtk-doc \ + subprojects/libsass \ + subprojects/sassc + +meson \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var\ + -Dgtk_doc=false \ + -Dwayland-backend=false \ + -Dwin32-backend=false \ + -Dintrospection=disabled \ + -Dmedia-gstreamer=disabled \ + -Ddemos=false \ + -Dbuild-tests=false \ + -Dbuild-examples=false \ + . output + +ninja -C output +ninja -C output install -- cgit v1.2.3