jaeger changed the topic of #crux-devel to: CRUX (https://crux.nu/) development channel | Logs: https://libera.irclog.whitequark.org/crux-devel/
<jaeger> SiFuh: I generally use .xinitrc for systems where there's no login manager or a simple one like slim... Not sure what the real difference between .xinitrc and .xsession is, though
<SiFuh> Yeah, xdm uses .xsession but in the past use to use .xinitrc. I use to link them
ivandi has quit [Quit: WeeChat 3.6]
ivandi has joined #crux-devel
ivandi has quit [Quit: WeeChat 3.6]
ivandi has joined #crux-devel
crash_ has quit [Ping timeout: 252 seconds]
chrcav has quit [Ping timeout: 268 seconds]
chrcav has joined #crux-devel
crash_ has joined #crux-devel
<farkuhar> python3-soupsieve has a footprint mismatch, which is easily fixed by removing the junk files. At the end of build() you could simply add: find $PKG -type d -name "license*" -exec rm -rf '{}' ;
<farkuhar> the old installer was placing a copy of the MIT license under the directory license_files, but the new installer seems to prefer the directory "licenses", hence the footprint mismatch.
<farkuhar> adding the "find ... rm" command would trim the footprint by two lines, even before the latest change of installer: https://crux.nu/gitweb/?p=ports/contrib.git;a=commitdiff;h=3d881c268363d2d021c9ee8ffcc40c710e0752f8
<beerman> yep, thanks
<jaeger> farkuhar: did jue get you set up already?
<farkuhar> jaeger: no, i haven't heard from jue yet.