gparted: update to 0.33.0.
This commit is contained in:
parent
244703083c
commit
731283ca8a
|
@ -1,22 +1,23 @@
|
||||||
# Template file for 'gparted'
|
# Template file for 'gparted'
|
||||||
pkgname=gparted
|
pkgname=gparted
|
||||||
version=0.32.0
|
version=0.33.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-libparted-dmraid"
|
configure_args="--enable-libparted-dmraid"
|
||||||
hostmakedepends="gnome-doc-utils intltool pkg-config"
|
hostmakedepends="gnome-doc-utils intltool pkg-config"
|
||||||
makedepends="glib-devel gnome-doc-utils gtkmm2-devel libparted-devel"
|
makedepends="libglib-devel gnome-doc-utils gtkmm2-devel libparted-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="Gnome Partition Editor"
|
short_desc="Gnome Partition Editor"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
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=ae1db86def71015f2d755310a32ab334354076d23bf400e35a720226112357ba
|
checksum=5023b8c983f88a22e65bf6f09a12ea09369defc008981b52ee8b96a3879f81d6
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i "s:@bindir@/gparted %f:@bindir@/gparted-pkexec %f:g" gparted.desktop.in.in
|
sed -i "s:@bindir@/gparted %f:@bindir@/gparted-pkexec %f:g" gparted.desktop.in.in
|
||||||
}
|
}
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue