2010-12-15 00:26:29 +00:00
|
|
|
# Template file for 'gparted'
|
|
|
|
pkgname=gparted
|
2014-02-20 08:26:10 +00:00
|
|
|
version=0.18.0
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
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"
|
2014-01-01 15:10:11 +00:00
|
|
|
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-02-20 08:26:10 +00:00
|
|
|
checksum=bf1f19f8f2ceb33ee9d4e65ffe8d261cf8dba35d31d9cbdaee479dbd34709e6a
|
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-12-13 08:18:15 +00:00
|
|
|
|
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
|
|
|
|
}
|