Github messages for voidlinux
 help / color / mirror / Atom feed
From: RoundDuckKira <RoundDuckKira@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: gllock-09102019
Date: Fri, 09 Oct 2020 15:39:02 +0200	[thread overview]
Message-ID: <20201009133902.sAHLlrirKFoe0Gih2jR3KuF6h1LImJhYDtyAMNIcj6Y@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25454@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2020-10-09 13:39 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-09 12:20 [PR PATCH] " 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 ` RoundDuckKira [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201009133902.sAHLlrirKFoe0Gih2jR3KuF6h1LImJhYDtyAMNIcj6Y@z \
    --to=roundduckkira@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).