Sughosha SameExpert · he/him
  • Joined on 2025年05月26日
SameExpert commented on pull request guix/guix#9872 2026年07月12日 02:30:43 +02:00
gnu: mpg123: Update to 1.33.6.

Why here too?

SameExpert commented on pull request guix/guix#9872 2026年07月12日 02:30:43 +02:00
gnu: mpg123: Update to 1.33.6.

Why here too?

SameExpert commented on pull request guix/guix#9872 2026年07月12日 02:30:43 +02:00
gnu: mpg123: Update to 1.33.6.

Why realignment?

SameExpert commented on pull request guix/guix#9855 2026年07月11日 15:41:31 +02:00
gnu: wf-config: Remove extra input.
SameExpert commented on pull request guix/guix#9812 2026年07月11日 15:34:18 +02:00
WIP: gnu: Add python-kde-material-you-colors
SameExpert commented on pull request guix/guix#9855 2026年07月11日 08:48:36 +02:00
gnu: wf-config: Remove extra input.

This does not update to a newer version, but only an input is removed. Rewrite the commit message?

SameExpert commented on pull request guix/guix#9812 2026年07月11日 03:42:25 +02:00
WIP: gnu: Add python-kde-material-you-colors
SameExpert suggested changes for guix/guix#9812 2026年07月11日 02:07:33 +02:00
WIP: gnu: Add python-kde-material-you-colors

This Plasmoid is interesting, thank you for adding this. I am leaving some suggestions.

SameExpert commented on pull request guix/guix#9812 2026年07月11日 02:07:33 +02:00
WIP: gnu: Add python-kde-material-you-colors

Following the other suggested changes, this needs to be added after the unpack phase.

SameExpert commented on pull request guix/guix#9812 2026年07月11日 02:07:33 +02:00
WIP: gnu: Add python-kde-material-you-colors

First see guix/guix#9812/files (comment). Once you move the mentioned package to the newly introduced kde-xyz module, you don't need to use these two...

SameExpert commented on pull request guix/guix#9812 2026年07月11日 02:07:33 +02:00
WIP: gnu: Add python-kde-material-you-colors

This line exeeds 80 charectars (96 charectars in total). Along with the above suggestion of realining the whole list of arguments, you need to figure out how you can reduce the line. I think...

SameExpert commented on pull request guix/guix#9812 2026年07月11日 02:07:32 +02:00
WIP: gnu: Add python-kde-material-you-colors

Justify why you disabled the tests.

SameExpert commented on pull request guix/guix#9812 2026年07月11日 02:07:32 +02:00
WIP: gnu: Add python-kde-material-you-colors

After #:tests? key and its value, considering the build-system switch to cmake-build-system, add #:configure-flags with #~(list "-DINSTALL_PLASMOID=ON"), as given in the example in...

SameExpert commented on pull request guix/guix#9812 2026年07月11日 02:07:32 +02:00
WIP: gnu: Add python-kde-material-you-colors

Following the change in the build system to cmake-build-system suggested in guix/guix#9812/files (comment), this phase is of no need and needs to be removed.

SameExpert commented on pull request guix/guix#9812 2026年07月11日 02:07:32 +02:00
WIP: gnu: Add python-kde-material-you-colors

It is better to set build-system to cmake-build-system, but then you need to manually build and install the Python backend, which needs additional phases.

SameExpert commented on pull request guix/guix#9812 2026年07月11日 02:07:31 +02:00
WIP: gnu: Add python-kde-material-you-colors

Move inputs after native-inputs.

SameExpert commented on pull request guix/guix#9812 2026年07月11日 02:07:31 +02:00
WIP: gnu: Add python-kde-material-you-colors

Move the license field at the end.

SameExpert commented on pull request guix/guix#9812 2026年07月11日 02:07:31 +02:00
WIP: gnu: Add python-kde-material-you-colors

qtbase needs to be in inputs or propagated-inputs.

SameExpert commented on pull request guix/guix#9812 2026年07月11日 02:07:31 +02:00
WIP: gnu: Add python-kde-material-you-colors

Once the build system is switched to cmake-build-system, according to the suggestion in guix/guix#9812/files (comment), cmake would not be needed in...

SameExpert commented on pull request guix/guix#9812 2026年07月11日 02:07:31 +02:00
WIP: gnu: Add python-kde-material-you-colors

Add kiconthemes, kirigami, ksvg, libplasma, qt5compat, and qtdeclarative to propagated-inputs. For more information on why, see !8974. This command would show which modules are...