~ruther/guix-local

d58b0abd — nikita 8 years ago
gnu: Add caja-extensions.

* gnu/packages/mate.scm (caja-extensions): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
1b332539 — nikita 8 years ago
gnu: mate-session-manager: Configure with with elogind support.

* gnu/packages/mate.scm (mate-session-manager)[arguments]: Add '--enable-elogind'
to configure-flags.
(phases): Add 'pre-configure' phase.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
75282ec1 — nikita 8 years ago
gnu: Add mate-user-guide.

* gnu/packages/mate.scm (mate-user-guide): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
acd7bf4b — Tobias Geerinckx-Rice 8 years ago
gnu: youtube-dl: Update to 2017.12.31.

* gnu/packages/video.scm (youtube-dl): Update to 2017.12.31.
f1431d23 — Efraim Flashner 8 years ago
gnu: edi: Update to 0.6.0.

* gnu/packages/enlightenment.scm (edi): Update to 0.6.0.
[source]: Download from enlightenment's website.
[tests]: Disable tests.
[native-inputs]: Remove check, lcov.
57fe82c5 — Roel Janssen 8 years ago
gnu: Add emacs-php-mode.

* gnu/packages/emacs.scm (emacs-php-mode): New variable.
26d107eb — Mark H Weaver 8 years ago
gnu: linux-libre: Update to 4.14.10.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.10.
(%linux-libre-hash): Update hash.
838fdebb — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.73.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.73.
c4556777 — Tobias Geerinckx-Rice 8 years ago
gnu: borg: Update to 1.1.4.

* gnu/packages/backup.scm (borg): Update to 1.1.4.
[source]: Remove obsolete patch.  Remove bundled lz4 and zstd.
[inputs]: Add zstd.
[arguments]: Build with input versions of lz4 and zstd.
* gnu/packages/patches/borg-fix-archive-corruption-bug.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
50d22ef1 — Tobias Geerinckx-Rice 8 years ago
gnu: youtube-dl: Update to 2017.12.28.

* gnu/packages/video.scm (youtube-dl): Update to 2017.12.28.
39afd2a8 — Danny Milosavljevic 8 years ago
gnu: python-lit: Fix tests.

* gnu/packages/check.scm (python-lit)[native-inputs]: Add python-pytest.
edc73cc2 — Leo Famulari 8 years ago
gnu: tremc: Update to 0.9.0-2.e06d08d.

* gnu/packages/bittorrent.scm (tremc): Update to 0.9.0-2.e06d08d.
[build-system]: Switch to the gnu-build-system.
[arguments]: Adjust accordingly.
e2f37d6a — Efraim Flashner 8 years ago
gnu: rage: Update to 0.3.0.

* gnu/packages/enlightenment.scm (rage): Update to 0.3.0.
[build-system]: Switch to meson build system.
671dbdb9 — Marius Bakke 8 years ago
tests: networking: Add tests for Open vSwitch.

* gnu/tests/networking.scm (openvswitch-configuration-service,
%openvswitch-os): New variables.
(setup-openvswitch, run-openvswitch-test): New procedures.
(%test-openvswitch): New public variable.
db8ed7ce — Marius Bakke 8 years ago
services: networking: Add a dependency override mechanism to <static-networking>.

* gnu/services/networking.scm (<static-networking>)[requirement]: New field.
(static-networking-shepherd-service): Don't override requirement for loopback.
(static-networking-service): Expose 'requirement' parameter.  Default to UDEV.
* gnu/services/base.scm (%base-services): Add (requirement '()) for loopback service.
* doc/guix.texi (Networking Services): Document it.
5859fd6c — Marius Bakke 8 years ago
gnu: ledger-agent: Escape '@' symbols in description.

Fixes a Texinfo syntax error introduced in d596fea5fd6cbcd98f1bc185817f2ae9d82060a9.
Reported by Fis Trivial in <https://bugs.gnu.org/29879>.

* gnu/packages/finance.scm (ledger-agent)[description]: Escape '@'.
e3cea0d5 — Leo Famulari 8 years ago
gnu: lynx: Update to 2.8.9dev.16 [fixes CVE-2017-1000211].

* gnu/packages/web-browsers.scm (lynx): Update to 2.8.9dev.16.
[arguments]: Patch the path of the shell in the translations makefile.
315430d7 — Leo Famulari 8 years ago
gnu: imagemagick: Update to 6.9.9-30.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-30.
ce9fbae1 — Rutger Helling 8 years ago
gnu: qemu: Update home-page.

* gnu/packages/virtualization.scm (qemu)[home-page]: Update URL.
0e5d0f66 — Rutger Helling 8 years ago
gnu: qemu: Add wrapper for Samba.

* gnu/packages/virtualization.scm (qemu)[arguments]: Change #:configure-flags to
a list, add --smbd flag. Add 'create-samba-wrapper phase.
Next