From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 20 Oct 2021 11:53:07 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1md8HT-0007Td-OA for lore@lore.pengutronix.de; Wed, 20 Oct 2021 11:53:07 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1md8HT-0005gb-Av; Wed, 20 Oct 2021 11:53:07 +0200 Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.pengutronix.de.) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1md8HJ-0005gT-Aw for ptxdist@pengutronix.de; Wed, 20 Oct 2021 11:52:57 +0200 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Wed, 20 Oct 2021 11:52:55 +0200 Message-Id: <20211020095255.3774809-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Subject: [ptxdist] [PATCH] seatd: version bump 0.5.0 -> 0.6.3 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Signed-off-by: Philipp Zabel --- 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