From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] fribidi: Update to version 1.0.16 Date: Mon, 18 Nov 2024 20:01:47 +0000 Message-ID: <20D87748-73BF-4615-8A0E-2A3811576B8E@ipfire.org> In-Reply-To: <20241115213640.899223-5-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2589597720409123356==" List-Id: --===============2589597720409123356== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 15 Nov 2024, at 21:36, Adolf Belka wrote: >=20 > - Update from version 1.0.12 to 1.0.16 > - Update of rootfile not required > - Changelog > 1.0.16 > Update Unicode character databases to v16.0.0 > 1.0.15 > Fixed the bad tarball from 1.0.14 with stall include files. There are no ot= her > changes > 1.0.14 > Updated Unicode tables to version 15.1 > 1.0.13 > Adding missing man pages to the tar release file. >=20 > Signed-off-by: Adolf Belka > --- > lfs/fribidi | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) >=20 > diff --git a/lfs/fribidi b/lfs/fribidi > index 75ea2d148..9e32b79d7 100644 > --- a/lfs/fribidi > +++ b/lfs/fribidi > @@ -1,7 +1,7 @@ > ###########################################################################= #### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2024 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 1.0.12 > +VER =3D 1.0.16 >=20 > THISAPP =3D fribidi-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D f76f9d28f738f0cc9790ccdf0fe419cb0e7d70b24aa825844d23= c4b31ad51c33f09c88ad4876fa6a52523f2a52d5eb7a4b50deeb70f9db750c69ac236ecfa8f5 > +$(DL_FILE)_BLAKE2 =3D 9a0dce6152ba0f0ca4a42a83ca0f6d234fb9fef2a681d274aab6= 922e3394b70430e677fd549b17b13d928d733c0e72a7e3527cfb461971bbfd155ec1bd5e738c >=20 > install : $(TARGET) >=20 > @@ -71,7 +71,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > @$(PREBUILD) > @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) > $(UPDATE_AUTOMAKE) > - cd $(DIR_APP) && meson --prefix=3D/usr builddir/ > + cd $(DIR_APP) && meson setup \ > + --prefix=3D/usr \ > + builddir/ > cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING) > cd $(DIR_APP) && ninja -C builddir/ install > @rm -rf $(DIR_APP) > --=20 > 2.47.0 >=20 --===============2589597720409123356==--