00:37
hellboy_ has joined #kisslinux
00:38
<
hellboy_ >
ash have some vi mode?
01:28
ejjdhfjsu has joined #kisslinux
01:38
dilyn has joined #kisslinux
01:39
<
dilyn >
Ogromny: I haven't built it yet
01:40
<
dilyn >
Ogromny: you should be able to disable xwayland and remove the xlib requirements with -Dxwayland=disabled
01:41
<
dilyn >
considering the makefile just uses cmake, you should probably use meson... :thinking:
01:58
hellboy_ has quit [Quit: hellboy_]
04:16
ioraff has quit [Quit: ioraff]
04:26
ella-0_ has joined #kisslinux
04:27
ella-0 has quit [Ping timeout: 245 seconds]
06:42
dilyn has quit [Quit: Ping timeout (120 seconds)]
07:54
stjohn has joined #kisslinux
08:14
ejjdhfjsu has quit [Remote host closed the connection]
08:59
<
Ogromny >
dilyn: thanks !
11:38
kinozawa has quit [Quit: Leaving the Cosmos...]
11:47
kinozawa has joined #kisslinux
11:55
<
Ogromny >
I made a small script for updating `git` package if there's update available for them
11:55
<
Ogromny >
#/bin/sh -e
11:55
<
Ogromny >
TMP_FILE=$(mktemp)
11:55
<
Ogromny >
# Ogromny <ogromnycoding@gmail.com>
11:55
<
Ogromny >
PACKAGES_TO_UPDATE=""
11:55
<
Ogromny >
BLUE="\033[1;34m"
11:55
<
Ogromny >
RESET="\033[0m"
11:55
<
Ogromny >
printf "$BLUE[info] %s$RESET\n" "$@"
11:55
<
Ogromny >
# get git package
11:55
<
Ogromny >
kiss list > "$TMP_FILE"
11:55
<
Ogromny >
while read -r package version; do
11:55
<
Ogromny >
case "$version" in
11:55
<
Ogromny >
git-*) log "Found package $package" ;;
11:55
<
Ogromny >
*) continue ;;
11:55
<
Ogromny >
cd "$HOME/.cache/kiss/sources/$package/$package"
11:55
<
Ogromny >
log "Checking if there's update available"
11:55
<
Ogromny >
git fetch
11:55
<
Ogromny >
# get remote/HEAD branch name
11:55
<
Ogromny >
REMOTE_BRANCH=$(git remote show origin | grep "HEAD branch:" | xargs | cut -d" " -f3)
11:55
<
Ogromny >
if [ $(git rev-list HEAD...origin/master --count) = "0" ]; then
11:55
<
Ogromny >
log "No update available for $package"
11:55
<
Ogromny >
log "Update available for $package"
11:55
<
Ogromny >
PACKAGES_TO_UPDATE="${PACKAGES_TO_UPDATE}${package} "
11:55
<
Ogromny >
done < "$TMP_FILE"
11:55
<
Ogromny >
if [ -n $PACKAGES_TO_UPDATE ]; then
11:55
<
Ogromny >
log "Everythings is up to date !"
11:55
<
Ogromny >
log "Will update $PACKAGES_TO_UPDATE"
11:55
<
Ogromny >
kiss build $PACKAGES_TO_UPDATE
11:56
<
Ogromny >
(sorry for the spam lol)
11:56
<
wael[m] >
What the fuck man
11:56
<
wael[m] >
seriously should have linked a gist lmao
11:56
<
wael[m] >
also does kiss not update got packages?
11:57
<
wael[m] >
s/got/git
11:57
<
Ogromny >
Yeah sorry I'm starting to get pretty drunk
11:57
<
Ogromny >
Nah kiss doesn't check `git` package
11:58
<
Ogromny >
My script seems to work fine tho
11:58
<
wael[m] >
make a patch for the package manager itself
11:58
<
wael[m] >
I don't think having an entire script is a good idea
11:58
<
wael[m] >
Is it a hook?
11:58
<
Ogromny >
Nah it's just a script
11:58
<
wael[m] >
I'd love it if it was made to be a kiss hook
11:59
<
wael[m] >
Make it a hook then
11:59
<
Ogromny >
I think you can make a pre-update hook or anything similar to that but not sure tho
11:59
<
Ogromny >
Yeah good idea I'll look that
11:59
<
wael[m] >
I can't make a hook rn I just left home lol
11:59
<
wael[m] >
But it doesn't seem hard
11:59
<
wael[m] >
See 006 of package manager wikj
11:59
<
Ogromny >
NP let me look at that x)
11:59
<
wael[m] >
To know the details and of arguments and whatever
12:01
<
wael[m] >
Also, for any kiss community members of the github group
12:01
<
wael[m] >
I wish we had a little repo with kiss hooks
12:03
<
Ogromny >
Dilyn can you create `kiss-hooks` or whatever repo please
12:03
<
wael[m] >
Yes something like that
12:08
<
illiliti >
i had this idea before(see init-hooks btw). i wish i had more time to work on it, but for now i can't. if someone could, that would be awesome
12:08
<
illiliti >
i can create empty kiss-hooks repo if you like
12:10
<
wael[m] >
Simply opening kiss-hooks repo and just have people submit their hooks!
12:11
<
wael[m] >
I assume KISS supports multiple hooks so I hope that's possible
12:11
<
wael[m] >
Also, could be possible to have hook snippets to put them inside one giant hook, maybe.
12:17
<
Ogromny >
For the git-updated I don't know if it can be made into a hook
12:17
<
Ogromny >
s/git-updated/git-update/
12:22
<
illiliti >
kiss supports multiple hooks yeah
12:22
<
illiliti >
you need to colon separate them in KISS_HOOK
12:35
dilyn has joined #kisslinux
14:08
soliwilos_ has quit [Remote host closed the connection]
14:08
soliwilos has joined #kisslinux
14:10
soliwilos has quit [Remote host closed the connection]
14:10
soliwilos has joined #kisslinux
14:30
stjohn has quit [Quit: Leaving.]
14:48
dilyn has quit [Quit: Connection closed]
15:17
soliwilos has quit [Remote host closed the connection]
15:18
soliwilos has joined #kisslinux
15:27
ioraff has joined #kisslinux
15:53
brassado has joined #kisslinux
15:54
brassado is now known as sam_sepi0l
15:54
soliwilos has quit [Remote host closed the connection]
15:57
soliwilos has joined #kisslinux
16:27
rohan has quit [Ping timeout: 240 seconds]
18:43
hellboy_ has joined #kisslinux
18:43
<
hellboy_ >
is libelf sed still needed to build 5.19 kernel?
18:44
fitrh has joined #kisslinux
18:44
<
ioraff >
libelf sed?
18:45
rohan has joined #kisslinux
18:46
<
hellboy_ >
this section in the install wiki
18:46
<
hellboy_ >
a fix for kernel
18:46
<
ioraff >
ah. no, it is no longer necessary.
18:47
<
hellboy_ >
maybe this is why i have the issue with my graphic card
18:47
<
hellboy_ >
maybe some pci error for using multiple linux distros
18:47
<
hellboy_ >
will see
18:48
<
ioraff >
I'm almost certain that isn't what's causing problems
18:48
<
hellboy_ >
so i dont know
18:48
<
hellboy_ >
sometimes i get up
18:48
<
hellboy_ >
sometimes not
18:48
<
hellboy_ >
is alive lol
18:55
claudia_ has quit [Quit: Leaving]
18:57
<
hellboy_ >
see this
18:57
<
hellboy_ >
kernel wont build
18:58
<
hellboy_ >
this is kernel 5.19
18:58
<
hellboy_ >
need bash wtf
19:02
<
ioraff >
yeah. I just submitted a patch
19:07
hellboy_ has quit [Read error: Connection reset by peer]
19:08
claudia has joined #kisslinux
19:18
fitrh has quit [Remote host closed the connection]
19:59
<
wael[m] >
Wtf lmaooo
20:00
<
wael[m] >
ioraff, thank you DEARLY for stepping up and putting a patch out there.
20:12
<
ioraff >
you betcha
20:35
rohan has quit [Ping timeout: 268 seconds]
21:12
heartbur1 has quit [Quit: Reconnecting]
21:12
heartburn has joined #kisslinux
21:31
dbrooke has quit [Ping timeout: 244 seconds]
22:37
dbrooke has joined #kisslinux
23:05
Torr has joined #kisslinux
23:09
<
illiliti >
fuck, why they constantly fail to acknowledge that bash isn't the only shell people use
23:10
<
illiliti >
this upset me so much
23:11
<
illiliti >
thanks ioraff for the patch nonetheless. hoping and praying they won't reject it
23:17
<
ioraff >
me too. also hoping that if they do, it doesn't take until the next mainline to see a release
23:23
hellboy_ has joined #kisslinux
23:24
<
hellboy_ >
someone have a discret graphic card?
23:24
<
hellboy_ >
i think in test if is kiss fucking my system or something
23:25
rohan has joined #kisslinux
23:25
rohan has quit [Client Quit]
23:26
rohan has joined #kisslinux
23:49
hellboy_ has quit [Quit: zzz]