void-packages/srcpkgs/gparted/template

24 lines
877 B
Text
Raw Normal View History

2010-12-15 00:26:29 +00:00
# Template file for 'gparted'
pkgname=gparted
2014-07-21 23:22:37 +00:00
version=0.19.1
2014-09-16 08:19:48 +00:00
revision=2
build_style=gnu-configure
2013-12-10 08:34:07 +00:00
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"
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"
2014-07-21 23:22:37 +00:00
checksum=8d3b5147077edbdc77fe1693daa62cc6d82c71041c558816bcff4a92f45c15f4
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
2012-01-26 13:21:58 +00:00
vinstall ${FILESDIR}/gparted-pkexec 755 usr/bin
}