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-eacAUR)
- git (git-gitAUR, git-glAUR) (make)
- pandoc (pandoc-static-gitAUR, pandoc-sile-gitAUR, pandoc-binAUR, pandoc-cli) (make)
- cppcheck (cppcheck-gitAUR) (check)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-binAUR, goup-rsAUR, gcc-go) (check)
- systembus-notify (optional) – desktop notifications
Required by (2)
- earlyoom-openrc (requires earlyoom)
- meowrch-settings (requires earlyoom)
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 earlierglibcis 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.
glibcdoesn'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.