GNU bug report logs -
#38030
[PATCH 00/13] Update KDE frameworks and other KDE stuff
Previous Next
Full log
View this message in rfc822 format
Hi Hartmut,
Just a couple of comments (although I'm not an official reviewer) about
this patch.
Hartmut Goebel <h.goebel <at> crazy-compilers.com> wrote:
> Also move to kde.scm, since it is a frameworks part.
>
> * gnu/packages/kde-frameworks.scm(kpmcore): Move from here …
> * gnu/packages/kde.scm(kpmcore): … to here, update to 4.0.1;
> [inputs]: Add qttools; [native-inputs]: Add dbus; [arguments]: New
> element.
You moved kholidays to kde-frameworks.scm as it is now part of
the framework, but this comment seems to suggest that the framework
parts are located in kde.scm. Is there any reason to not keep it there?
> + (arguments
> + `(#:phases
> + (modify-phases %standard-phases
> + (replace 'check
> + (lambda _
> + ;(setenv "HOME" (getcwd))
> + ;(setenv "TMPDIR" (getcwd))
> + ;(setenv "QT_QPA_PLATFORM" "offscreen")
> + (invoke "dbus-launch" "ctest" "."))))))
That commented code seems a left over from previous tests. Perhaps
it should be removed, perhaps a comment makes sense there. :)
Best regards,
Miguel
This bug report was last modified 5 years and 196 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.