Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lightdm: source .conf
@ 2020-09-22 23:10 teldra
  2020-09-23 12:36 ` [PR PATCH] [Merged]: lightdm: source ./conf Piraty
  0 siblings, 1 reply; 2+ messages in thread
From: teldra @ 2020-09-22 23:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages lightdm-locale
https://github.com/void-linux/void-packages/pull/25042

lightdm: source .conf
E.g.: To set a different locale than systems locale.

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

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

From 9f58be9ec9143c2fbadd12db8be1f8d59169842f Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 23 Sep 2020 01:09:58 +0200
Subject: [PATCH] lightdm: source .conf

E.g.: To set a different locale than systems locale.
---
 srcpkgs/lightdm/files/lightdm/run | 1 +
 srcpkgs/lightdm/template          | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm/files/lightdm/run b/srcpkgs/lightdm/files/lightdm/run
index 59be7f26902..cabe9dd5b87 100755
--- a/srcpkgs/lightdm/files/lightdm/run
+++ b/srcpkgs/lightdm/files/lightdm/run
@@ -1,4 +1,5 @@
 #!/bin/sh
 sv check dbus >/dev/null || exit 1
 install -d -m0711 -olightdm -glightdm /run/lightdm
+[ -f ./conf ] && . ./conf
 exec lightdm
diff --git a/srcpkgs/lightdm/template b/srcpkgs/lightdm/template
index e33d0a090d2..b2fed5ac3c6 100644
--- a/srcpkgs/lightdm/template
+++ b/srcpkgs/lightdm/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm'
 pkgname=lightdm
 version=1.30.0
-revision=2
+revision=3
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--sbindir=/usr/bin --with-greeter-session=lightdm-gtk-greeter

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

* Re: [PR PATCH] [Merged]: lightdm: source ./conf
  2020-09-22 23:10 [PR PATCH] lightdm: source .conf teldra
@ 2020-09-23 12:36 ` Piraty
  0 siblings, 0 replies; 2+ messages in thread
From: Piraty @ 2020-09-23 12:36 UTC (permalink / raw)
  To: ml

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

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

lightdm: source ./conf
https://github.com/void-linux/void-packages/pull/25042

Description:
E.g.: To set a different locale than systems locale.

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

end of thread, other threads:[~2020-09-23 12:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-22 23:10 [PR PATCH] lightdm: source .conf teldra
2020-09-23 12:36 ` [PR PATCH] [Merged]: lightdm: source ./conf Piraty

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