From 2a044ba1a4b5a7a13454c89866b0842365db5667 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 10 Dec 2013 09:51:25 +0100 Subject: [PATCH] gparted: drop polkit dependency and explain why on INSTALL. --- srcpkgs/gparted/INSTALL | 14 ++++++++++++++ srcpkgs/gparted/template | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/gparted/INSTALL diff --git a/srcpkgs/gparted/INSTALL b/srcpkgs/gparted/INSTALL new file mode 100644 index 00000000000..48d66f00a60 --- /dev/null +++ b/srcpkgs/gparted/INSTALL @@ -0,0 +1,14 @@ +case "${ACTION}" in +post) + cat <<_EOF +======================================================================= + +To run gparted through a desktop menu, a polkit authentication agent +must be running; for GNOME and KDE users it should be already installed, +otherwise you can install *lxpolkit* which is a lightweight polkit +authentication agent. + +======================================================================= +_EOF + ;; +esac diff --git a/srcpkgs/gparted/template b/srcpkgs/gparted/template index ced83ad7118..2eef537ad40 100644 --- a/srcpkgs/gparted/template +++ b/srcpkgs/gparted/template @@ -1,7 +1,7 @@ # Template file for 'gparted' pkgname=gparted version=0.17.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-libparted-dmraid --sbindir=/usr/bin" hostmakedepends="pkg-config which intltool gnome-doc-utils" @@ -34,7 +34,7 @@ post_install() { } gparted_package() { - depends="hicolor-icon-theme desktop-file-utils polkit" + depends="hicolor-icon-theme desktop-file-utils" pkg_install() { vmove all }