parent
b17ec6b52d
commit
ce2da543e6
2 changed files with 9 additions and 6 deletions
|
@ -1,4 +1,7 @@
|
|||
To run gsmartcontrol through a desktop menu, a polkit authentication agent
|
||||
must be running; for GNOME and KDE users it should be already installed,
|
||||
otherwise you can install *lxpolkit* which is a lightweight polkit
|
||||
authentication agent.
|
||||
* gsmartcontrol must be run with high privileges. So its desktop menu
|
||||
requires a running polkit authentication agent. GNOME or KDE DE
|
||||
provide it. Otherwise, install lxpolkit that is a lightweight
|
||||
polkit auth agent.
|
||||
|
||||
* action "options > update Drive Database" does not work since
|
||||
smartmontools package does not provide this feature.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gsmartcontrol'
|
||||
pkgname=gsmartcontrol
|
||||
version=1.1.0
|
||||
version=1.1.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -11,7 +11,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
|
|||
license="GPL-3"
|
||||
homepage="http://gsmartcontrol.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=90c9ead852255f5e1a74a3ff6c265d1cbcba19ad2fc77059c60737c13a3cd2c8
|
||||
checksum=2e39ad330829ae93824732f1b663303ac9ea1223f703901fae28549a3b2d7518
|
||||
|
||||
post_install() {
|
||||
# license files uneeded
|
||||
|
|
Loading…
Reference in a new issue