diff options
author | David Craven <david@craven.ch> | 2016-08-01 11:05:28 +0200 |
---|---|---|
committer | David Craven <david@craven.ch> | 2016-08-02 13:28:21 +0200 |
commit | 9c97afe8588d4e822676d278e251247d1476df7c (patch) | |
tree | 8d5ef3238995b3a18c995a112046d9f0f524c2a4 /doc | |
parent | ff02b826780ee5f85f5a363114b5234b6d44dfd1 (diff) | |
download | guix-9c97afe8588d4e822676d278e251247d1476df7c.tar guix-9c97afe8588d4e822676d278e251247d1476df7c.tar.gz |
gnu-maintenance: Add KDE updater.
* guix/gnu-maintenance.scm (kde-package?, latest-kde-release): New private
functions.
(%kde-updater): New public variable.
* guix/scripts/refresh.scm (list-updaters): Add %kde-updater.
* doc/guix.texi (Invoking guix refresh): Mention the new updater.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f1848a1c5d..9b3f51ecaf 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4985,6 +4985,8 @@ list of updaters). Currently, @var{updater} may be one of: the updater for GNU packages; @item gnome the updater for GNOME packages; +@item kde +the updater for KDE packages; @item xorg the updater for X.org packages; @item elpa |