Meiyo Peng <meiyo.p...@gmail.com> writes: > Hello everyone, > > I made a series of packages for LXQt. The code is at: > https://github.com/meiyopeng/guix/tree/lxqt
Hello, thank you again, I have push them! With some minor edits: - Add comments about the missing translations (disable the PULL_TANSLATIONS), which are in the lxqt-l10n git repository. I think we can prefetch it as a 'origin', add it to the input of the application, or add a 'lxqt-l10n' package. - Correct some licenses, eg: obconf-qt, qps are under GPL2+. And a "lxqt-build-tools: Dedifen LXQT_*_DIR variables" patch is unapplied: (build-system cmake-build-system) (arguments - `(#:tests? #f)) ; no tests + `(#:tests? #f ;; no tests + #:configure-flags + `("-DLXQT_DATA_DIR=/run/current-system/profile/share" + "-DLXQT_ETC_XDG_DIR=/run/current-system/profile/etc/xdg"))) What are thoses variables used for? If I install the 'lxqt' package into my user profile, should I set them to the directories under my profile ($HOME/.guix-profile/share and $HOME/.guix-profile/etc/xdg)?