summaryrefslogtreecommitdiff
path: root/gnu/packages/polkit.scm
AgeCommit message (Collapse)Author
2016-02-27gnu: Fix misplaced commas (unquote).Mark H Weaver
Fix many occurrences of comma (unquote) being placed immediately after the previous list item, e.g. ("ncurses", ncurses) in the inputs. * gnu/packages/base.scm (patch, gnu-make), gnu/packages/bioinformatics.scm (hmmer), gnu/packages/bittorrent.scm (aria2), gnu/packages/compression.scm (pbzip2), gnu/packages/databases.scm (recutils), gnu/packages/fonts.scm (font-terminus), gnu/packages/freedesktop.scm (xdg-utils, elogind), gnu/packages/games.scm (gnujump), gnu/packages/gnome.scm (libidl, gnumeric, eog, gedit), gnu/packages/gnunet.scm (gnunet), gnu/packages/gnuzilla.scm (mozjs, nspr), gnu/packages/gtk.scm (gtksourceview, gdk-pixbuf), gnu/packages/lua.scm (lua), gnu/packages/openstack.scm (python-swiftclient), gnu/packages/perl.scm (perl-json-any), gnu/packages/polkit.scm (polkit-qt), gnu/packages/python.scm (wrap-python3, python-oauthlib) (python-mccabe-0.2.1, python-contextlib2, python2-rauth), gnu/packages/qt.scm (qtkeychain), gnu/packages/ruby.scm (ruby-nokogiri), gnu/packages/screen.scm (screen), gnu/packages/ssh.scm (libssh), gnu/packages/video.scm (ffmpeg, mplayer), gnu/packages/vim.scm (vim), gnu/packages/xdisorg.scm (redshift), gnu/packages/xfce.scm (xfce4-panel, xfce4-settings), gnu/packages/xnee.scm (xnee), gnu/packages/xorg.scm (font-adobe100dpi, font-adobe75dpi), gnu/packages/zsh.scm (zsh): Fix misplaced commas (unquote).
2016-02-21Update all sources from freedesktop.org to use httpsAndy Wingo
* gnu/packages/xorg.scm: * gnu/packages/xdisorg.scm: * gnu/packages/video.scm: * gnu/packages/tls.scm: * gnu/packages/python.scm: * gnu/packages/pulseaudio.scm: * gnu/packages/polkit.scm: * gnu/packages/pdf.scm: * gnu/packages/libcanberra.scm: * gnu/packages/gtk.scm: * gnu/packages/gstreamer.scm: * gnu/packages/gnome.scm: * gnu/packages/glib.scm: * gnu/packages/ghostscript.scm: * gnu/packages/freedesktop.scm: * gnu/packages/fontutils.scm: Update all sources hosted on freedesktop to fetch tarballs via https. freedesktop.org appears to have updated recently to redirect all http to https. As an exception, we leave pkg-config like it is, because pkg-config is needed to build gnutls, and without gnutls we can't download https URLs.
2016-02-15gnu: polkit-qt: Build with qt-5.Efraim Flashner
*gnu/packages/polkit.scm (polkit-qt)[propagated-inputs]: Use qt.
2015-11-01services: 'polkit-service-type' can now be extended.Ludovic Courtès
* 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.
2015-09-02gnu: polkit: Look for rules in /run/current-system/profile.Andy Wingo
* 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>.
2015-09-02gnu: polkit: Use elogind for seat management.Andy Wingo
* gnu/packages/polkit.scm (polkit): Depend on elogind.
2015-08-18Revert "PRELIMINARY: gnu: polkit: Work on making it functional in practice."Mark H Weaver
This reverts commit e640340b9ec6c601720977820b2701d6cd99b74c.
2015-08-18PRELIMINARY: gnu: polkit: Work on making it functional in practice.Mark H Weaver
2015-07-11gnu: polkit: Update to 0.113.Mark H Weaver
* gnu/packages/polkit.scm (polkit): Update to 0.113.
2015-05-01gnu: polkit-qt: Add $libdir to RUNPATH.Ludovic Courtès
* gnu/packages/polkit.scm (polkit-qt)[arguments]: Add #:configure-flags.
2015-01-11gnu: Move mozjs and nspr to (gnu packages gnuzilla).宋文武
* gnu/packages/polkit.scm (mozjs, nspr): Move to... * gnu/packages/gnuzilla.scm (mozjs, nspr): ... here. New variables.
2014-11-11gnu: polkit: Propagate input glib.Andreas Enge
* gnu/packages/polkit.scm (polkit): Propagate input glib. * gnu/packages/polkit.scm (polkit-qt): Drop input glib, now available through propagation.
2014-11-10gnu: Add polkit-qt.Andreas Enge
* gnu/packages/polkit.scm (polkit-qt): New variable.
2014-11-09gnu: Add polkit.Andreas Enge
* 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.
2014-11-09gnu: Add nspr.Andreas Enge
* gnu/packages/polkit.scm (nspr): New variable.
2014-11-08gnu: Add mozjs (Mozilla Spidermonkey).Andreas Enge
* gnu/packages/polkit.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Register new file.