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

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).