From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 08 Apr 2022 15:36:42 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ncon5-00BuJX-TO for lore@lore.pengutronix.de; Fri, 08 Apr 2022 15:36:42 +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 1ncon3-0000U7-Na; Fri, 08 Apr 2022 15:36:41 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ncomJ-0008GL-2v; Fri, 08 Apr 2022 15:35:55 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ncomJ-001oRf-ON; Fri, 08 Apr 2022 15:35:54 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ncomH-000Vrl-0O; Fri, 08 Apr 2022 15:35:53 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 8 Apr 2022 15:35:53 +0200 Message-Id: <20220408133553.122450-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220331130236.3543240-1-christian.melki@t2data.com> References: <20220331130236.3543240-1-christian.melki@t2data.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] libinput: Version bump. 1.18.0 -> 1.20.0 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 Cc: Christian Melki 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 Thanks, applied as cc0d6ab16a171d8e4239bfddb17e3cc039d71fc8. Michael [sent from post-receive hook] On Fri, 08 Apr 2022 15:35:52 +0200, Christian Melki wrote: > Nothing overly exciting. > Mostly high resolution functions and fixes. > Announce messages describing changes for 1.19 and 1.20 at: > https://lists.x.org/archives/wayland-devel/2021-September/041977.html > https://lists.x.org/archives/wayland-devel/2022-February/042111.html > > * libinput has changed URL to gitlab. > * Tarballs not provided as xz anymore. > > Signed-off-by: Christian Melki > Message-Id: <20220331130236.3543240-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libinput.make b/rules/libinput.make > index 016cea8b62c3..f0b0781bb107 100644 > --- a/rules/libinput.make > +++ b/rules/libinput.make > @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_LIBINPUT) += libinput > # > # Paths and names > # > -LIBINPUT_VERSION := 1.18.0 > -LIBINPUT_MD5 := 847a3c24383e1a937d1d46c46332e710 > +LIBINPUT_VERSION := 1.20.0 > +LIBINPUT_MD5 := 7ab70f7df14759b4b82490d073a8cb0e > LIBINPUT := libinput-$(LIBINPUT_VERSION) > -LIBINPUT_SUFFIX := tar.xz > -LIBINPUT_URL := http://www.freedesktop.org/software/libinput/$(LIBINPUT).$(LIBINPUT_SUFFIX) > +LIBINPUT_SUFFIX := tar.gz > +LIBINPUT_URL := https://gitlab.freedesktop.org/libinput/libinput/-/archive/$(LIBINPUT_VERSION)/$(LIBINPUT).$(LIBINPUT_SUFFIX) > LIBINPUT_SOURCE := $(SRCDIR)/$(LIBINPUT).$(LIBINPUT_SUFFIX) > LIBINPUT_DIR := $(BUILDDIR)/$(LIBINPUT) > LIBINPUT_LICENSE := MIT _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de