Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xlockmore: update to 5.63.
@ 2020-05-12 20:52 abenson
  2020-05-12 21:23 ` [PR PATCH] [Updated] " abenson
  2020-05-13 14:36 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: abenson @ 2020-05-12 20:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages xlock_5.63
https://github.com/void-linux/void-packages/pull/21891

xlockmore: update to 5.63.


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

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

From 050e8e728e4d1680c2686575abe8719235e3d7e0 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 12 May 2020 15:51:00 -0500
Subject: [PATCH] xlockmore: update to 5.63.

---
 srcpkgs/xlockmore/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xlockmore/template b/srcpkgs/xlockmore/template
index 71826ccb791..83a376da544 100644
--- a/srcpkgs/xlockmore/template
+++ b/srcpkgs/xlockmore/template
@@ -1,6 +1,6 @@
 # Template file for 'xlockmore'
 pkgname=xlockmore
-version=5.62
+version=5.63
 revision=1
 build_style=gnu-configure
 configure_args="--with-xinerama"
@@ -11,7 +11,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="http://sillycycle.com/xlockmore.html"
 distfiles="http://sillycycle.com/xlock/xlockmore-${version}.tar.xz"
-checksum=11bff2ed134df693757535845bc8738d14121161a5ced320f15adf4ae4e3052c
+checksum=990b22a46b0e3cf49306b3bf61deee65f6064571be93c77f976a39d795a10be2
 CFLAGS="-D_DEFAULT_SOURCE"
 
 pre_configure() {

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

* Re: [PR PATCH] [Updated] xlockmore: update to 5.63.
  2020-05-12 20:52 [PR PATCH] xlockmore: update to 5.63 abenson
@ 2020-05-12 21:23 ` abenson
  2020-05-13 14:36 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2020-05-12 21:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages xlock_5.63
https://github.com/void-linux/void-packages/pull/21891

xlockmore: update to 5.63.


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

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

From a11b0a2b8309e8aa98d5a980c2c55b5c39a08c18 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 12 May 2020 15:51:00 -0500
Subject: [PATCH] xlockmore: update to 5.63, add opengl vopt

---
 srcpkgs/xlockmore/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/xlockmore/template b/srcpkgs/xlockmore/template
index 71826ccb791..ab8cf6199b8 100644
--- a/srcpkgs/xlockmore/template
+++ b/srcpkgs/xlockmore/template
@@ -1,22 +1,27 @@
 # Template file for 'xlockmore'
 pkgname=xlockmore
-version=5.62
+version=5.63
 revision=1
 build_style=gnu-configure
-configure_args="--with-xinerama"
+configure_args="--with-xinerama $(vopt_if opengl '--with-opengl --with-mesa')"
 hostmakedepends="pkg-config"
-makedepends="freetype-devel libXt-devel libXext-devel libXinerama-devel"
+makedepends="freetype-devel libXt-devel libXext-devel libXinerama-devel
+ $(vopt_if opengl 'MesaLib-devel glu-devel')"
 short_desc="Provides the 'xlock' X screen locker"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="http://sillycycle.com/xlockmore.html"
 distfiles="http://sillycycle.com/xlock/xlockmore-${version}.tar.xz"
-checksum=11bff2ed134df693757535845bc8738d14121161a5ced320f15adf4ae4e3052c
+checksum=990b22a46b0e3cf49306b3bf61deee65f6064571be93c77f976a39d795a10be2
 CFLAGS="-D_DEFAULT_SOURCE"
 
+build_options="opengl"
+desc_option_opengl="Enable OpenGL modes"
+
 pre_configure() {
 	export X_EXTRA_LIBS="$LDFLAGS"
 }
+
 do_install() {
 	make INSTPGMFLAGS= xapploaddir=${DESTDIR}/usr/share/X11/app-defaults \
 		bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man/man1 \

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

* Re: [PR PATCH] [Merged]: xlockmore: update to 5.63.
  2020-05-12 20:52 [PR PATCH] xlockmore: update to 5.63 abenson
  2020-05-12 21:23 ` [PR PATCH] [Updated] " abenson
@ 2020-05-13 14:36 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2020-05-13 14:36 UTC (permalink / raw)
  To: ml

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

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

xlockmore: update to 5.63.
https://github.com/void-linux/void-packages/pull/21891

Description:


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

end of thread, other threads:[~2020-05-13 14:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12 20:52 [PR PATCH] xlockmore: update to 5.63 abenson
2020-05-12 21:23 ` [PR PATCH] [Updated] " abenson
2020-05-13 14:36 ` [PR PATCH] [Merged]: " 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).