From 7020e3420b535396b4aceac48905400defa16654 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 14 Oct 2019 00:39:42 +0300 Subject: [PATCH] gtk2: depend on ttf-dejavu --- x11-packages/gtk2/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-packages/gtk2/build.sh b/x11-packages/gtk2/build.sh index b4e6ebae8..66b7b3101 100644 --- a/x11-packages/gtk2/build.sh +++ b/x11-packages/gtk2/build.sh @@ -3,12 +3,12 @@ TERMUX_PKG_DESCRIPTION="GObject-based multi-platform GUI toolkit (legacy)" TERMUX_PKG_LICENSE="LGPL-2.0" TERMUX_PKG_MAINTAINER="Leonid Plyushch " TERMUX_PKG_VERSION=2.24.32 -TERMUX_PKG_REVISION=14 +TERMUX_PKG_REVISION=15 TERMUX_PKG_SRCURL=https://github.com/GNOME/gtk/archive/${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=961678c64ad986029befd7bdd8ed3e3849e2c5e54d24affbc7d49758245c87fa TERMUX_PKG_BUILD_IN_SRC=true -TERMUX_PKG_DEPENDS="adwaita-icon-theme, atk, coreutils, desktop-file-utils, glib-bin, gtk-update-icon-cache, libcairo-x, librsvg, libxcomposite, libxcursor, libxdamage, libxi, libxinerama, libxrandr, pango-x, shared-mime-info" +TERMUX_PKG_DEPENDS="adwaita-icon-theme, atk, coreutils, desktop-file-utils, glib-bin, gtk-update-icon-cache, libcairo-x, librsvg, libxcomposite, libxcursor, libxdamage, libxi, libxinerama, libxrandr, pango-x, shared-mime-info, ttf-dejavu" TERMUX_PKG_CONFLICTS="libgtk2" TERMUX_PKG_REPLACES="libgtk2"