0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-06 02:26:34 +00:00
Biswapriyo Nath 58d6ce4de0 fix(main/termux-gui-c): Add required abseil-cpp dependency
This fixes the following runtime error after abseil-cpp update.

CANNOT LINK EXECUTABLE "labwc": cannot locate symbol "_ZN4absl12lts_202308025MutexD1Ev"
referenced by "/data/data/com.termux/files/usr/lib/libtermuxgui.so"
2024-11-28 00:24:33 +05:30

17 lines
663 B
Bash

TERMUX_PKG_HOMEPAGE="https://github.com/tareksander/termux-gui-c-bindings"
TERMUX_PKG_DESCRIPTION="A C library for the Termux:GUI plugin"
TERMUX_PKG_LICENSE="MPL-2.0"
TERMUX_PKG_MAINTAINER="@tareksander"
TERMUX_PKG_VERSION="0.1.3"
TERMUX_PKG_REVISION=1
TERMUX_PKG_DEPENDS="abseil-cpp, libc++"
TERMUX_PKG_BUILD_DEPENDS="protobuf-static"
TERMUX_PKG_SRCURL="https://github.com/tareksander/termux-gui-c-bindings/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=7781fdbd37ca1376b4c2339440976b0aa00cc2188592ea51438e473589db466f
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
termux_step_pre_configure() {
termux_setup_protobuf
}