Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gllock-09102019
@ 2020-10-09 12:20 RoundDuckKira
  2020-10-09 12:27 ` RoundDuckKira
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: RoundDuckKira @ 2020-10-09 12:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 450 bytes --]

There is a new pull request by RoundDuckKira against master on the void-packages repository

https://github.com/RoundDuckKira/void-packages gllock
https://github.com/void-linux/void-packages/pull/25454

New package: gllock-09102019
This is a locking program based on slock that has opengl-based lock screens for flashiness. https://github.com/kuravih/gllock/

A patch file from https://github.com/void-linux/void-packages/pull/25454.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gllock-25454.patch --]
[-- Type: text/x-diff, Size: 1404 bytes --]

From e216c7b290446889e365fa746d239a4b5e4eeb08 Mon Sep 17 00:00:00 2001
From: Kira Patton <roundduckkira@protonmail.com>
Date: Fri, 9 Oct 2020 08:13:00 -0400
Subject: [PATCH] New package: gllock-09102019

---
 srcpkgs/gllock/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/gllock/template

diff --git a/srcpkgs/gllock/template b/srcpkgs/gllock/template
new file mode 100644
index 00000000000..736f873c5cf
--- /dev/null
+++ b/srcpkgs/gllock/template
@@ -0,0 +1,25 @@
+# Template file for 'gllock'
+pkgname=gllock
+version=09102019
+revision=1
+hostmakedepends="git pkg-config"
+makedepends="libXrandr-devel libX11-devel glew-devel xorgproto"
+depends="libXrandr libX11 glew"
+short_desc="Not so simple opengl based X display locker utility"
+maintainer="Kira Patton <roundduckkira@protonmail.com>"
+license="MIT"
+homepage="https://github.com/kuravih/gllock"
+distfiles="https://github.com/kuravih/gllock/archive/8123a6566e4e11f54b2ec1bd9469129fc44cd03b.tar.gz"
+checksum=d97ff112f3f59302df282a05df239cfacee4437f9cd9f1ff38fe182b600b5b1c
+
+do_build() {
+	sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
+	sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk
+	sed -i 's/LDFLAGS =/LDFLAGS +=/g' config.mk
+	make CC=$CC INCS="-I." LIBS="-lX11 -lXext -lcrypt -lXrandr" ${makejobs}
+}
+
+do_install() {
+	make PREFIX=/usr DESTDIR=$DESTDIR install
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
@ 2020-10-09 12:27 ` RoundDuckKira
  2020-10-09 12:36 ` RoundDuckKira
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: RoundDuckKira @ 2020-10-09 12:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/25454#issuecomment-706151716

Comment:
uh oh

![2020-10-09-082720_785x98_scrot](https://user-images.githubusercontent.com/71993575/95582893-4eebed00-0a09-11eb-9f0d-5b731e1a6a7f.png)


^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
  2020-10-09 12:27 ` RoundDuckKira
@ 2020-10-09 12:36 ` RoundDuckKira
  2020-10-09 12:36 ` RoundDuckKira
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: RoundDuckKira @ 2020-10-09 12:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2119 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/25454#issuecomment-706155530

Comment:
Old problem fixed, here's the new problem:

