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