# Template file for 'gparted' pkgname=gparted version=0.16.1 revision=1 build_style=gnu-configure configure_args="--disable-scrollkeeper --enable-libparted-dmraid" 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=e5f470c5d29d2d13f1e91d0a5bc2aa10a3630a7e780da22d198b3f5be43098c4 long_desc=" GParted is a free partition editor for graphically managing your disk partitions. GParted is useful for tasks such as: creating space for new operating systems, restructuring disk space to separate user and operating system data, and copying partitions to enable upgrading to a larger hard disk drive. Your hard disk drive or USB flash drive can be subdivided into one or more partitions. GParted enables you to reorganize your disk partitions while preserving the contents of these partitions." hostmakedepends="pkg-config which intltool gnome-doc-utils" makedepends="libuuid-devel libparted-devel gtkmm2-devel" post_install() { vinstall ${FILESDIR}/org.void.pkexec.gparted.policy \ 644 /usr/share/polkit-1/actions vinstall ${FILESDIR}/gparted-pkexec 755 usr/bin sed -i -e "s/Exec=.*/Exec=gparted-pkexec/" \ ${DESTDIR}/usr/share/applications/gparted.desktop } gparted_package() { depends="hicolor-icon-theme desktop-file-utils polkit" pkg_install() { vmove all } }