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