aboutsummaryrefslogtreecommitdiff
path: root/po/packages/LINGUAS
diff options
context:
space:
mode:
Diffstat (limited to 'po/packages/LINGUAS')
0 files changed, 0 insertions, 0 deletions
ref='/guix/commit/gnu/packages/kde.scm?id=462ad9f56b9665b8d22960acee73ad91f1052c9c'>Merge branch 'master' into core-updatesMarius Bakke 2019-08-03gnu: krita: Update to 4.2.5....* gnu/packages/kde.scm (krita): Update to 4.2.5. Tobias Geerinckx-Rice 2019-08-01gnu: qca: Update to 2.2.1....* gnu/packages/kde.scm (qca): Update to 2.2.1. [source](uri): Adjust to current. Marius Bakke 2019-06-28gnu: krita: Update to 4.2.2....* gnu/packages/kde.scm (krita): Update to 4.2.2. [source]: Don't use NAME in source URI. [arguments]: Remove obsolete configure flags. [native-inputs]: Add pkg-config. [inputs]: Add quazip, reorder alphabetically. Nicolas Goaziou 2019-05-11gnu: libkomparediff2: Update to 19.04.1....* gnu/packages/kde.scm (libkomparediff2): Update to 19.04.1. Tobias Geerinckx-Rice 2019-05-11gnu: libkomparediff2: Don't use NAME in source URI....* gnu/packages/kde.scm (libkomparediff2)[source]: Hard-code NAME. Tobias Geerinckx-Rice 2019-05-11gnu: libkomparediff2: Fix source file name....* gnu/packages/kde.scm (libkomparediff2)[source]: Remove (incorrect) FILE-NAME. Tobias Geerinckx-Rice 2019-04-28gnu: kdevplatform: Use INVOKE....* gnu/packages/kde.scm (kdevplatform)[arguments]: Use INVOKE and return #T unconditionally. Ricardo Wurmus 2019-04-04gnu: Add kdeconnect....* gnu/packages/kde.scm (kdeconnect.scm): New variable. Efraim Flashner 2019-02-14gnu: Restore copyright header....This was mistakenly removed in bec2a2e10e199d6ee671ec5713bd103242e91b62. * gnu/packages/kde.scm: Restore copyright header. Marius Bakke 2019-02-12gnu: Move KDE Plasma components to separate module....* gnu/packages/kde.scm (libkscreen, libksysguard): Move from here ... * gnu/packages/kde-plasma.scm: ... to here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. Marius Bakke 2019-01-28gnu: Krita: Update to 4.1.7.101....* gnu/packages/kde.scm (krita): Update to 4.1.7.101. Björn Höfling 2019-01-26gnu: libksysguard: Use INVOKE....* gnu/packages/kde.scm (libksysguard)[arguments]: Use INVOKE in "check" phase. Ricardo Wurmus 2018-12-13gnu: Fix misplaced commas (unquotes)....* gnu/packages/java.scm (ant-bootstrap), gnu/packages/kde.scm (kdenlive), gnu/packages/lxqt.scm (lxqt-panel, lxqt-runner), gnu/packages/mpd.scm (ncmpc), gnu/packages/opencl.scm (beignet), gnu/packages/pdf.scm (zathura-pdf-mupdf), gnu/packages/video.scm (streamlink), gnu/packages/web-browsers.scm (luakit), gnu/packages/web.scm (perl-libwww), gnu/packages/wm.scm (ghc-xmonad-contrib): Fix misplaced commas (unquotes). Mark H Weaver > * gnu/services.scm (sexp->channel, system-provenance): New procedures. * guix/scripts/system.scm (sexp->channel): Remove. (display-system-generation): Use 'system-provenance' instead of parsing the "provenance" file right here. 2020-07-01services: provenance: Save channel introductions.Ludovic Courtès * gnu/services.scm (channel->code): Include CHANNEL's introduction, if any, unless CHANNEL is the singleton %DEFAULT-CHANNELS. (channel->sexp): Add comment. * guix/scripts/system.scm (sexp->channel): Change pattern to allow for extensibility. 2020-06-08gnu: services: Add %hurd-startup-service.Jan (janneke) Nieuwenhuizen This decouples startup of the Hurd from the "hurd" package, moving the RC script into SYSTEM. * gnu/packages/hurd.scm (hurd)[inputs]: Remove hurd-rc-script. [arguments]: Do not substitute it. Update "runsystem.sh" to parse kernel arguments and exec into --system=SYSTEM/rc. (hurd-rc-script): Move to... * gnu/services.scm (%hurd-rc-file): ...this new variable. (hurd-rc-entry): New procedure. (%hurd-startup-service): Use it in new variable. * gnu/system.scm (hurd-default-essential-services): Use it. 2020-06-08system: examples: Add bare-hurd.tmpl.Jan (janneke) Nieuwenhuizen * gnu/system/hurd.scm (%hurd-def%hurd-default-operating-system-kernel, %hurd-default-operating-system): New exported variables. * gnu/system/examples/bare-hurd.tmpl: New file. * Makefile.am (EXAMPLES): Add it. * tests/guix-system.sh: Add --target=i586-pc-gnu when testing it. 2020-04-26services: system: Initial entries are non-monadic.Ludovic Courtès * gnu/system.scm (operating-system-directory-base-entries): Return a regular, non-monadic value. * gnu/services.scm (system-derivation): Adjust accordingly. * gnu/system/linux-container.scm (container-essential-services): Likewise. 2020-04-26services: profile: Use a declarative profile.Ludovic Courtès * gnu/services.scm (packages->profile-entry): Use 'profile' instead of 'profile-derivation'. 2020-04-21services: etc: Detect and report duplicate entries.Ludovic Courtès Fixes <https://bugs.gnu.org/40729>. Reported by Christopher Baines <mail@cbaines.net>. * gnu/services.scm (files->etc-directory)[assert-no-duplicates]: New procedure. Use it. 2020-04-05services: Allow modprobe to use "/etc/modprobe.d".Brice Waegeneire * gnu/services.scm (%modprobe-wrapper): Set 'MODPROBE_OPTIONS' environment variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> 2020-04-02services: Accumulate builds for 'system' entries.Ludovic Courtès That way, more build requests are accumulated when running "guix system build". * gnu/services.scm (system-derivation): Use 'mapm/accumulate-builds' rather than 'sequence'. 2019-12-07services: Add 'provenance-service-type'.Ludovic Courtès * gnu/services.scm (object->pretty-string) (channel->code, channel->sexp, provenance-file) (provenance-entry): New procedures. (provenance-service-type): New variable. * gnu/system.scm (operating-system-with-provenance): New procedure. * doc/guix.texi (Service Reference): Document 'provenance-service-type'. 2019-11-09services: 'fold-services' memoizes service values.Ludovic Courtès Previously 'fold-services' could end up traversing the same services in the graph several times, which is what this change addresses. The hit rate on the 'add-data-to-store' cache goves from 9% to 8% on "guix system build desktop.tmpl -nd", and the number of lookups in that cache goes from 4458 to 4383. * gnu/services.scm (fold-services): Turn 'loop' into a monadic procedure in %STATE-MONAD and use it to memoize values of visited services. 2019-08-14remote: Remove '--system' argument.Jakob L. Kreuze * gnu/services.scm (activation-script): Return a <program-file> rather than a <scheme-file>. * gnu/deploy.scm (guix-deploy): Remove handling for '--system'. (show-help): Remove documentation for '--system'. (%default-options): Remove default setting for 'system'. 2019-05-10services: 'gc-root-service-type' now has a default value.Ludovic Courtès * gnu/services.scm (gc-root-service-type)[default-value]: New field.