1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-20 06:37:21 +00:00

termux_step_massage: drop TERMUX_PKG_KEEP_SHARE_DOC

This commit is contained in:
Henrik Grimler 2019-05-12 21:55:06 +02:00 committed by Leonid Pliushch
parent 4c87b7a46c
commit 1197b9a9e0
5 changed files with 0 additions and 9 deletions

View File

@ -7,7 +7,5 @@ TERMUX_PKG_VERSION=0.31
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=62373e83a8a165b2ed43967975efecd3feee530f4557d6b861dd08aa89d52b2d
TERMUX_PKG_SRCURL=https://www.musicpd.org/download/mpc/${TERMUX_PKG_VERSION:0:1}/mpc-$TERMUX_PKG_VERSION.tar.xz
# Include some useful scripts for editing playlists
TERMUX_PKG_KEEP_SHARE_DOC=yes
# There seems to be issues with sphinx-build when using concurrent builds:
TERMUX_MAKE_PROCESSES=1

View File

@ -7,7 +7,6 @@ TERMUX_PKG_SHA256=650ba3e8089624b7ad9e4cc19bc1ac6028edb7523cc111fa1686ea44c09215
TERMUX_PKG_SRCURL=https://rybczak.net/ncmpcpp/stable/ncmpcpp-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_DEPENDS="fftw, boost, readline, libandroid-support, libcurl, libmpdclient, ncurses, zlib"
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_KEEP_SHARE_DOC=yes
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-visualizer --enable-outputs --enable-clock"
termux_step_pre_configure() {

View File

@ -12,7 +12,6 @@ ac_cv_lib_pcreposix_regcomp=no
"
TERMUX_PKG_DEPENDS="pcre, libpcreposix, zlib"
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_KEEP_SHARE_DOC=yes
termux_step_pre_configure() {
autoheader

View File

@ -6,7 +6,6 @@ TERMUX_PKG_REVISION=6
TERMUX_PKG_SRCURL=https://taskwarrior.org/download/task-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=d87bcee58106eb8a79b850e9abc153d98b79e00d50eade0d63917154984f2a15
TERMUX_PKG_DEPENDS="libgnutls, libuuid, libandroid-glob"
TERMUX_PKG_KEEP_SHARE_DOC=yes
termux_step_pre_configure() {
LDFLAGS+=" -landroid-glob"

View File

@ -14,10 +14,6 @@ termux_step_massage() {
# Remove locale files we're not interested in::
rm -Rf share/locale
if [ -z "${TERMUX_PKG_KEEP_SHARE_DOC+x}" ]; then
# Remove info pages:
rm -Rf share/doc
fi
# Remove old kept libraries (readline):
find . -name '*.old' -delete