Multiple changes to package openmg.

This commit is contained in:
sergiotarxz 2022-05-11 17:20:20 +02:00
parent d0fd4b0baf
commit 667b6a7f40
3 changed files with 8 additions and 4 deletions

View File

@ -66,6 +66,10 @@ termux_step_get_dependencies() {
elif [ "$PKG" = "ERROR" ]; then
termux_error_exit "Obtaining buildorder failed"
fi
if [ "$PKG" = 'gtk3' ]; then
continue
fi
echo "Building dependency $PKG if necessary..."
# Built dependencies are put in the default TERMUX_OUTPUT_DIR instead of the specified one
TERMUX_BUILD_IGNORE_LOCK=true ./build-package.sh -s --format $TERMUX_PACKAGE_FORMAT "${PKG_DIR}"

View File

@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://www.gtk.org/
TERMUX_PKG_DESCRIPTION="GObject-based multi-platform GUI toolkit"
TERMUX_PKG_LICENSE="LGPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=4.3.0
TERMUX_PKG_VERSION=4.7.0
TERMUX_PKG_REVISION=6
TERMUX_PKG_SRCURL=https://gitlab.gnome.org/GNOME/gtk/-/archive/$TERMUX_PKG_VERSION/gtk-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=cea146508fcbf2c234247e1be34a556d0bbde3db30e3faea9e5189735f5551a4
TERMUX_PKG_SHA256=fa9496aaf0013c9e7db7dae6f0079b99700980a0648cc92376ac68a0cbb46215
TERMUX_PKG_DEPENDS="adwaita-icon-theme, atk, coreutils, desktop-file-utils, fontconfig, gdk-pixbuf, glib, glib-bin, graphene, gtk-update-icon-cache, libcairo, libepoxy, libxcomposite, libxcursor, libxdamage, libxfixes, libxi, libxinerama, libxrandr, pango, shared-mime-info, ttf-dejavu, libxkbcommon"
TERMUX_PKG_BUILD_DEPENDS="xorgproto"
TERMUX_PKG_RM_AFTER_INSTALL="share/glib-2.0/schemas/gschemas.compiled"
@ -17,5 +17,5 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Dbuild-tests=false
-Dvulkan=disabled
-Dprint-cups=disabled
-Dprint-cloudprint=disabled
-Dmedia-gstreamer=disabled
"

View File

@ -9,7 +9,7 @@ TERMUX_PKG_DEPENDS="mesa"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Dglx=yes
-Degl=no
-Degl=yes
-Dx11=true
-Dtests=false
"