void-packages/srcpkgs/gparted/template

38 lines
1.5 KiB
Plaintext

# Template file for 'gparted'
pkgname=gparted
version=0.12.0
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--disable-scrollkeeper --enable-libparted-dmraid"
depends="hicolor-icon-theme desktop-file-utils polkit"
makedepends="pkg-config intltool libuuid-devel libparted-devel libsigc++-devel gnome-doc-utils glib-devel glibmm-devel atkmm-devel pangomm-devel gtk+-devel gtkmm2-devel"
revision=1
short_desc="Gnome Partition Editor"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://gparted.sourceforge.net"
license="GPL-2"
checksum=2c2f4ac580f322abf5b028092a4316792e3f18ef4de4785c9d97fc9ad12d6a6d
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."
gtk_iconcache_dirs="/usr/share/icons/hicolor"
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
}