From 501b503daf6fa35abc369727060f6472c50e5b0a Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Fri, 4 Jun 2021 01:19:43 +0300 Subject: [PATCH] mate-panel: remove gschemas.compiled --- x11-packages/mate-panel/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-packages/mate-panel/build.sh b/x11-packages/mate-panel/build.sh index ce48ec15e..9bb90271e 100644 --- a/x11-packages/mate-panel/build.sh +++ b/x11-packages/mate-panel/build.sh @@ -2,6 +2,8 @@ TERMUX_PKG_HOMEPAGE=https://mate-panel.mate-desktop.dev/ TERMUX_PKG_DESCRIPTION="mate-panel contains the MATE panel, the libmate-panel-applet library and several applets" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_VERSION=1.24.2 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/mate-desktop/mate-panel/releases/download/v$TERMUX_PKG_VERSION/mate-panel-$TERMUX_PKG_VERSION.tar.xz TERMUX_PKG_SHA256=30c5ba0392ec76b110220ee6d10bbdba76af36586592a6b3d604db70602848ea TERMUX_PKG_DEPENDS="libsm, gtk3, libice, mate-desktop, mate-menus, libwnck, libmateweather" +TERMUX_PKG_RM_AFTER_INSTALL="share/glib-2.0/schemas/gschemas.compiled"