Name: cinnamon-settings Version: 1.0.3 Release: 1%{?dist} Summary: PrismLinux Cinnamon Desktop settings License: MIT URL: https://gitlab.com/prismlinux/pkgbuilds/cinnamon-settings Source0: %{url}/-/archive/master/cinnamon-settings-master.tar.gz ExclusiveArch: x86_64 # Runtime dependencies Requires: cinnamon Requires: mint-themes Requires: mint-x-icons Requires: mint-y-icons Requires: metacity Requires: gnome-backgrounds Requires: kvantum Requires: capitaine-cursors %description %global debug_package %{nil} %post #!/bin/bash if [ $1 -eq 1 ]; then #first install mkfontscale /usr/share/fonts/TTF /usr/share/fonts/OTF /usr/share/fonts/misc > /dev/null 2>&1 mkfontdir /usr/share/fonts/TTF /usr/share/fonts/OTF /usr/share/fonts/misc > /dev/null 2>&1 fc-cache -s >/dev/null glib-compile-schemas usr/share/glib-2.0/schemas gtk-update-icon-cache -ftq usr/share/icons/hicolor /bin/sh -c 'dconf update' if [ $1 -eq 2 ]; then #upgrade mkfontscale /usr/share/fonts/TTF /usr/share/fonts/OTF /usr/share/fonts/misc > /dev/null 2>&1 mkfontdir /usr/share/fonts/TTF /usr/share/fonts/OTF /usr/share/fonts/misc > /dev/null 2>&1 fc-cache -s >/dev/null glib-compile-schemas usr/share/glib-2.0/schemas gtk-update-icon-cache -ftq usr/share/icons/hicolor /bin/sh -c 'dconf update' fi %prep %autosetup -n cinnamon-settings-master %build %install cp -a src/* %{buildroot} %files /etc/skel/.config/Kvantum/kvantum.kvconfig /etc/skel/.config/autostart-scripts/dconf.sh /etc/skel/.config/autostart/dconf-load.desktop /etc/skel/.config/environment.d/prismlinux.conf /etc/skel/.config/prismlinux-dconf.ini /etc/skel/.config/qt6ct/qt6ct.conf %changelog * Sat Jan 03 2026 Rain Xelelo - 1.0.3 - Update to 1.0.3, moved to rpkg build system, branch base * Mon Nov 17 2025 Rain Xelelo - 1.0.0 - Initial release