Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

j4-dmenu-desktop: unstable-2023-09-12 -> r3.1 #319066

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

benjamb
Copy link
Contributor

@benjamb benjamb commented Jun 11, 2024

Description of changes

  • Upgrade to 3.1
  • Add fmt dependency
  • Add spdlog dependency
  • Disable fetching of all current and future external dependencies via -DNO_DOWNLOAD=ON

Upstream changelog: https://github.com/enkore/j4-dmenu-desktop/blob/r3.1/CHANGELOG
Changes since unstable revision: enkore/j4-dmenu-desktop@7e3fd04...r3.1

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@benjamb
Copy link
Contributor Author

benjamb commented Jul 3, 2024

@ericsagnes You're marked as a maintainer of this package, could I please get a review?

@hakan-demirli
Copy link
Contributor

This PR also solves the memory hogging/leak problem of j4. I observe increasing RAM usage over time. j4 process left in the background after a program is launched. This is after 6 hours, 1.3 GB of RAM usage. It also uses a constant but low amount of CPU.

image

@benjamb benjamb changed the title j4-dmenu-desktop: unstable-2023-09-12 -> r3.0 j4-dmenu-desktop: unstable-2023-09-12 -> r3.1 Aug 1, 2024
Copy link
Contributor

@meator meator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, I'm the main dev behind the r3.0 and r3.1 releases of j4-dmenu-desktop. I have reviewed this PR and it looks like it works well. I would have strongly preferred using the newly introduced Meson build system instead of CMake as noted in BUILDING.md, but both build systems should be fully functional.

@benjamb
Copy link
Contributor Author

benjamb commented Aug 28, 2024

I would have strongly preferred using the newly introduced Meson build system instead of CMake as noted in BUILDING.md, but both build systems should be fully functional.

I could look into doing this as a follow up PR. I'm hesitant to make any more changes to this PR, I don't wish to further delay getting it merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants