diff --git a/x11-packages/xfce/build.sh b/x11-packages/xfce4/build.sh similarity index 80% rename from x11-packages/xfce/build.sh rename to x11-packages/xfce4/build.sh index 65f664329..929ceec52 100644 --- a/x11-packages/xfce/build.sh +++ b/x11-packages/xfce4/build.sh @@ -2,9 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://github.com/termux/x11-packages TERMUX_PKG_DESCRIPTION="A metapackage that installs all parts of the XFCE desktop environment" TERMUX_PKG_LICENSE="Public Domain" TERMUX_PKG_MAINTAINER="Leonid Plyushch " -TERMUX_PKG_VERSION=1.0 -TERMUX_PKG_REVISION=4 +TERMUX_PKG_VERSION=2.0 TERMUX_PKG_SKIP_SRC_EXTRACT=true TERMUX_PKG_DEPENDS="thunar, xfce4-panel, xfce4-session, xfce4-settings, xfconf, xfwm4" +TERMUX_PKG_CONFLICTS="xfce" +TERMUX_PKG_REPLACES="xfce" +TERMUX_PKG_PROVIDES="xfce" TERMUX_PKG_METAPACKAGE=true TERMUX_PKG_PLATFORM_INDEPENDENT=true