void-packages/srcpkgs/gparted/template

42 lines
1.4 KiB
Text
Raw Normal View History

2010-12-15 00:26:29 +00:00
# Template file for 'gparted'
pkgname=gparted
2013-09-19 06:20:48 +00:00
version=0.16.2
2012-07-13 23:17:53 +00:00
revision=1
build_style=gnu-configure
2012-01-26 13:21:58 +00:00
configure_args="--disable-scrollkeeper --enable-libparted-dmraid"
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"
2013-09-19 06:20:48 +00:00
checksum=fc8fd3c5c2153c063bd2fdbfb54e525b72e2ceb8d060f8bb60e3386bb6f35d72
2010-12-15 00:26:29 +00:00
long_desc="
GParted is a free partition editor for graphically managing your disk
partitions.
GParted is useful for tasks such as: creating space for new operating
systems, restructuring disk space to separate user and operating system
data, and copying partitions to enable upgrading to a larger hard disk drive.
Your hard disk drive or USB flash drive can be subdivided into one or more
partitions. GParted enables you to reorganize your disk partitions while
preserving the contents of these partitions."
2013-04-24 20:24:07 +00:00
hostmakedepends="pkg-config which intltool gnome-doc-utils"
makedepends="libuuid-devel libparted-devel gtkmm2-devel"
2012-12-13 08:18:15 +00:00
2012-01-26 13:21:58 +00:00
post_install() {
vinstall ${FILESDIR}/org.void.pkexec.gparted.policy \
644 /usr/share/polkit-1/actions
vinstall ${FILESDIR}/gparted-pkexec 755 usr/bin
sed -i -e "s/Exec=.*/Exec=gparted-pkexec/" \
${DESTDIR}/usr/share/applications/gparted.desktop
}
gparted_package() {
depends="hicolor-icon-theme desktop-file-utils polkit"
pkg_install() {
2013-04-24 20:24:07 +00:00
vmove all
}
}