desktop/src/xfce4/pkg.sh
2024-08-11 02:17:03 +03:00

22 lines
570 B
Bash

NAME="xfce4"
DESC="XFCE4 desktop enviroment"
VERSION="1"
FILES=()
HASHES=()
DEPENDS=(
"libxfce4util" "xfconf" "libxfce4ui"
"exo" "garcon" "xfce4-panel"
"thunar" "thunar-volman" "tumbler"
"xfce4-appfinder" "xfce4-power-manager"
"xfce4-settings" "xfdesktop" "xfwm4"
"xfce4-session" "xorg" "xfwm4-themes" "xfce4-notifyd"
"parole" "xfburn" "ristretto" "xfce4-pulseaudio-plugin"
"adwaita-icon-theme"
)
PACKAGE() {
echo This is just a wrapper package, nothing to do
mkdir -pv "$ROOTDIR/var/lib/wrapperpkg"
touch "$ROOTDIR/var/lib/wrapperpkg/mp-xfce4"
}