💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2023-05-19.txt captured on 2024-06-16 at 13:30:06.
⬅️ Previous capture (2023-05-24)
-=-=-=-=-=-=-
[2023-05-19T03:01:34Z] <iceman[m]> Hi, I was going through the wayland package and checked the depends file. There's some dependencies which have make suffixed after them, are they supposed to be build time dependencies or something indicating that it is provided in the package's source and they need to be made from there and then subsequently build the actual package need? [2023-05-19T04:12:26Z] <testuser[m]> Hi [2023-05-19T04:12:32Z] <testuser[m]> iceman: make means build deps [2023-05-19T04:13:32Z] <iceman[m]> Oh i c [2023-05-19T04:14:03Z] <iceman[m]> well I went to wayland's website and check dependencies and drew the correlation later, but thanks for confirming 👍 [2023-05-19T05:31:34Z] <iceman[m]> was looking at some utilities, noticed many use `ninja` to build, but `ninja` doesn't exist in the repos and I seem to have it. Went through the kiss repos and noticed that it might have been build and installed (not as a KISS package) with wayland. [2023-05-19T05:31:34Z] <iceman[m]> So anything that I package now can technically use `ninja` that's available on my system tho I can't put `ninja make` in the `depends` file. What would be the best course of action to fix this for me? [2023-05-19T05:31:34Z] <iceman[m]> - package ninja myself and find every occurrence of pre-existing `ninja` and get rid of it [2023-05-19T05:31:34Z] <iceman[m]> - just yolo it cuz it `ninja` already exists on system [2023-05-19T05:39:28Z] <illiliti> ninja is provided by samurai [2023-05-19T05:39:35Z] <illiliti> kiss-owns /bin/ninja [2023-05-19T05:40:43Z] <iceman[m]> illiliti: owh [2023-05-19T05:40:44Z] <iceman[m]> i c [2023-05-19T05:41:43Z] <iceman[m]> hm hm, so meson, nodejs and swaybg on my machine need samurai [2023-05-19T05:42:07Z] <iceman[m]> illiliti: would it be fine for me to list `samurai make` as a dependency just because I want ninja? [2023-05-19T05:42:38Z] <illiliti> yes [2023-05-19T05:51:36Z] <iceman[m]> LOL [2023-05-19T05:51:45Z] <iceman[m]> I just realised I can do kiss help xyz [2023-05-19T05:52:04Z] <iceman[m]> saw samurai readme page, i c [2023-05-19T09:37:45Z] <sewn> Hi