gparted: update to 0.17.0.

This commit is contained in:
Juan RP 2013-12-10 09:34:07 +01:00
parent 1096887cea
commit 8ab0e02a43
3 changed files with 11 additions and 11 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
pkexec /usr/sbin/gparted "$@" pkexec --disable-internal-agent "/usr/bin/gparted" "$@"

View File

@ -12,7 +12,7 @@
<allow_inactive>auth_admin</allow_inactive> <allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin</allow_active> <allow_active>auth_admin</allow_active>
</defaults> </defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/gparted</annotate> <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/gparted</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action> </action>

View File

@ -1,15 +1,17 @@
# Template file for 'gparted' # Template file for 'gparted'
pkgname=gparted pkgname=gparted
version=0.16.2 version=0.17.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-scrollkeeper --enable-libparted-dmraid" configure_args="--enable-libparted-dmraid --sbindir=/usr/bin"
hostmakedepends="pkg-config which intltool gnome-doc-utils"
makedepends="libuuid-devel libparted-devel 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=fc8fd3c5c2153c063bd2fdbfb54e525b72e2ceb8d060f8bb60e3386bb6f35d72 checksum=81ab2114569c9692b7dfea62b320b333b832dd595faffdb67b3321606bc6fbc3
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,15 +24,13 @@ 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."
hostmakedepends="pkg-config which intltool gnome-doc-utils" pre_configure() {
makedepends="libuuid-devel libparted-devel gtkmm2-devel" sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted-pkexec %f:g" gparted.desktop.in.in
}
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
vinstall ${FILESDIR}/gparted-pkexec 755 usr/bin vinstall ${FILESDIR}/gparted-pkexec 755 usr/bin
sed -i -e "s/Exec=.*/Exec=gparted-pkexec/" \
${DESTDIR}/usr/share/applications/gparted.desktop
} }
gparted_package() { gparted_package() {