Date: Wednesday, October 8, 2014 @ 10:23:25 Author: alucryd Revision: 120388
upgpkg: tlp 0.6-1 Modified: tlp/trunk/PKGBUILD Deleted: tlp/trunk/tlp-i915.patch ----------+ PKGBUILD | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-08 07:59:47 UTC (rev 120387) +++ PKGBUILD 2014-10-08 08:23:25 UTC (rev 120388) @@ -1,31 +1,28 @@ # $Id$ -# Maintainer: Maxime Gauduin <[email protected]> +# Maintainer: Maxime Gauduin <[email protected]> # Contributor: Marc Schulte <[email protected]> pkgbase=tlp pkgname=('tlp' 'tlp-rdw') -pkgver=0.5 -pkgrel=3 +pkgver=0.6 +pkgrel=1 arch=('any') url='http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html' license=('GPL2' 'GPL3') source=("https://github.com/linrunner/TLP/archive/${pkgver}.tar.gz" - 'tlp-arch.patch' - 'tlp-i915.patch') -sha256sums=('e535e53c340a1af2ea72f0de8a2ffbfc5f832a4e29c391a4052ab1d783c5c157' - 'd240143cde75c2d6edf09e001459e79e49652934f5b02ed0174f99e8fe4eabce' - 'be93ab054af5f6e564564e8b5dd7bc46ef781a96ec82fe7d4df7083a563ee820') + 'tlp-arch.patch') +sha256sums=('31d05d249aa83a6e43e94cee9f307f37c59934bbf7a37a87adf05cf74073cfe5' + 'd240143cde75c2d6edf09e001459e79e49652934f5b02ed0174f99e8fe4eabce') prepare() { cd TLP-${pkgver} patch -Np1 -i ../tlp-arch.patch - patch -Np1 -i ../tlp-i915.patch } package_tlp() { pkgdesc='Linux Advanced Power Management' -depends=('bash' 'hdparm' 'perl' 'rfkill' 'wireless_tools') +depends=('bash' 'hdparm' 'perl' 'rfkill' 'util-linux' 'wireless_tools') optdepends=('acpi_call: Sandy Bridge and newer ThinkPad battery functions' 'acpid: ThinkPad wireless radio switch' 'ethtool: Disable Wake On Lan' @@ -40,16 +37,12 @@ export TLP_SBIN='/usr/bin' export TLP_ULIB='/usr/lib/udev' + export TLP_SYSD='/usr/lib/systemd/system' export TLP_NO_INIT='1' export TLP_NO_PMUTILS='1' + export TLP_WITH_SYSTEMD='1' make DESTDIR="${pkgdir}" install-tlp -# Systemd - install -dm 755 "${pkgdir}"/usr/lib/systemd/system - install -m 644 tlp.service "${pkgdir}"/usr/lib/systemd/system/ - install -m 644 tlp-sleep.service "${pkgdir}"/usr/lib/systemd/system/ - -# Manpages install -dm 755 "${pkgdir}"/usr/share/man/man{1,8} install -m 644 man/*.1 "${pkgdir}"/usr/share/man/man1/ install -m 644 man/*.8 "${pkgdir}"/usr/share/man/man8/ Deleted: tlp-i915.patch =================================================================== (Binary files differ)
