Search Criteria
Package Details: uksmd-git 6.4.1.r0.gb698d76-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/uksmd-git.git (read-only, click to copy) |
---|---|
Package Base: | uksmd-git |
Description: | Userspace KSM helper daemon (git version) |
Upstream URL: | https://codeberg.org/pf-kernel/uksmd |
Keywords: | linux-pf pf uksmd |
Licenses: | GPL3 |
Conflicts: | uksmd |
Provides: | uksmd |
Submitter: | yurikoles |
Maintainer: | yurikoles |
Last Packager: | yurikoles |
Votes: | 1 |
Popularity: | 0.000026 |
First Submitted: | 2019-11-26 23:44 (UTC) |
Last Updated: | 2023-09-04 15:54 (UTC) |
Dependencies (7)
- libcap-ng (libcap-ng-gitAUR)
- procps-ng (procps-ng-gitAUR, busybox-coreutilsAUR)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd-gitAUR)
- UKSMD-BUILTIN (linux-ranghoAUR, linux-cachyos-zenbookAUR, linux-cachyos-rtAUR, linux-zencjkAUR, linux-cachyos-echoAUR, linux-zen-pdsAUR, linux-zen-bmqAUR, linux-cachyos-serverAUR, linux-pfAUR, linux-cachyos-rcAUR, linux-cachyosAUR, linux-cachyos-boreAUR, linux-cachyos-eevdfAUR, linux-cachyos-hardenedAUR, linux-cachyos-ltsAUR, linux6.11.8.zen1-2-zen-binAUR, linux-lqxAUR, linux-zen)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- uksmdstats (uksmd-cachyos-nosystemd-gitAUR, uksmdstats-gitAUR) (optional) – for parsing /sys KSM statistics
Required by (14)
- linux-cachyos (requires uksmd) (optional)
- linux-cachyos-bore (requires uksmd) (optional)
- linux-cachyos-echo (requires uksmd) (optional)
- linux-cachyos-eevdf (requires uksmd) (optional)
- linux-cachyos-hardened (requires uksmd) (optional)
- linux-cachyos-lts (requires uksmd) (optional)
- linux-cachyos-rc (requires uksmd) (optional)
- linux-cachyos-rt (requires uksmd) (optional)
- linux-cachyos-server (requires uksmd) (optional)
- linux-cachyos-zenbook (requires uksmd) (optional)
- linux-lqx (requires uksmd) (optional)
- linux-pf (requires uksmd) (optional)
- uksmd-openrc (requires uksmd)
- uksmdstats-git (requires uksmd) (optional)
Latest Comments
1 2 Next › Last »
dreieck commented on 2023-09-04 10:34 (UTC)
A suggestion: Add
uksmdstats
as optional dependency.dreieck commented on 2023-07-13 15:15 (UTC)
Actually, the official version can be fetched by parsing
meson.build
or the output of`git describe --tags`
, so you can have the real version number in the first part of$pkgver
.An example, which currently produces
6.4.1.r67.20230707.b698d76
, isThis then also allows to add
=${pkgver}
to theprovides
entry, making possible versioned dependencies happy.which I have put into my package
uksmd-nosystemd-git
.dreieck commented on 2022-07-08 22:01 (UTC) (edited on 2022-07-08 22:02 (UTC) by dreieck)
@yurikoles: I think this is more properly addressed upstream, so I did, and now systemd is optional.
By the way, AUR is also used by other Arch based distributions, not only Artix, but also archlinuxarm, Manjaro. But I understand that packages on the AUR at archlinux.org might assume standard Arch Linux, since they have to assume at least something.
yurikoles commented on 2022-07-08 14:47 (UTC)
Thank you, @post-factum, fixed.
post-factum commented on 2022-07-08 10:14 (UTC)
Note the project has been moved to https://codeberg.org/pf-kernel/uksmd
yurikoles commented on 2022-06-26 15:18 (UTC) (edited on 2022-06-26 15:29 (UTC) by yurikoles)
@dreieck AUR packages assume that
base
andbase-devel
are installed. Andbase
on ArchLinux pullssystemd
, other distros are out of scope, because you can see in your address bar that this is aur.archlinux.org/packages/uksmd-gitdreieck commented on 2022-06-26 13:48 (UTC)
systemd
is needed during build:-- on no-systemd-systems (like Artix) it won't build out of the box, so please add
systemd
or a corresponding package tomakedepends
.Thanks for maintaining!
yurikoles commented on 2022-06-03 16:31 (UTC)
@sir_lucjan thank you for report, I updated package.
sir_lucjan commented on 2022-06-03 16:16 (UTC) (edited on 2022-06-03 16:16 (UTC) by sir_lucjan)
Please update PKGBUILD - or if you like, make me a co-maintainer, I use it myself and have a working PKGBUILD.
post-factum commented on 2021-08-11 14:05 (UTC)
Should depend on
UKSMD-BUILTIN
.1 2 Next › Last »