From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] powertop: Update to version 2.14 Date: Sat, 23 Apr 2022 23:26:41 +0200 Message-ID: <20220423212641.2316015-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5857924244909197874==" List-Id: --===============5857924244909197874== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from v2.10 to 2.14 - added ./autogen.sh to create configure file - Update of rootfile - Changelog No changelog provided anywhere. For details of changes see commits in the = github repository - https://github.com/fenrus75/powertop/commits/master Signed-off-by: Adolf Belka --- config/rootfiles/packages/powertop | 1 + lfs/powertop | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/packages/powertop b/config/rootfiles/packages/p= owertop index b7d2550a6..3ec61dd8e 100644 --- a/config/rootfiles/packages/powertop +++ b/config/rootfiles/packages/powertop @@ -1,4 +1,5 @@ usr/sbin/powertop +#usr/share/bash-completion/completions/powertop #usr/share/locale/ca/LC_MESSAGES/powertop.mo #usr/share/locale/cs_CZ/LC_MESSAGES/powertop.mo #usr/share/locale/de_DE diff --git a/lfs/powertop b/lfs/powertop index c687cf729..c909a73bf 100644 --- a/lfs/powertop +++ b/lfs/powertop @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D A Linux Tool to Find out What is Using Power on a Laptop =20 -VER =3D v2.10 +VER =3D 2.14 =20 THISAPP =3D powertop-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D powertop -PAK_VER =3D 3 +PAK_VER =3D 4 =20 DEPS =3D =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 573f1f0ed40705d3463f6e6f76c67ae99127ab2541b851143dafa7= 07ef1c2dab4127d27811b63ad27e6b002ea4efd39417297a0227996ad9b01141b6de733d41 +$(DL_FILE)_BLAKE2 =3D 5f53f81b01e83004f6436f497818d2a552b5e7ffda5007749aad41= 5773adeab2a256aeffbacbf9e5fe803ff343a0c1954b5264aebdffa841bb70406b8b9611bc =20 install : $(TARGET) =20 @@ -82,6 +82,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) + cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure --prefix=3D/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install --=20 2.36.0 --===============5857924244909197874==--