summaryrefslogtreecommitdiff
path: root/gnu/packages/connman.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: connman: Update to 1.35.Efraim Flashner2017-08-161-2/+2
| | | | * gnu/packages/connman.scm (connman): Update to 1.35.
* gnu: efl: Update to 1.19.1.Efraim Flashner2017-06-191-1/+4
| | | | | | | | * gnu/packages/enlightenment.scm (efl): Update to 1.19.1. [arguments]: Add flag to disable systemd support. [phases]: Add phase to set home directory. (terminology, rage)[arguments]: Set home directory before building. * gnu/packages/connman.scm (econnman)[arguments]: Same.
* gnu: cmst: Use modular Qt.Ricardo Wurmus2017-05-251-2/+3
| | | | | * gnu/packages/connman.scm (cmst)[inputs]: Remove qt; add qtbase. [native-inputs]: Remove qt; add qttools.
* gnu: connman: Update to 1.34.Mathieu Othacehe2017-05-031-2/+2
| | | | * gnu/packages/connman.scm (connman): Update to 1.34.
* Update name on email address for Mathieu Othacehe.Arun Isaac2017-04-261-1/+1
|
* gnu: cmst: Update to 2017.03.18.Mathieu Othacehe2017-04-251-2/+2
| | | | | | * gnu/packages/connman.scm (cmst): Update to 2017.03.18. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: econnman: Add missing input.Clément Lassieur2017-01-071-0/+2
| | | | | | * gnu/packages/connman.scm (econnman)[inputs]: Add python2-dbus. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cmst.Mathieu OTHACEHE2017-01-021-0/+42
| | | | | | * gnu/packages/connman.scm (cmst): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: connman: Add dependency on polkit.Mathieu OTHACEHE2017-01-021-2/+3
| | | | | | | * gnu/packages/connman.scm (connman)[arguments]: Add "--enable-polkit". [inputs]: Add POLKIT. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add econnman.Efraim Flashner2016-12-041-0/+36
| | | | * gnu/packages/connman.scm (econnman): New variable.
* gnu: connman: Update to 1.33.Efraim Flashner2016-11-211-2/+2
| | | | * gnu/packages/connman.scm (connman): Update to 1.33.
* gnu: connman: Use localstatedir outside of store.Tomáš Čech2016-11-151-0/+3
| | | | * gnu/packages/connman.scm (connman): Use localstatedir outside of store.
* gnu: connman: Fix url.Efraim Flashner2016-05-091-1/+1
| | | | | * gnu/packages/connman.scm (connman)[source]: Remove extra "/pub" from the download url.
* gnu: Add connman.Efraim Flashner2016-05-051-0/+89
* gnu/packages/connman.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.