gparted: update to 0.16.0.

This commit is contained in:
Juan RP 2013-04-24 22:24:07 +02:00
parent 4ce656e4bf
commit eec68c4eab

View file

@ -1,6 +1,6 @@
# Template file for 'gparted' # Template file for 'gparted'
pkgname=gparted pkgname=gparted
version=0.15.0 version=0.16.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-scrollkeeper --enable-libparted-dmraid" configure_args="--disable-scrollkeeper --enable-libparted-dmraid"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://gparted.sourceforge.net" homepage="http://gparted.sourceforge.net"
license="GPL-2" license="GPL-2"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
checksum=9cb75ac51af9a8149a808bfc01946864361311832acd27dd9c342081c56d490f checksum=9d5848ae5350dd35d2ea188bf180d5b14eba1751fffb82cd9b5eec2fc5b7d118
long_desc=" long_desc="
GParted is a free partition editor for graphically managing your disk GParted is a free partition editor for graphically managing your disk
partitions. partitions.
@ -22,8 +22,8 @@ long_desc="
partitions. GParted enables you to reorganize your disk partitions while partitions. GParted enables you to reorganize your disk partitions while
preserving the contents of these partitions." preserving the contents of these partitions."
makedepends="pkg-config which intltool libuuid-devel libparted-devel hostmakedepends="pkg-config which intltool gnome-doc-utils"
gnome-doc-utils gtkmm2-devel" makedepends="libuuid-devel libparted-devel gtkmm2-devel"
post_install() { post_install() {
vinstall ${FILESDIR}/org.void.pkexec.gparted.policy \ vinstall ${FILESDIR}/org.void.pkexec.gparted.policy \
@ -36,6 +36,6 @@ post_install() {
gparted_package() { gparted_package() {
depends="hicolor-icon-theme desktop-file-utils polkit" depends="hicolor-icon-theme desktop-file-utils polkit"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }