0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-09-22 08:31:32 +00:00
termux-packages/x11-packages/xfce-theme-manager/build.sh
2024-09-02 14:24:43 +08:00

21 lines
779 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/KeithDHedger/Xfce-Theme-Manager
TERMUX_PKG_DESCRIPTION="Integrated theme manager for xfce4"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1:0.3.9"
TERMUX_PKG_SRCURL=https://github.com/KeithDHedger/Xfce-Theme-Manager/archive/refs/tags/v${TERMUX_PKG_VERSION#*:}.tar.gz
TERMUX_PKG_SHA256=3637984378e7b2a40232809dd0cd116ba8b7090dc47f411cbed3c6ef2b271d44
TERMUX_PKG_DEPENDS="gdk-pixbuf, glib, gtk2, libcairo, libxcursor, xfconf"
TERMUX_PKG_BUILD_DEPENDS="libxfce4ui"
TERMUX_PKG_RECOMMENDS="unzip"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
# https://github.com/KeithDHedger/Xfce-Theme-Manager/blob/master/autogen.sh
autoupdate
aclocal
autoheader
automake --add-missing --copy
autoconf
}