Package Details: xfce-polkit-git 8.be888ee-3

Package Base: xfce-polkit-git
Description: A simple PolicyKit authentication agent for XFCE
Upstream URL: https://github.com/ncopa/xfce-polkit
Category: xfce
Licenses: GPL
Conflicts: polkit-gnome, xfce-polkit
Provides: polkit-gnome, xfce-polkit
Submitter: eviveiro
Maintainer: eviveiro
Last Packager: eviveiro
Votes: 7
First Submitted: 2015-02-23 07:24
Last Updated: 2015-03-03 16:17

Dependencies (3)

Required by (0)

Sources

Latest Comments

Comment by eviveiro

2015-03-03 16:18

Thanks for the knowledge, I'm still fairly new to bash scripting. I believe I updated it correctly now.

Comment by killermoehre

2015-03-03 14:33

Hi eviveiro,

you updates the entries in the wrong way. The lines have to be

Provides=("${_pkgname}" "polkit-gnome")
Conflicts=("${_pkgname}" "polkit-gnome")

That's the way arrays in bash work.

Comment by eviveiro

2015-03-02 22:56

Updated provides and conflicts as suggested.

Comment by killermoehre

2015-03-02 13:00

Some thoughts: please add
Provides="polkit-gnome"
Conflicts="polkit-gnome"
so it can be used as drop-in replacement for gnome-polkit (new hard dependency for xfce4-session).