fix(x11/mumble-server): remove protobuf-generate.cmake

Signed-off-by: Kevin Williams <admin@utermux.dev>
This commit is contained in:
Kevin Williams 2023-12-31 10:15:51 +08:00 committed by Kevin Williams
parent aff43fd305
commit bcbeb938c2
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Server module for Mumble, an open source voice-chat soft
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.5.517
TERMUX_PKG_REVISION=6
TERMUX_PKG_REVISION=7
TERMUX_PKG_SRCURL=git+https://github.com/mumble-voip/mumble
TERMUX_PKG_DEPENDS="libc++, libcap, libprotobuf, openssl, qt5-qtbase"
TERMUX_PKG_BUILD_DEPENDS="boost, boost-headers, qt5-qtbase-cross-tools"
@ -33,3 +33,8 @@ termux_step_post_make_install() {
$TERMUX_PKG_SRCDIR/auxiliary_files/mumble-server.ini
chmod 0700 $TERMUX_PREFIX/bin/mumble-server-user-wrapper
}
termux_step_post_massage() {
rm -f lib/cmake/protobuf/protobuf-generate.cmake
find . -type d -empty -delete
}