Thanks for the knowledge, I'm still fairly new to bash scripting. I believe I updated it correctly now.
Search Criteria
Package Details: xfce-polkit-git 8.be888ee-3
Package Actions
| Package Base: | xfce-polkit-git |
|---|---|
| Description: | A simple PolicyKit authentication agent for XFCE |
| Upstream URL: | https://github.com/ncopa/xfce-polkit |
| Category: | xfce |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| 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)
- libxfce4ui
- polkit
- git (make)
Required by (0)
Sources
- git+https://github.com/ncopa/xfce-polkit
- xfce-polkit.desktop
Latest Comments
Comment by eviveiro
Comment by killermoehre
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
Updated provides and conflicts as suggested.
Comment by killermoehre
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).