Search Criteria
Package Details: earlyoom-git 1.8.1.r1.ge6c7978-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/earlyoom-git.git (read-only, click to copy) |
---|---|
Package Base: | earlyoom-git |
Description: | Early OOM Daemon for Linux |
Upstream URL: | https://github.com/rfjakob/earlyoom |
Licenses: | MIT |
Conflicts: | earlyoom |
Provides: | earlyoom |
Submitter: | Chocobo1 |
Maintainer: | Chocobo1 |
Last Packager: | Chocobo1 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-01-06 06:17 (UTC) |
Last Updated: | 2024-04-22 19:51 (UTC) |
Dependencies (6)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- git (git-gitAUR, git-glAUR) (make)
- pandoc (pandoc-sile-gitAUR, pandoc-static-gitAUR, pandoc-binAUR, pandoc-cli) (make)
- cppcheck (cppcheck-gitAUR) (check)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (check)
- systembus-notify (optional) – desktop notifications
Required by (2)
- earlyoom-openrc (requires earlyoom)
- zramd (requires earlyoom) (optional)
Latest Comments
Rhinoceros commented on 2021-11-15 22:14 (UTC)
Thanks for the update. However, the executable is installed to
/usr/bin/earlyoom
(which seems correct, and is consistent with the stable package), but the systemd job references/usr/local/bin/earlyoom
, and hence fails. There are also a few other differences with the stable, i.e.SupplementaryGroups=proc
,optdepends
, as my comments earlierglibc
is not required,check()
is non-functioning, etc.Rhinoceros commented on 2021-08-10 08:38 (UTC)
Could you please add the systemd files as per the stable package?
There are also a few other minor issues, e.g.
glibc
doesn't need a explicit depends, as it's installed via base-devel, and a few other things in the stable package that might be worth copying over. I tested the stable PKGBUILD, but pulling git sources instead, and it seemed to work fine.