manatools / dnfdragora

dnfdragora is a dnf frontend based on libyui abstraction
GNU General Public License v3.0
137 stars 41 forks source link

Use XDG_APPS_INSTALL_DIR & ICON_INSTALL_DIR if available #85

Closed rbuj closed 6 years ago

rbuj commented 6 years ago

https://techbase.kde.org/Development/CMake/Addons_for_KDE

rbuj commented 6 years ago

OK ;-)

Conan-Kudo commented 6 years ago

I don't mind using KDE's extra-cmake-modules, but I need to know how to use them. :)

Contributions welcome!

anaselli commented 6 years ago

hmm but iiuc the patch was working either if the XDG_APPS_INSTALL_DIR & ICON_INSTALL_DIR macros where defined or not, so maybe it could be accepted anyway no?

Conan-Kudo commented 6 years ago

@anaselli Possibly. I tend to not want to vendor in definitions if I don't have to, because if they change, we have to know about it and adapt. Of course, this is not better as-is, either, but eh...