aerothemeplasma/misc/xdg/CMakeLists.txt
wackyideas 8d6fbd7bdb overhaul: prepare repo for Plasma 6.6 release
This commit overhauls the repository structure such that it separates
the project into multiple repositories, one for each subproject. This
repository will be moved to the AeroShell group, and most importantly,
the installation method changes from locally installed modifications, to
CMake-based installation, in preparation for AUR packages, and possibly
packages for other distros.

Migration details are in INSTALL.md, which are highly recommended, if
not required to uninstall any old instance of AeroThemePlasma.
2026-02-21 21:15:07 +01:00

17 lines
391 B
CMake

set(configs
ksplashrc
kwinrc
kdeglobals
kvantum.kvconfig
kcm-about-distrorc
klaunchrc
kscreenlockerrc
ksmserverrc
kcminputrc
)
foreach(conf IN LISTS configs)
install(FILES ${conf} DESTINATION ${KDE_INSTALL_SYSCONFDIR}/xdg/aerothemeplasma/)
endforeach()
install(FILES autostart/x-atpootb.desktop DESTINATION ${KDE_INSTALL_SYSCONFDIR}/xdg/autostart/)