2019-08-14 00:12:38 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.xfce.org/
|
|
|
|
TERMUX_PKG_DESCRIPTION="A desktop manager for XFCE environment"
|
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
2020-05-14 00:01:15 +02:00
|
|
|
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
|
2021-02-09 21:04:38 +01:00
|
|
|
TERMUX_PKG_VERSION=4.16.0
|
2020-12-08 12:24:50 +01:00
|
|
|
TERMUX_PKG_SRCURL=https://gitlab.xfce.org/xfce/xfdesktop/-/archive/xfdesktop-${TERMUX_PKG_VERSION}/xfdesktop-xfdesktop-${TERMUX_PKG_VERSION}.tar.gz
|
2021-02-09 21:04:38 +01:00
|
|
|
TERMUX_PKG_SHA256=9835d1b532c3a4db010b22b35c6d0870c3037d43deecf58274125e906452268a
|
2019-08-14 00:12:38 +02:00
|
|
|
TERMUX_PKG_DEPENDS="exo, garcon, hicolor-icon-theme, libwnck, libxfce4ui, startup-notification, thunar"
|
2020-06-22 15:29:38 +02:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-notifications --enable-maintainer-mode"
|
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
|
|
}
|