gsmartcontrol: update to 1.1.4.

This commit is contained in:
yopito 2022-07-02 05:04:18 +02:00 committed by classabbyamp
parent 2cd37ed368
commit 69267e8b40
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,6 @@
* gsmartcontrol needs elevated privileges, so its desktop menu entry requires
a running polkit authentication agent. Almost all desktop shell environments
provide it. You can also use lxpolkit (from lxsession) that is a lightweighti
polkit auth agent.
provide it. You can also use lxsession's lxpolkit, a light polkit auth agent.
* action "options > update Drive Database" does not work since
smartmontools package does not provide this feature.

View file

@ -1,7 +1,7 @@
# Template file for 'gsmartcontrol'
pkgname=gsmartcontrol
version=1.1.3
revision=5
version=1.1.4
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="gtkmm-devel pcre-devel desktop-file-utils"
@ -9,11 +9,12 @@ depends="smartmontools hicolor-icon-theme"
short_desc="GUI to smartmontools"
maintainer="yopito <pierre.bourgin@free.fr>"
license="GPL-2.0-or-later"
homepage="http://gsmartcontrol.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=b64f62cffa4430a90b6d06cd52ebadd5bcf39d548df581e67dfb275a673b12a9
homepage="https://gsmartcontrol.shaduri.dev"
distfiles="https://github.com/ashaduri/gsmartcontrol/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
checksum=fc409f2b8a84cc40bb103d6c82401b9d4c0182d5a3b223c93959c7ad66191847
post_install() {
# license files uneeded
rm -f ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE_*
vdoc ${FILESDIR}//README.voidlinux
}