From patchwork Wed Jun 30 17:46:50 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4477 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4GFTLS1z5Fz3x7M for ; Wed, 30 Jun 2021 17:46:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4GFTLR6VJnz17F; Wed, 30 Jun 2021 17:46:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4GFTLR5l9pz2xpb; Wed, 30 Jun 2021 17:46:55 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4GFTLR0LnRz2xFd for ; Wed, 30 Jun 2021 17:46:55 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4GFTLQ2VpMz8h; Wed, 30 Jun 2021 17:46:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1625075214; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=JsEiPxDjE8icTDk1aM8i6JbjgjmbX6F4vS4P8xZqiU0=; b=kb/TzDWzR5luzgl0JaC8g1CR4Z3H82rCZY8Ge1ounaDguvVbAZaeu2CTYiRxzqp2FvJlxT wNQKu48ID4aR3ABg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1625075214; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=JsEiPxDjE8icTDk1aM8i6JbjgjmbX6F4vS4P8xZqiU0=; b=MIdQ5wzdUC6Lr+Mys2atb2G+wL6EZIl/eM8B/adYsNf/8zwpBBHWpHnuElp6wjc121YfHe ElQoLB57X5VJyrWueE0tg1MsYbnjosQo+8kT7xk+L6dsC0plnS0HTj/pVQK1PjdQx/fzpZ vhBGAwIeCr6xUCCASbsHgqvrkvzYveV+/D9LklxJCoL1xuJnZeveduD47GnVZ5qgIkxBAx pbGl+qt/zE76SYKc8YQj/mOIEhSviuJgajEIQreVNrymsolvSXNypDULABC+k450aRZQ/v GSvGSQu4hIpMxELAlD1UGcxnPPYDEN+3Hm08v0sjPQ4GVT6PgoVBekTuLZR13Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] intltool: Update to version 0.51.0 Date: Wed, 30 Jun 2021 19:46:50 +0200 Message-Id: <20210630174650.5177-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 0.40.5 (2008) to 0.51.0 (2015 - latest release) - Update of rootfile3 not required - Changelog is too long to include here Changes from version 0.41.0 to 0.51.0 can be found at https://launchpad.net/intltool/+download and in the ChangeLog files in the Source Tarballs Changes prior to 0.41.0 can be found at https://download.gnome.org/sources/intltool/ in the ChangeLog files in the Source Tarballs Signed-off-by: Adolf Belka --- lfs/intltool | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/intltool b/lfs/intltool index 234262f62..bc5008a52 100644 --- a/lfs/intltool +++ b/lfs/intltool @@ -24,15 +24,15 @@ include Config -VER = 0.40.5 +VER = 0.51.0 THISAPP = intltool-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = intltool -PAK_VER = 1 +PAK_VER = 2 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3e7ded6f50d88cf8b8bb505eaf591775 +$(DL_FILE)_MD5 = 12e517cac2b57a0121cda351570f1e63 install : $(TARGET) @@ -77,7 +77,7 @@ dist: $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install