void-packages/srcpkgs/gparted/template

24 lines
871 B
Text
Raw Normal View History

2010-12-15 00:26:29 +00:00
# Template file for 'gparted'
pkgname=gparted
2015-01-29 17:36:42 +00:00
version=0.21.0
2014-11-22 11:37:24 +00:00
revision=1
build_style=gnu-configure
2013-12-10 08:34:07 +00:00
configure_args="--enable-libparted-dmraid --sbindir=/usr/bin"
2015-01-29 17:36:42 +00:00
hostmakedepends="pkg-config intltool gnome-doc-utils"
makedepends="libuuid-devel libparted-devel gtkmm2-devel gnome-doc-utils"
depends="hicolor-icon-theme desktop-file-utils"
2010-12-15 00:26:29 +00:00
short_desc="Gnome Partition Editor"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-07-04 03:55:09 +00:00
homepage="http://gparted.sourceforge.net"
license="GPL-2"
2012-07-13 23:17:53 +00:00
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
2015-01-29 17:36:42 +00:00
checksum=398fc34ce8ffc3b3cfe6b423029646e7c7f40ed1a1bbb737b4d8524bef3565a9
2010-12-15 00:26:29 +00:00
2013-12-10 08:34:07 +00:00
pre_configure() {
sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted-pkexec %f:g" gparted.desktop.in.in
}
2012-01-26 13:21:58 +00:00
post_install() {
2013-12-10 08:34:07 +00:00
vinstall ${FILESDIR}/org.void.pkexec.gparted.policy 644 /usr/share/polkit-1/actions
2015-01-29 17:36:42 +00:00
vbin ${FILESDIR}/gparted-pkexec
2012-01-26 13:21:58 +00:00
}