mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] seatd: version bump 0.5.0 -> 0.6.3
@ 2021-10-20  9:52 Philipp Zabel
  2021-10-26  9:09 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2021-10-20  9:52 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/seatd.make | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/rules/seatd.make b/rules/seatd.make
index b848a5dc1037..26b6a3dc256d 100644
--- a/rules/seatd.make
+++ b/rules/seatd.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_SEATD) += seatd
 #
 # Paths and names
 #
-SEATD_VERSION		:= 0.5.0
-SEATD_MD5		:= 264a36907f4be34efa400fb6e1b26f5f
+SEATD_VERSION		:= 0.6.3
+SEATD_MD5		:= 0d375928bbcc39b1652e2730e01e6089
 SEATD			:= seatd-$(SEATD_VERSION)
 SEATD_SUFFIX		:= tar.gz
 SEATD_URL		:= https://git.sr.ht/~kennylevinsen/seatd/archive/$(SEATD_VERSION).$(SEATD_SUFFIX)
@@ -36,9 +36,9 @@ SEATD_LICENSE_FILES	:= file://LICENSE;md5=715a99d2dd552e6188e74d4ed2914d5a
 SEATD_CONF_TOOL	:= meson
 SEATD_CONF_OPT	:=  \
 	$(CROSS_MESON_USR) \
-	-Dlogind=$(call ptx/endis,PTXCONF_SEATD_SYSTEMD_LOGIND)d \
-	-Dseatd=$(call ptx/endis,PTXCONF_SEATD_SEATD)d \
-	-Dbuiltin=disabled \
+	-Dlibseat-logind=$(call ptx/ifdef,PTXCONF_SEATD_SYSTEMD_LOGIND,systemd,disabled) \
+	-Dlibseat-seatd=$(call ptx/endis,PTXCONF_SEATD_SEATD)d \
+	-Dlibseat-builtin=disabled \
 	-Dserver=$(call ptx/endis,PTXCONF_SEATD_SEATD)d \
 	-Dexamples=disabled \
 	-Dman-pages=disabled \
@@ -61,6 +61,7 @@ $(STATEDIR)/seatd.targetinstall:
 
 ifdef PTXCONF_SEATD_SEATD
 	@$(call install_copy, seatd, 0, 0, 0755, -, /usr/bin/seatd)
+	@$(call install_copy, seatd, 0, 0, 0755, -, /usr/bin/seatd-launch)
 ifdef PTXCONF_SEATD_SEATD_SYSTEMD_UNIT
 	@$(call install_alternative, seatd, 0, 0, 0644, \
 		/usr/lib/systemd/system/seatd.service)
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] seatd: version bump 0.5.0 -> 0.6.3
  2021-10-20  9:52 [ptxdist] [PATCH] seatd: version bump 0.5.0 -> 0.6.3 Philipp Zabel
@ 2021-10-26  9:09 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-10-26  9:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as c997be07b0258e91ee8e7537c2e0ee2ff4c224a0.

Michael

[sent from post-receive hook]

On Tue, 26 Oct 2021 11:09:27 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20211020095255.3774809-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/seatd.make b/rules/seatd.make
> index b848a5dc1037..26b6a3dc256d 100644
> --- a/rules/seatd.make
> +++ b/rules/seatd.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_SEATD) += seatd
>  #
>  # Paths and names
>  #
> -SEATD_VERSION		:= 0.5.0
> -SEATD_MD5		:= 264a36907f4be34efa400fb6e1b26f5f
> +SEATD_VERSION		:= 0.6.3
> +SEATD_MD5		:= 0d375928bbcc39b1652e2730e01e6089
>  SEATD			:= seatd-$(SEATD_VERSION)
>  SEATD_SUFFIX		:= tar.gz
>  SEATD_URL		:= https://git.sr.ht/~kennylevinsen/seatd/archive/$(SEATD_VERSION).$(SEATD_SUFFIX)
> @@ -36,9 +36,9 @@ SEATD_LICENSE_FILES	:= file://LICENSE;md5=715a99d2dd552e6188e74d4ed2914d5a
>  SEATD_CONF_TOOL	:= meson
>  SEATD_CONF_OPT	:=  \
>  	$(CROSS_MESON_USR) \
> -	-Dlogind=$(call ptx/endis,PTXCONF_SEATD_SYSTEMD_LOGIND)d \
> -	-Dseatd=$(call ptx/endis,PTXCONF_SEATD_SEATD)d \
> -	-Dbuiltin=disabled \
> +	-Dlibseat-logind=$(call ptx/ifdef,PTXCONF_SEATD_SYSTEMD_LOGIND,systemd,disabled) \
> +	-Dlibseat-seatd=$(call ptx/endis,PTXCONF_SEATD_SEATD)d \
> +	-Dlibseat-builtin=disabled \
>  	-Dserver=$(call ptx/endis,PTXCONF_SEATD_SEATD)d \
>  	-Dexamples=disabled \
>  	-Dman-pages=disabled \
> @@ -61,6 +61,7 @@ $(STATEDIR)/seatd.targetinstall:
>  
>  ifdef PTXCONF_SEATD_SEATD
>  	@$(call install_copy, seatd, 0, 0, 0755, -, /usr/bin/seatd)
> +	@$(call install_copy, seatd, 0, 0, 0755, -, /usr/bin/seatd-launch)
>  ifdef PTXCONF_SEATD_SEATD_SYSTEMD_UNIT
>  	@$(call install_alternative, seatd, 0, 0, 0644, \
>  		/usr/lib/systemd/system/seatd.service)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2021-10-26  9:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-20  9:52 [ptxdist] [PATCH] seatd: version bump 0.5.0 -> 0.6.3 Philipp Zabel
2021-10-26  9:09 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox