summaryrefslogtreecommitdiff
path: root/gnu/packages/polkit.scm
Commit message (Collapse)AuthorAge
* services: 'polkit-service-type' can now be extended.Ludovic Courtès2015-11-01
| | | | | | | | | | | | | | * gnu/packages/polkit.scm (polkit)[source]: Adjust snippet so that rules and actions are looked for under /etc/polkit-1. * gnu/services/desktop.scm (<polkit-configuration>): New record type. (polkit-directory, polkit-etc-files, polkit-setuid-programs): New procedures. (polkit-service-type)[compose, extend]: New fields. (polkit-service): Refine docstring. (colord-service-type): Extend POLKIT-SERVICE-TYPE. (elogind-configuration-file): Extend POLKIT-SERVICE-TYPE. * doc/guix.texi (Desktop Services): Update 'polkit-service' documentation.
* gnu: polkit: Look for rules in /run/current-system/profile.Andy Wingo2015-09-02
| | | | | | | | * gnu/packages/polkit.scm (polkit): Configure to look for actions and rules in the system profile. Arrange to look for the setuid helper in /run/setuid-programs. Fix introspection installation. Based on a patch by Mark H Weaver <mhw@netris.org>.
* gnu: polkit: Use elogind for seat management.Andy Wingo2015-09-02
| | | | * gnu/packages/polkit.scm (polkit): Depend on elogind.
* Revert "PRELIMINARY: gnu: polkit: Work on making it functional in practice."Mark H Weaver2015-08-18
| | | | This reverts commit e640340b9ec6c601720977820b2701d6cd99b74c.
* PRELIMINARY: gnu: polkit: Work on making it functional in practice.Mark H Weaver2015-08-18
|
* gnu: polkit: Update to 0.113.Mark H Weaver2015-07-11
| | | | * gnu/packages/polkit.scm (polkit): Update to 0.113.
* gnu: polkit-qt: Add $libdir to RUNPATH.Ludovic Courtès2015-05-01
| | | | | * gnu/packages/polkit.scm (polkit-qt)[arguments]: Add #:configure-flags.
* gnu: Move mozjs and nspr to (gnu packages gnuzilla).宋文武2015-01-11
| | | | | * gnu/packages/polkit.scm (mozjs, nspr): Move to... * gnu/packages/gnuzilla.scm (mozjs, nspr): ... here. New variables.
* gnu: polkit: Propagate input glib.Andreas Enge2014-11-11
| | | | | | * gnu/packages/polkit.scm (polkit): Propagate input glib. * gnu/packages/polkit.scm (polkit-qt): Drop input glib, now available through propagation.
* gnu: Add polkit-qt.Andreas Enge2014-11-10
| | | | * gnu/packages/polkit.scm (polkit-qt): New variable.
* gnu: Add polkit.Andreas Enge2014-11-09
| | | | | | * gnu/packages/polkit.scm (polkit): New variable. * gnu/packages/patches/polkit-drop-test.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch file.
* gnu: Add nspr.Andreas Enge2014-11-09
| | | | * gnu/packages/polkit.scm (nspr): New variable.
* gnu: Add mozjs (Mozilla Spidermonkey).Andreas Enge2014-11-08
* gnu/packages/polkit.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Register new file.