`/usr/bin/ld: common.c:(.text+0x810): undefined reference to `__glewGenBuffers'
/usr/bin/ld: common.c:(.text+0x81f): undefined reference to `__glewBindBuffer'
/usr/bin/ld: common.c:(.text+0x83b): undefined reference to `__glewBufferData'
/usr/bin/ld: common.c:(.text+0x84a): undefined reference to `__glewBindBuffer'
/usr/bin/ld: common.c:(.text+0x8ad): undefined reference to `glGenTextures'
/usr/bin/ld: common.c:(.text+0x8be): undefined reference to `glBindTexture'
/usr/bin/ld: common.c:(.text+0x8d5): undefined reference to `glTexParameterf'
/usr/bin/ld: common.c:(.text+0x8ec): undefined reference to `glTexParameterf'
/usr/bin/ld: common.c:(.text+0x91e): undefined reference to `glTexImage2D'
/usr/bin/ld: common.c:(.text+0x939): undefined reference to `__glewGetUniformLocation'
/usr/bin/ld: common.c:(.text+0x94c): undefined reference to `__glewGetUniformLocation'
/usr/bin/ld: common.c:(.text+0x969): undefined reference to `__glewVertexAttribPointer'
/usr/bin/ld: common.c:(.text+0x973): undefined reference to `glClear'
/usr/bin/ld: common.o: in function `animate':
common.c:(.text+0x9e7): undefined reference to `__glewUniform1f'
/usr/bin/ld: common.c:(.text+0xa0f): undefined reference to `__glewUniform1f'
/usr/bin/ld: common.c:(.text+0xa1a): undefined reference to `glXSwapBuffers'
/usr/bin/ld: common.c:(.text+0xa22): undefined reference to `__glewEnableVertexAttribArray'
/usr/bin/ld: common.c:(.text+0xa33): undefined reference to `glDrawArrays'
/usr/bin/ld: common.c:(.text+0xa3b): undefined reference to `__glewDisableVertexAttribArray'
/usr/bin/ld: common.c:(.text+0xa8a): undefined reference to `__glewUniform1f'
collect2: error: ld returned 1 exit status
make: *** [Makefile:25: gllock] Error 1
=> ERROR: gllock-09102019_1: do_build: 'make CC=$CC INCS="-I." LIBS="-lX11 -lXext -lcrypt -lXrandr" ${makejobs}' exited with 2
=> ERROR:   in do_build() at srcpkgs/gllock/template:20`

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
  2020-10-09 12:27 ` RoundDuckKira
  2020-10-09 12:36 ` RoundDuckKira
@ 2020-10-09 12:36 ` RoundDuckKira
  2020-10-09 13:03 ` pullmoll
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: RoundDuckKira @ 2020-10-09 12:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2123 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/25454#issuecomment-706155530

Comment:
Old problem fixed, here's the new problem:

```/usr/bin/ld: common.c:(.text+0x810): undefined reference to `__glewGenBuffers'
/usr/bin/ld: common.c:(.text+0x81f): undefined reference to `__glewBindBuffer'
/usr/bin/ld: common.c:(.text+0x83b): undefined reference to `__glewBufferData'
/usr/bin/ld: common.c:(.text+0x84a): undefined reference to `__glewBindBuffer'
/usr/bin/ld: common.c:(.text+0x8ad): undefined reference to `glGenTextures'
/usr/bin/ld: common.c:(.text+0x8be): undefined reference to `glBindTexture'
/usr/bin/ld: common.c:(.text+0x8d5): undefined reference to `glTexParameterf'
/usr/bin/ld: common.c:(.text+0x8ec): undefined reference to `glTexParameterf'
/usr/bin/ld: common.c:(.text+0x91e): undefined reference to `glTexImage2D'
/usr/bin/ld: common.c:(.text+0x939): undefined reference to `__glewGetUniformLocation'
/usr/bin/ld: common.c:(.text+0x94c): undefined reference to `__glewGetUniformLocation'
/usr/bin/ld: common.c:(.text+0x969): undefined reference to `__glewVertexAttribPointer'
/usr/bin/ld: common.c:(.text+0x973): undefined reference to `glClear'
/usr/bin/ld: common.o: in function `animate':
common.c:(.text+0x9e7): undefined reference to `__glewUniform1f'
/usr/bin/ld: common.c:(.text+0xa0f): undefined reference to `__glewUniform1f'
/usr/bin/ld: common.c:(.text+0xa1a): undefined reference to `glXSwapBuffers'
/usr/bin/ld: common.c:(.text+0xa22): undefined reference to `__glewEnableVertexAttribArray'
/usr/bin/ld: common.c:(.text+0xa33): undefined reference to `glDrawArrays'
/usr/bin/ld: common.c:(.text+0xa3b): undefined reference to `__glewDisableVertexAttribArray'
/usr/bin/ld: common.c:(.text+0xa8a): undefined reference to `__glewUniform1f'
collect2: error: ld returned 1 exit status
make: *** [Makefile:25: gllock] Error 1
=> ERROR: gllock-09102019_1: do_build: 'make CC=$CC INCS="-I." LIBS="-lX11 -lXext -lcrypt -lXrandr" ${makejobs}' exited with 2
=> ERROR:   in do_build() at srcpkgs/gllock/template:20```

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
                   ` (2 preceding siblings ...)
  2020-10-09 12:36 ` RoundDuckKira
@ 2020-10-09 13:03 ` pullmoll
  2020-10-09 13:04 ` ericonr
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pullmoll @ 2020-10-09 13:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 252 bytes --]

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/25454#issuecomment-706168066

Comment:
Take a look at https://github.com/kuravih/gllock/blob/master/config.mk to see what your `LIBS=…` is missing.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
                   ` (3 preceding siblings ...)
  2020-10-09 13:03 ` pullmoll
