ngraham created this revision. ngraham added reviewers: apol, Frameworks. ngraham requested review of this revision.
REVISION SUMMARY Some distros (such as Manjaro) require multiple packages to be installed before a working Samba stack is present. This patch adjusts the CMake packaging and Samba auto- installation feature to support passing a comma-separated list of packages to support such distos. TEST PLAN - Remove samba and try auto-installation again; it still works - Invoke CMake with multiple packages (e.g. `samba,rename`) and try auto-installation again; both packages and their dependencies get installed REPOSITORY R432 File Sharing (Samba) integration BRANCH support-multiple-samba-packages (branched from master) REVISION DETAIL https://phabricator.kde.org/D21327 AFFECTED FILES CMakeLists.txt samba/filepropertiesplugin/sambausershareplugin.cpp To: ngraham, apol, #frameworks