gparted: update to 1.3.0, mv INSTALL.msg to README.voidlinux
This commit is contained in:
parent
e0237b37d7
commit
222ab44436
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gparted'
|
# Template file for 'gparted'
|
||||||
pkgname=gparted
|
pkgname=gparted
|
||||||
version=1.2.0
|
version=1.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-libparted-dmraid"
|
configure_args="--enable-libparted-dmraid"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="teldra <teldra@rotce.de>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://gparted.sourceforge.io"
|
homepage="https://gparted.sourceforge.io"
|
||||||
distfiles="${SOURCEFORGE_SITE}/gparted/gparted/gparted-${version}/gparted-${version}.tar.gz"
|
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
|
# Some tests are known to fail since 1.1.0
|
||||||
# This disables these:
|
# This disables these:
|
||||||
|
@ -26,4 +26,5 @@ pre_configure() {
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/org.void.pkexec.gparted.policy 644 /usr/share/polkit-1/actions
|
vinstall ${FILESDIR}/org.void.pkexec.gparted.policy 644 /usr/share/polkit-1/actions
|
||||||
vbin ${FILESDIR}/gparted-pkexec
|
vbin ${FILESDIR}/gparted-pkexec
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue