gnu: openssh: Upgrade to 6.5p1. * gnu/packages/ssh.scm (openssh): Upgrade to 6.5p1.
gnu: openssl: Upgrade to 1.0.1f. * gnu/packages/openssl.scm (openssl): Upgrade to 1.0.1f.
gnu: dmd: Add SLiM service. * gnu/system/dmd.scm (xorg-service): Remove. (xorg-start-command, slim-service): New procedure.
gnu: dmd: Fix X font directory name in X service. * gnu/system/dmd.scm (xorg-service)[xserver.conf]: Fix directory name in 'FontPath' entry for FONT-ADOBE75DPI.
gnu: slim: Work around flaky synchronization with the X server. * gnu/packages/patches/slim-sigusr1.patch: New file. * gnu/packages/slim.scm (slim): Use it. * gnu-system.am (dist_patch_DATA): Add it.
gnu: Add stalonetray * gnu/packages/stalonetray.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add stalonetray.scm Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: moe: New module * gnu/packages/moe.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add moe.scm Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add FUSE. * gnu/packages/linux.scm (fuse): New variable.
gnu: Move root's home directory to /root. * gnu/system.scm (operating-system-derivation): Change root's 'home-directory' to "/root". * gnu/system/vm.scm (operating-system-default-contents): Add /root.
gnu: python-pysqlite: Point to the latest release tarball. * gnu/packages/python.scm (python2-pysqlite): Change 'version' to "2.6.3a". Change 'uri' to point to pypi.python.org. Reported by Mark H Weaver <mhw@netris.org> and others. Update 'home-page' and 'synopsis'.
gnu: Add paperkey. * gnu/packages/gnupg.scm (paperkey): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: gdb: Upgrade to 7.7. * gnu/packages/gdb.scm (gdb): Upgrade to 7.7. Remove 'gdb-loongson-madd-fix.patch', no longer needed. * gnu/packages/patches/gdb-loongson-madd-fix.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
gnu: Add luajit * gnu/packages/lua.scm (luajit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add Glade. * gnu/packages/gnome.scm (glade): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: imagemagick: Upgrade to 6.8.8-4. * gnu/packages/imagemagick.scm (imagemagick): Upgrade to 6.8.8-4.
gnu: gnu-pw-mgr: Upgrade to 1.1. * gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Upgrade to 1.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: guile-wm: Upgrade to 1.0. * gnu/packages/guile-wm.scm (guile-wm): Upgrade to 1.0.
gnu: system: Build /etc/localtime. * gnu/system.scm (etc-directory)[bashrc]: Use 'text-file*' instead of 'text-file'. Adjust users accordingly. [files]: Add the /etc/localtime file for TIMEZONE. Add TZDATA to the 'file-union' inputs. (operating-system-derivation): Pass 'etc-directory' PROFILE-DRV instead of PROFILE.
gnu: slim: Upgrade to 1.3.6; allow the choice of a config file at run time. * gnu/packages/slim.scm (slim): Upgrade to 1.3.6. Add patches. Comment out systemd-related stuff from CMakeLists.txt. Add "-DBUILD_SHARED_LIBS=OFF" and "-DCMAKE_SKIP_BUILD_RPATH=ON" to #:configure-flags. Adjust 'home-page' field. * gnu/packages/patches/slim-config.patch, gnu/packages/patches/slim-session.patch: New files. * gnu-system.am (dist_patch_DATA): Add them.
gnu: inkscape: New module * gnu/packages/inkscape.scm, gnu/packages/patches/inkscape-stray-comma.patch: New files. * gnu-system.am (GNU_SYSTEM_MODULES): Add inkscape.scm. (dist_patch_DATA): Add inkscape-stray-comma.patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>