termux-packages/x11-packages/lxqt-themes/build.sh
Aditya Alok fd05ee0d4f
chore(lxqt-themes): update to 1.1.0
this update requires 0.11.0 version of lxqt-build-tools but
auto-update wasn't enabled for it, so auto update for this
package failed too.

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-21 00:42:37 +05:30

12 lines
587 B
Bash

TERMUX_PKG_HOMEPAGE=https://lxqt.github.io
TERMUX_PKG_DESCRIPTION="Themes, graphics and icons for LXQt"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="Simeon Huang <symeon@librehat.com>"
TERMUX_PKG_VERSION=1.1.0
TERMUX_PKG_SRCURL="https://github.com/lxqt/lxqt-themes/releases/download/${TERMUX_PKG_VERSION}/lxqt-themes-${TERMUX_PKG_VERSION}.tar.xz"
TERMUX_PKG_SHA256=9965fe2dd3bd05596ed68ad9adbe4c8c7df64b998837518dff59df0ea4b8f9a3
TERMUX_PKG_DEPENDS="hicolor-icon-theme"
TERMUX_PKG_BUILD_DEPENDS="lxqt-build-tools"
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_AUTO_UPDATE=true