summaryrefslogtreecommitdiffstats
path: root/system/TLP
diff options
context:
space:
mode:
author Aaditya Bagga2018-02-16 05:37:39 +0100
committer Willy Sudiarto Raharjo2018-02-17 01:42:48 +0100
commit49449bf4ee98ef3e66d7cab98860507534df67da (patch)
tree9e72fc6dbd8e45b7ef6befd711fd84d1c41e9024 /system/TLP
parent4fe7457638e09eb5f79b4021978d1ec7e305eb6b (diff)
downloadslackbuilds-49449bf4ee98ef3e66d7cab98860507534df67da.tar.gz
system/TLP: Updated for version 1.1 and corrected README.
Diffstat (limited to 'system/TLP')
-rw-r--r--system/TLP/README.Slackware16
-rw-r--r--system/TLP/TLP.SlackBuild2
-rw-r--r--system/TLP/TLP.info6
3 files changed, 13 insertions, 11 deletions
diff --git a/system/TLP/README.Slackware b/system/TLP/README.Slackware
index 9a03357ea8..34e8b4723d 100644
--- a/system/TLP/README.Slackware
+++ b/system/TLP/README.Slackware
@@ -1,5 +1,8 @@
Post installation steps:
+# Give execute permission to rc.tlp
+chmod +x /etc/rc.d/rc.tlp
+
# Start the tlp service
/etc/rc.d/rc.tlp start
@@ -9,12 +12,11 @@ Post installation steps:
# Configure tlp to be run at startup
add "/etc/rc.d/rc.tlp start" (without quotes) to /etc/rc.d/rc.local
-# Give execute permission to rc.tlp
-chmod +x /etc/rc.d/rc.tlp
-
-After removal of this package you would need to revert the above changes.
-Please make sure that you stopped the TLP service before removing TLP.
+After removal of this package you would need to revert the above
+changes. Please make sure that you stopped the TLP service before
+removing TLP.
-If you have enabled any hooks in /usr/lib/pm-utils/power.d/ (they are disabled by default),
-then the instructions given in the TLP developer documentation can be followed.
+If you have enabled any hooks in /usr/lib/pm-utils/power.d/ (they are
+disabled by default), then the instructions given in the TLP developer
+documentation can be followed.
http://linrunner.de/en/tlp/docs/tlp-developer-documentation.html#installscripts
diff --git a/system/TLP/TLP.SlackBuild b/system/TLP/TLP.SlackBuild
index ed0e8ed89a..494fb8fa5c 100644
--- a/system/TLP/TLP.SlackBuild
+++ b/system/TLP/TLP.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=TLP
-VERSION=${VERSION:-1.0}
+VERSION=${VERSION:-1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/TLP/TLP.info b/system/TLP/TLP.info
index 7959b576da..d6ad3fdae4 100644
--- a/system/TLP/TLP.info
+++ b/system/TLP/TLP.info
@@ -1,8 +1,8 @@
PRGNAM="TLP"
-VERSION="1.0"
+VERSION="1.1"
HOMEPAGE="https://github.com/linrunner/TLP"
-DOWNLOAD="http://github.com/linrunner/TLP/archive/1.0.tar.gz"
-MD5SUM="2219dbf7e7aec9c5a31d1b5b6e284507"
+DOWNLOAD="http://github.com/linrunner/TLP/archive/1.1.tar.gz"
+MD5SUM="02c13e8023317e2e2df4742129ecee56"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""