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>"
|
2020-06-22 13:32:34 +02:00
|
|
|
TERMUX_PKG_VERSION=4.15.0
|
2020-06-22 20:05:00 +02:00
|
|
|
TERMUX_PKG_REVISION=3
|
2020-06-22 13:32:34 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://gitlab.xfce.org/lastonestanding/xfdesktop/-/archive/xfdesktop-${TERMUX_PKG_VERSION}/xfdesktop-xfdesktop-${TERMUX_PKG_VERSION}.tar.gz
|
|
|
|
TERMUX_PKG_SHA256=d1b44662fe4f063f349a4f72d1edebfdbf50697be29ee1055ee0c9c162080d62
|
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
|
|
|
|
}
|