mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
gsmartcontrol: update to 2.0.2
Long overdue update which brings nvme support.
This commit is contained in:
parent
d936a29417
commit
04d78d8d3f
1 changed files with 10 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'gsmartcontrol'
|
# Template file for 'gsmartcontrol'
|
||||||
pkgname=gsmartcontrol
|
pkgname=gsmartcontrol
|
||||||
version=1.1.4
|
version=2.0.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="gtkmm-devel pcre-devel desktop-file-utils"
|
makedepends="gtkmm-devel pcre-devel desktop-file-utils"
|
||||||
depends="smartmontools hicolor-icon-theme"
|
depends="smartmontools hicolor-icon-theme"
|
||||||
|
@ -10,11 +10,15 @@ short_desc="GUI to smartmontools"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://gsmartcontrol.shaduri.dev"
|
homepage="https://gsmartcontrol.shaduri.dev"
|
||||||
distfiles="https://github.com/ashaduri/gsmartcontrol/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://github.com/ashaduri/gsmartcontrol/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=fc409f2b8a84cc40bb103d6c82401b9d4c0182d5a3b223c93959c7ad66191847
|
checksum=7cebd83fd34883d51e143389aa88f8173ea7b67c760b12b7de847f3c3c8cee34
|
||||||
|
|
||||||
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args+=" -DAPP_BUILD_TESTS=ON"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# license files uneeded
|
# license files uneeded
|
||||||
rm -f ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE_*
|
rm -f "${DESTDIR}"/usr/share/doc/gsmartcontrol/LICENSE_*
|
||||||
vdoc ${FILESDIR}//README.voidlinux
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue