0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-16 05:53:29 +00:00
Files
Biswapriyo Nath 46077e1d91 bump(x11/libayatana-appindicator): 0.5.94
Remove src-app-indicator.symbols.patch file which was fixed.
6e29dc3814
2025-03-12 19:39:36 +05:30

21 lines
820 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/AyatanaIndicators/libayatana-appindicator
TERMUX_PKG_DESCRIPTION="Ayatana Application Indicators"
TERMUX_PKG_LICENSE="GPL-3.0, LGPL-2.1, LGPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.5.94"
TERMUX_PKG_SRCURL=https://github.com/AyatanaIndicators/libayatana-appindicator/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=884a6bc77994c0b58c961613ca4c4b974dc91aa0f804e70e92f38a542d0d0f90
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
TERMUX_PKG_DEPENDS="glib, gtk3, libayatana-indicator, libdbusmenu, libdbusmenu-gtk3"
TERMUX_PKG_BUILD_DEPENDS="g-ir-scanner, valac"
TERMUX_PKG_VERSIONED_GIR=false
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DENABLE_BINDINGS_MONO=OFF
-DENABLE_GTKDOC=OFF
"
termux_step_pre_configure() {
termux_setup_gir
}