💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-07-16.txt captured on 2024-06-16 at 13:48:49.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

-=-=-=-=-=-=-

2020-07-16T01:03:01 #kisslinux <himmalerin> Now running Sway v1.5 :D
2020-07-16T07:16:21 #kisslinux * xzcvczx gives djt3 a cookie
2020-07-16T11:43:51 #kisslinux <j`ey> hello, where is $pkg_dir? I can't seem to work it out
2020-07-16T11:44:20 #kisslinux <j`ey> I found it, heh
2020-07-16T11:44:29 #kisslinux <j`ey> "${cac_dir:=${XDG_CACHE_HOME:-$HOME/.cache}/kiss}"
2020-07-16T12:12:57 #kisslinux <dylanaraps> o/
2020-07-16T12:14:25 #kisslinux <xzcvczx> hola dylanaraps, que'tal?!?
2020-07-16T12:14:56 #kisslinux * xzcvczx shoots those who require doxygen for damn c++ bindings
2020-07-16T12:15:02 #kisslinux <xzcvczx> lrn to include them in packages
2020-07-16T12:18:08 #kisslinux <xzcvczx> well tarballs
2020-07-16T20:44:22 #kisslinux <j`ey> getting this "warning: Pulling without specifying how to reconcile divergent branches is"
2020-07-16T20:44:26 #kisslinux <j`ey> when running kiss
2020-07-16T20:44:44 #kisslinux <xzcvczx> upgrade kiss
2020-07-16T20:44:47 #kisslinux <xzcvczx> describes what to do
2020-07-16T20:44:59 #kisslinux <xzcvczx> (aka latest version of the package manager)
2020-07-16T20:45:21 #kisslinux <j`ey> oh ok, I see
2020-07-16T20:56:55 #kisslinux <j`ey> why does th installed dir keep a copy of the package contents?
2020-07-16T20:58:37 #kisslinux <himmalerin> I assume it's so you can rerun `kiss i <pkg>` as many times as you want after building it once. It's convenient after running `kiss r <pkg>` to remove for testing something and then you can install it again w/o rebuilding
2020-07-16T20:59:18 #kisslinux <j`ey> sorry, I meant that /var/db/kiss/installed/ has a copy of the package manager sources / scripts
2020-07-16T20:59:20 #kisslinux <xzcvczx> unlikely as it gets it from ~/.cache/kiss/bin/
2020-07-16T20:59:32 #kisslinux <xzcvczx> j`ey: reproducibility probably
2020-07-16T21:00:17 #kisslinux <himmalerin> j`ey: ah, I incorrectly figured you were talking about ~/.cache/kiss/bin
2020-07-16T21:00:23 #kisslinux <himmalerin> xzcvczx is probably right
2020-07-16T21:00:40 #kisslinux <j`ey> himmalerin: yeah, I couldnt think of the write words to describe the thing I meant
2020-07-16T21:01:43 #kisslinux <j`ey> I guess it's easier than trying to get the contents back out of the repo, if you needed the exact version you laready have
2020-07-16T21:01:48 #kisslinux <xzcvczx> himmalerin: i figured what j`ey was talking about as i screwed up a while ago by while testing extracting tsrball in package dir and wondered why it installed 5 thousand things into /var
2020-07-16T22:25:23 #kisslinux <j`ey> I wonder if the main kiss sh file should be made sourcable, so you can use the functions from other kiss-* files