mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2026-06-18 19:35:47 +00:00
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.
17 lines
391 B
CMake
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/)
|