Name: mate-desktop-demo Version: 1.0 Release: 1%{?dist} Summary: Demo meta-package for MATE Desktop with TigerVNC xstartup License: MIT URL: https://mate-desktop.org BuildArch: noarch # This is a meta / demo package, no sources to build Source0: xstartup.mate Requires: mate-desktop Requires: mate-desktop-libs Requires: mate-menus Requires: mate-session-manager Requires: mate-settings-daemon Requires: mate-control-center Requires: mate-panel Requires: mate-polkit Requires: mate-notification-daemon Requires: caja Requires: mate-terminal Requires: mate-power-manager Requires: mate-screensaver Requires: mate-utils Requires: mate-themes Requires: mate-icon-theme Requires: mate-backgrounds Requires: firefox # Strongly recommended utilities Requires: mate-system-monitor Requires: mate-screenshot Requires: mate-disk-usage-analyzer Requires: mate-search-tool Requires: mate-calc # VNC runtime requirements Requires: tigervnc-server Requires: dbus-x11 Requires: xset %description mate-desktop-demo is a convenience meta-package that installs a complete MATE Desktop environment suitable for server and EC2 use, along with a ready-to-use TigerVNC xstartup file for launching MATE sessions. It is intended for testing, demos, and fast enablement of MATE on custom Linux distributions without relying on comps or environment groups. %prep # Nothing to prep %build # Nothing to build %install rm -rf %{buildroot} # Install demo data directory install -d %{buildroot}%{_datadir}/mate-desktop-demo # Install VNC xstartup example install -m 0755 %{SOURCE0} %{buildroot}%{_datadir}/mate-desktop-demo/xstartup.mate %files %license %doc %{_datadir}/mate-desktop-demo/xstartup.mate %changelog * Mon Dec 15 2025 Demo Builder - 1.0-1 - Initial demo meta-package for MATE desktop with TigerVNC support