From f28010521e2bd1842595ce40bd539328704ee4ba Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 5 May 2016 16:36:02 +0200 Subject: [PATCH] thinkfan: update to 0.9.3. --- srcpkgs/thinkfan/template | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/srcpkgs/thinkfan/template b/srcpkgs/thinkfan/template index 54128b82592..70e936e68ad 100644 --- a/srcpkgs/thinkfan/template +++ b/srcpkgs/thinkfan/template @@ -1,9 +1,7 @@ # Template file for 'thinkfan' pkgname=thinkfan -version=0.9.2 -revision=4 -wrksrc=${pkgname}-${version} -create_wrksrc=yes +version=0.9.3 +revision=1 build_style=cmake configure_args="-DUSE_ATASMART:BOOL=ON" hostmakedepends="cmake" @@ -13,18 +11,16 @@ maintainer="Christian Neukirchen " license="GPL-3" homepage="http://thinkfan.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=90daa0f2db221e1d5085d7f25cb6c63608d174db2987478c340e9523e652af79 +checksum=b61c634996c450445d7e440bf41f7adcda86506063f832afa40d44e01061e45b post_extract() { - sed -i '/time.h/i#include ' globaldefs.h + sed -i '/time.h/i#include ' src/globaldefs.h } do_install() { vbin build/thinkfan - vman thinkfan.1 + vman src/thinkfan.1 vsconf examples/thinkfan.conf.simple vsconf examples/thinkfan.conf.complex - vdoc README - vdoc NEWS vmkdir usr/lib/modprobe.d vinstall ${FILESDIR}/thinkpad_acpi.conf 644 usr/lib/modprobe.d