powertop-2.14
This commit is contained in:
@@ -11,7 +11,7 @@ from pisi.actionsapi import libtools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("sed -i 's:RUN-VERSION-SCRIPT-IN-GIT-REPOSITORY-ONLY:v2.11:' scripts/version")
|
||||
#shelltools.system("sed -i 's:RUN-VERSION-SCRIPT-IN-GIT-REPOSITORY-ONLY:v2.11:' scripts/version")
|
||||
shelltools.system("./autogen.sh")
|
||||
|
||||
autotools.configure()
|
||||
@@ -25,4 +25,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall('DESTDIR=%s' % get.installDIR())
|
||||
|
||||
pisitools.dodoc('COPYING', 'TODO', 'README')
|
||||
pisitools.dodoc('COPYING', 'TODO', 'README*')
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
--- configure.ac.orig 2021-04-15 01:29:13.000000000 +0200
|
||||
+++ configure.ac 2021-05-15 18:21:16.651840936 +0200
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([powertop], [2.14], [powertop@lists.01.org], [], [https://01.org/powertop])
|
||||
+AC_CANONICAL_TARGET
|
||||
AM_INIT_AUTOMAKE([
|
||||
-Wall
|
||||
1.12.2
|
||||
@@ -37,6 +38,7 @@
|
||||
AC_PROG_INSTALL
|
||||
AM_PROG_CC_C_O
|
||||
PKG_PROG_PKG_CONFIG
|
||||
+AX_PTHREAD
|
||||
|
||||
# Checks for libraries.
|
||||
|
||||
@@ -12,14 +12,14 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Power consumption monitor</Summary>
|
||||
<Description>PowerTOP is a Linux tool that finds the software component(s) that make your computer use more power than necessary while it is idle.</Description>
|
||||
<Archive sha1sum="c39cec7fcb8a491f4e1bd26f1a7e6c28bb38f3c2" type="targz">https://github.com/fenrus75/powertop/archive/v2.11.tar.gz</Archive>
|
||||
<Archive sha1sum="3783086487352b5b51d4ca36d2c258dfbef6a60f" type="targz">https://github.com/fenrus75/powertop/archive/v2.14.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libnl-devel</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>pciutils-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch>powertop-2.7-always-create-params.patch</Patch> -->
|
||||
<Patch level="0" >powertop-2.14-undefined-symbol.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -43,6 +43,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2021-07-28</Date>
|
||||
<Version>2.14</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-03-02</Date>
|
||||
<Version>2.11</Version>
|
||||
|
||||
Reference in New Issue
Block a user