Github messages for voidlinux
 help / color / mirror / Atom feed
From: Duncaen <Duncaen@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] xscreensaver: add xscreensaver-elogind subpackage
Date: Wed, 29 Jun 2022 16:18:01 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37741@inbox.vuxu.org> (raw)

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

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

https://github.com/Duncaen/void-packages xscreensaver-elogind
https://github.com/void-linux/void-packages/pull/37741

xscreensaver: add xscreensaver-elogind subpackage
None

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

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

From 1e18b0dc92735e1250c7c1f469a01a6acffe4a8b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Wed, 29 Jun 2022 16:12:44 +0200
Subject: [PATCH] xscreensaver: add xscreensaver-elogind subpackage

Closes: https://github.com/void-linux/void-packages/issues/36208
---
 srcpkgs/xscreensaver-elogind  |  1 +
 srcpkgs/xscreensaver/template | 12 ++++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)
 create mode 120000 srcpkgs/xscreensaver-elogind

diff --git a/srcpkgs/xscreensaver-elogind b/srcpkgs/xscreensaver-elogind
new file mode 120000
index 000000000000..6a813cf9fee2
--- /dev/null
+++ b/srcpkgs/xscreensaver-elogind
@@ -0,0 +1 @@
+xscreensaver
\ No newline at end of file
diff --git a/srcpkgs/xscreensaver/template b/srcpkgs/xscreensaver/template
index 55d3f744c1d6..723bccd5460c 100644
--- a/srcpkgs/xscreensaver/template
+++ b/srcpkgs/xscreensaver/template
@@ -1,7 +1,7 @@
 # Template file for 'xscreensaver'
 pkgname=xscreensaver
 version=6.04
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-pam --with-login-manager
  --includedir=${XBPS_CROSS_BASE}/include
@@ -9,7 +9,7 @@ configure_args="--with-pam --with-login-manager
 conf_files="/etc/pam.d/xscreensaver"
 hostmakedepends="bc intltool pkg-config"
 makedepends="glu-devel libXi-devel libXinerama-devel libXmu-devel libXpm-devel
- libXrandr-devel libglade-devel pam-devel gdk-pixbuf-xlib-devel"
+ libXrandr-devel libglade-devel pam-devel gdk-pixbuf-xlib-devel elogind-devel"
 depends="perl perl-LWP"
 short_desc="Screen saver and locker for the X Window System"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -35,3 +35,11 @@ do_install() {
 	sed '/^$/q' < driver/xscreensaver.c > LICENSE
 	vlicense LICENSE
 }
+
+xscreensaver-elogind_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - elogind support"
+	pkg_install() {
+		vmove usr/libexec/xscreensaver/xscreensaver-systemd
+	}
+}

             reply	other threads:[~2022-06-29 14:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-29 14:18 Duncaen [this message]
2022-06-29 16:43 ` [PR PATCH] [Merged]: " leahneukirchen

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37741@inbox.vuxu.org \
    --to=duncaen@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).