gparted: update to 1.3.0, mv INSTALL.msg to README.voidlinux

This commit is contained in:
teldra 2021-05-04 11:09:35 +02:00 committed by Érico Nogueira Rolim
parent e0237b37d7
commit 222ab44436
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'gparted'
pkgname=gparted
version=1.2.0
version=1.3.0
revision=1
build_style=gnu-configure
configure_args="--enable-libparted-dmraid"
@ -13,7 +13,7 @@ maintainer="teldra <teldra@rotce.de>"
license="GPL-2.0-or-later"
homepage="https://gparted.sourceforge.io"
distfiles="${SOURCEFORGE_SITE}/gparted/gparted/gparted-${version}/gparted-${version}.tar.gz"
checksum=6c90715d254d7a7ec0208b29007b64160dd9fb7df4c4aa7f8ec2c9d23114c719
checksum=8dc180245dd9ea45e6e2f4bc69512f187e08be7f799c98a825a0b04c161cbd2a
# Some tests are known to fail since 1.1.0
# This disables these:
@ -26,4 +26,5 @@ pre_configure() {
post_install() {
vinstall ${FILESDIR}/org.void.pkexec.gparted.policy 644 /usr/share/polkit-1/actions
vbin ${FILESDIR}/gparted-pkexec
vdoc "${FILESDIR}/README.voidlinux"
}