mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
gparted: update to 0.14.1.
This commit is contained in:
parent
45f2507574
commit
654a336d32
1 changed files with 6 additions and 5 deletions
|
@ -1,18 +1,15 @@
|
||||||
# Template file for 'gparted'
|
# Template file for 'gparted'
|
||||||
pkgname=gparted
|
pkgname=gparted
|
||||||
version=0.14.0
|
version=0.14.1
|
||||||
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"
|
||||||
depends="hicolor-icon-theme desktop-file-utils polkit"
|
|
||||||
makedepends="pkg-config intltool libuuid-devel libparted-devel
|
|
||||||
gnome-doc-utils gtkmm2-devel"
|
|
||||||
short_desc="Gnome Partition Editor"
|
short_desc="Gnome Partition Editor"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
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=ab82da741ed8af3fca16dd0928da26c92e2665fa02709631634a04b017b60b1b
|
checksum=b1b53c5acb37ff908434cff174dd42600e79937ec8cc9590b12ce9d504d62719
|
||||||
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.
|
||||||
|
@ -25,6 +22,10 @@ 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."
|
||||||
|
|
||||||
|
depends="hicolor-icon-theme desktop-file-utils polkit"
|
||||||
|
makedepends="pkg-config intltool libuuid-devel libparted-devel
|
||||||
|
gnome-doc-utils gtkmm2-devel"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/org.void.pkexec.gparted.policy \
|
vinstall ${FILESDIR}/org.void.pkexec.gparted.policy \
|
||||||
644 /usr/share/polkit-1/actions
|
644 /usr/share/polkit-1/actions
|
||||||
|
|
Loading…
Add table
Reference in a new issue