aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/connman.scm
Commit message (Collapse)AuthorAge
* gnu: connman: Update to 1.35.Efraim Flashner2017-08-16
| | | | * gnu/packages/connman.scm (connman): Update to 1.35.
* gnu: efl: Update to 1.19.1.Efraim Flashner2017-06-19
| | | | | | | | * 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-25
| | | | | * 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-03
| | | | * gnu/packages/connman.scm (connman): Update to 1.34.
* Update name on email address for Mathieu Othacehe.Arun Isaac2017-04-26
|
* gnu: cmst: Update to 2017.03.18.Mathieu Othacehe2017-04-25
| | | | | | * 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-07
| | | | | | * gnu/packages/connman.scm (econnman)[inputs]: Add python2-dbus. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cmst.Mathieu OTHACEHE2017-01-02
| | | | | | * 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-02
| | | | | | | * 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-04
| | | | * gnu/packages/connman.scm (econnman): New variable.
* gnu: connman: Update to 1.33.Efraim Flashner2016-11-21
| | | | * gnu/packages/connman.scm (connman): Update to 1.33.
* gnu: connman: Use localstatedir outside of store.Tomáš Čech2016-11-15
| | | | * gnu/packages/connman.scm (connman): Use localstatedir outside of store.
* gnu: connman: Fix url.Efraim Flashner2016-05-09
| | | | | * gnu/packages/connman.scm (connman)[source]: Remove extra "/pub" from the download url.
* gnu: Add connman.Efraim Flashner2016-05-05
* gnu/packages/connman.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.