Created
April 7, 2013 15:43
-
-
Save w0ng/5330981 to your computer and use it in GitHub Desktop.
AUR PKGBULD for tlp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -up a/PKGBUILD b/PKGBUILD | |
| --- a/PKGBUILD 2012-10-28 03:55:32.000000000 +1100 | |
| +++ b/PKGBUILD 2013-04-08 01:39:29.758291083 +1000 | |
| @@ -1,6 +1,6 @@ | |
| # Maintainer: Matthias Gabriel <gabm at live dot de> | |
| pkgname=tlp | |
| -pkgver=0.3.7.1 | |
| +pkgver=0.3.8.1 | |
| pkgrel=1 | |
| pkgdesc="Powersaving scripts for ThinkPads(c)" | |
| arch=('any') | |
| @@ -10,9 +10,10 @@ license=('GPL2') | |
| depends=('hdparm' 'bash' 'pm-utils' 'wireless_tools' 'rfkill' 'ethtool') | |
| makedepends=('git') | |
| optdepends=('smartmontools: enable tlp-stat to show S.M.A.R.T. values of hard disks' | |
| -'tp_smapi: for setting battery thresholds' | |
| +'tp_smapi: for setting battery thresholds on ThinkPad laptops' | |
| 'dmidecode: Provide additional information about the system.' | |
| -'tpacpi-bat: battery functions on Sany Bridge ThinkPad models') | |
| +'tpacpi-bat: battery functions on Sany Bridge ThinkPad models' | |
| +'upower: Required for enabling tlp.service') | |
| backup=(etc/default/tlp) | |
| source=() | |
| conflicts=('laptop-mode-tools') | |
| @@ -62,6 +63,6 @@ package() { | |
| #install systemd service | |
| install -d ${pkgdir}/usr/lib/systemd/system/ | |
| - install -m 644 tlp-init.service ${pkgdir}/usr/lib/systemd/system/ | |
| + install -m 644 tlp.service ${pkgdir}/usr/lib/systemd/system/ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment