2021-10-26 18:34:57 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://lxqt.github.io
|
|
|
|
TERMUX_PKG_DESCRIPTION="Tools to configure LXQt and the underlying operating system"
|
|
|
|
TERMUX_PKG_LICENSE="LGPL-2.1"
|
|
|
|
TERMUX_PKG_MAINTAINER="Simeon Huang <symeon@librehat.com>"
|
2022-04-21 14:24:46 +02:00
|
|
|
TERMUX_PKG_VERSION="1.1.0"
|
2021-10-26 18:34:57 +02:00
|
|
|
TERMUX_PKG_SRCURL="https://github.com/lxqt/lxqt-config/releases/download/${TERMUX_PKG_VERSION}/lxqt-config-${TERMUX_PKG_VERSION}.tar.xz"
|
2022-04-21 14:24:46 +02:00
|
|
|
TERMUX_PKG_SHA256=454550ae75b875eb59b4d0c93823b62ec1de3c781423607793d32055b1401d38
|
2021-10-26 18:34:57 +02:00
|
|
|
TERMUX_PKG_DEPENDS="qt5-qtbase, qt5-qtx11extras, liblxqt, libxcb, zlib, shared-mime-info"
|
|
|
|
TERMUX_PKG_BUILD_DEPENDS="lxqt-build-tools, qt5-qtbase-cross-tools, qt5-qttools-cross-tools"
|
|
|
|
# libinput is required to switch on input configuration
|
|
|
|
# libkscreen is required to switch on monitor configuration, which in turn requires wayland
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DWITH_INPUT=OFF -DWITH_MONITOR=OFF"
|
2022-04-20 21:03:04 +02:00
|
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
2021-10-26 18:34:57 +02:00
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
# This is required because of the private lib used by lxqt-config-appearance
|
|
|
|
LDFLAGS+=" -Wl,-rpath=${TERMUX_PREFIX}/lib/lxqt-config"
|
|
|
|
export LDFLAGS
|
|
|
|
}
|
|
|
|
|