@ 2020-10-09 13:04 ` ericonr
  2020-10-09 13:23 ` RoundDuckKira
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2020-10-09 13:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 228 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25454#issuecomment-706168797

Comment:
I think this one should have `make_use_env=yes` instead of manually listing the `LIBS`.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
                   ` (4 preceding siblings ...)
  2020-10-09 13:04 ` ericonr
@ 2020-10-09 13:23 ` RoundDuckKira
  2020-10-09 13:27 ` RoundDuckKira
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: RoundDuckKira @ 2020-10-09 13:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 174 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/25454#issuecomment-706178162

Comment:
ah @ericonr I'll try that


^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
                   ` (5 preceding siblings ...)
  2020-10-09 13:23 ` RoundDuckKira
@ 2020-10-09 13:27 ` RoundDuckKira
  2020-10-09 13:27 ` RoundDuckKira
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: RoundDuckKira @ 2020-10-09 13:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 285 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/25454#issuecomment-706180151

Comment:
![2020-10-09-092701_886x383_scrot](https://user-images.githubusercontent.com/71993575/95588631-a55d2980-0a11-11eb-9956-79023d006fab.png)


^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
                   ` (6 preceding siblings ...)
  2020-10-09 13:27 ` RoundDuckKira
@ 2020-10-09 13:27 ` RoundDuckKira
  2020-10-09 13:28 ` RoundDuckKira
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: RoundDuckKira @ 2020-10-09 13:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/25454#issuecomment-706180376

Comment:
still same error

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
                   ` (7 preceding siblings ...)
  2020-10-09 13:27 ` RoundDuckKira
@ 2020-10-09 13:28 ` RoundDuckKira
  2020-10-09 13:35 ` RoundDuckKira
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: RoundDuckKira @ 2020-10-09 13:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/25454#issuecomment-706180571

Comment:
despite make_use_env

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
                   ` (8 preceding siblings ...)
  2020-10-09 13:28 ` RoundDuckKira
@ 2020-10-09 13:35 ` RoundDuckKira
  2020-10-09 13:39 ` [PR PATCH] [Updated] " RoundDuckKira
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: RoundDuckKira @ 2020-10-09 13:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 235 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/25454#issuecomment-706184273

Comment:
`/usr/bin/ld: /lib64/libX11.so.6: error adding symbols: DSO missing from command line`


^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
                   ` (9 preceding siblings ...)
  2020-10-09 13:35 ` RoundDuckKira
@ 2020-10-09 13:39 ` RoundDuckKira
  2020-10-09 13:39 ` RoundDuckKira
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: RoundDuckKira @ 2020-10-09 13:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 455 bytes --]

There is an updated pull request by RoundDuckKira against master on the void-packages repository

https://github.com/RoundDuckKira/void-packages gllock
https://github.com/void-linux/void-packages/pull/25454

New package: gllock-09102019
This is a locking program based on slock that has opengl-based lock screens for flashiness. https://github.com/kuravih/gllock/

A patch file from https://github.com/void-linux/void-packages/pull/25454.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gllock-25454.patch --]
[-- Type: text/x-diff, Size: 1515 bytes --]

From 15a6616687b46701c864bd667b197929c4bb423c Mon Sep 17 00:00:00 2001
From: Kira Patton <roundduckkira@protonmail.com>
Date: Fri, 9 Oct 2020 08:13:00 -0400
Subject: [PATCH] New package: gllock-09102019

---
 srcpkgs/gllock/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/gllock/template

