From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] powertop: Update to version 2.14
Date: Mon, 25 Apr 2022 18:32:50 +0000 [thread overview]
Message-ID: <c1a9da12-0297-288f-74cd-084d80e5af27@ipfire.org> (raw)
In-Reply-To: <20220423212641.2316015-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 2349 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> - 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 <adolf.belka(a)ipfire.org>
> ---
> 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/powertop
> 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
>
> SUMMARY = A Linux Tool to Find out What is Using Power on a Laptop
>
> -VER = v2.10
> +VER = 2.14
>
> THISAPP = powertop-$(VER)
> DL_FILE = $(THISAPP).tar.gz
> @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = powertop
> -PAK_VER = 3
> +PAK_VER = 4
>
> DEPS =
>
> @@ -48,7 +48,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_BLAKE2 = 573f1f0ed40705d3463f6e6f76c67ae99127ab2541b851143dafa707ef1c2dab4127d27811b63ad27e6b002ea4efd39417297a0227996ad9b01141b6de733d41
> +$(DL_FILE)_BLAKE2 = 5f53f81b01e83004f6436f497818d2a552b5e7ffda5007749aad415773adeab2a256aeffbacbf9e5fe803ff343a0c1954b5264aebdffa841bb70406b8b9611bc
>
> install : $(TARGET)
>
> @@ -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=/usr
> cd $(DIR_APP) && make $(MAKETUNING)
> cd $(DIR_APP) && make install
prev parent reply other threads:[~2022-04-25 18:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-23 21:26 Adolf Belka
2022-04-25 18:32 ` Peter Müller [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c1a9da12-0297-288f-74cd-084d80e5af27@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox