# Template file for 'gparted' pkgname=gparted version=0.20.0 revision=1 build_style=gnu-configure configure_args="--enable-libparted-dmraid --sbindir=/usr/bin" hostmakedepends="pkg-config which intltool gnome-doc-utils" makedepends="libuuid-devel libparted-devel gtkmm2-devel" depends="hicolor-icon-theme desktop-file-utils" short_desc="Gnome Partition Editor" maintainer="Juan RP " homepage="http://gparted.sourceforge.net" license="GPL-2" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2" checksum=9b34d73d4519352a7e7344c8403ef61253be1b4db3ff332c397b0b1eb5c1ddc2 pre_configure() { sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted-pkexec %f:g" gparted.desktop.in.in } post_install() { vinstall ${FILESDIR}/org.void.pkexec.gparted.policy 644 /usr/share/polkit-1/actions vinstall ${FILESDIR}/gparted-pkexec 755 usr/bin }