c4e2d526ad
Closes #4761
23 lines
879 B
Bash
23 lines
879 B
Bash
# Template file for 'gparted'
|
|
pkgname=gparted
|
|
version=0.26.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--enable-libparted-dmraid --sbindir=/usr/bin"
|
|
hostmakedepends="pkg-config intltool gnome-doc-utils"
|
|
makedepends="libuuid-devel libparted-devel gtkmm2-devel gnome-doc-utils"
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
|
short_desc="Gnome Partition Editor"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://gparted.sourceforge.net"
|
|
license="GPL-2"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=2f54b642d25aef5ccdd9f06671c16350c005834df5c3eb13a9b7f33246372dc1
|
|
|
|
pre_configure() {
|
|
sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted-pkexec %f:g" gparted.desktop.in.in
|
|
}
|
|
post_install() {
|
|
vinstall ${FILESDIR}/org.void.pkexec.gparted.policy 644 /usr/share/polkit-1/actions
|
|
vbin ${FILESDIR}/gparted-pkexec
|
|
}
|