diff --git a/srcpkgs/gllock/template b/srcpkgs/gllock/template
new file mode 100644
index 00000000000..c214906103f
--- /dev/null
+++ b/srcpkgs/gllock/template
@@ -0,0 +1,27 @@
+# Template file for 'gllock'
+pkgname=gllock
+version=09102019
+revision=1
+wrksrc="gllock-8123a6566e4e11f54b2ec1bd9469129fc44cd03b"
+make_use_env=yes
+hostmakedepends="git pkg-config"
+makedepends="libXrandr-devel libX11-devel glew-devel xorgproto"
+depends="libXrandr libX11 glew"
+short_desc="Not so simple opengl based X display locker utility"
+maintainer="Kira Patton <roundduckkira@protonmail.com>"
+license="MIT"
+homepage="https://github.com/kuravih/gllock"
+distfiles="https://github.com/kuravih/gllock/archive/8123a6566e4e11f54b2ec1bd9469129fc44cd03b.tar.gz"
+checksum=d97ff112f3f59302df282a05df239cfacee4437f9cd9f1ff38fe182b600b5b1c
+
+do_build() {
+	sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
+	sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk
+	sed -i 's/LDFLAGS =/LDFLAGS +=/g' config.mk
+	make CC=$CC INCS="-I." LIBS="-L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lGL -lGLEW -lpthread" ${makejobs}
+}
+
+do_install() {
+	make PREFIX=/usr DESTDIR=$DESTDIR install
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
                   ` (10 preceding siblings ...)
  2020-10-09 13:39 ` [PR PATCH] [Updated] " RoundDuckKira
@ 2020-10-09 13:39 ` RoundDuckKira
  2020-10-09 13:40 ` RoundDuckKira
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: RoundDuckKira @ 2020-10-09 13:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/25454#issuecomment-706186664

Comment:
pushed a new version to review


^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
                   ` (11 preceding siblings ...)
  2020-10-09 13:39 ` RoundDuckKira
@ 2020-10-09 13:40 ` RoundDuckKira
  2020-10-09 15:08 ` RoundDuckKira
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: RoundDuckKira @ 2020-10-09 13:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/25454#issuecomment-706186664

Comment:
pushed a new version to review because I need help lol



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
                   ` (12 preceding siblings ...)
  2020-10-09 13:40 ` RoundDuckKira
@ 2020-10-09 15:08 ` RoundDuckKira
  2020-10-09 15:10 ` RoundDuckKira
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: RoundDuckKira @ 2020-10-09 15:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 233 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/25454#issuecomment-706237421

Comment:
@pullmoll I tried following your advice about the LIBS stuff and it didn't work ooof


^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
                   ` (13 preceding siblings ...)
  2020-10-09 15:08 ` RoundDuckKira
@ 2020-10-09 15:10 ` RoundDuckKira
  2020-10-12 19:00 ` Chocimier
  2021-11-06 23:43 ` [PR PATCH] [Closed]: " abenson
  16 siblings, 0 replies; 18+ messages in thread
From: RoundDuckKira @ 2020-10-09 15:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 361 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/25454#issuecomment-706237988

Comment:
@ericonr @pullmoll the newest code shows what I tried to do and well that I'm having trouble with, with the new LIBS and make_use_env and it still failing as I said before

Sorry for being a bit annoying here btw

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
                   ` (14 preceding siblings ...)
  2020-10-09 15:10 ` RoundDuckKira
@ 2020-10-12 19:00 ` Chocimier
  2021-11-06 23:43 ` [PR PATCH] [Closed]: " abenson
  16 siblings, 0 replies; 18+ messages in thread
From: Chocimier @ 2020-10-12 19:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25454#issuecomment-707293036

Comment:
make_use_env does nothing if you define own `do_` functions. Use gnu-makefile, and maybe define make_build_args additionally.

Is this package so good it don't need tag?

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Closed]: New package: gllock-09102019
  2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
                   ` (15 preceding siblings ...)
  2020-10-12 19:00 ` Chocimier
@ 2021-11-06 23:43 ` abenson
  16 siblings, 0 replies; 18+ messages in thread
From: abenson @ 2021-11-06 23:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 288 bytes --]

There's a closed pull request on the void-packages repository

New package: gllock-09102019
https://github.com/void-linux/void-packages/pull/25454

Description:
This is a locking program based on slock that has opengl-based lock screens for flashiness. https://github.com/kuravih/gllock/

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-11-06 23:43 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09 12:20 [PR PATCH] New package: gllock-09102019 RoundDuckKira
2020-10-09 12:27 ` RoundDuckKira
2020-10-09 12:36 ` RoundDuckKira
2020-10-09 12:36 ` RoundDuckKira
2020-10-09 13:03 ` pullmoll
2020-10-09 13:04 ` ericonr
2020-10-09 13:23 ` RoundDuckKira
2020-10-09 13:27 ` RoundDuckKira
2020-10-09 13:27 ` RoundDuckKira
2020-10-09 13:28 ` RoundDuckKira
2020-10-09 13:35 ` RoundDuckKira
2020-10-09 13:39 ` [PR PATCH] [Updated] " RoundDuckKira
2020-10-09 13:39 ` RoundDuckKira
2020-10-09 13:40 ` RoundDuckKira
2020-10-09 15:08 ` RoundDuckKira
2020-10-09 15:10 ` RoundDuckKira
2020-10-12 19:00 ` Chocimier
2021-11-06 23:43 ` [PR PATCH] [Closed]: " abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).