gnu: Remove unnecessary closures around `arguments' value. * gnu/packages/algebra.scm (pari-gp): Remove closure around the value of `arguments'. * gnu/packages/bdb.scm (bdb): Likewise. * gnu/packages/mit-krb5.scm (mit-krb5): Likewise. * gnu/packages/openssl.scm (openssl): Likewise. * gnu/packages/perl.scm (perl): Likewise.
gnu: Add fontconfig. * gnu/packages/freetype.scm (fontconfig): New variable.
gnu: libjpeg: Correct name of libjpeg-8 package to allow installation. * gnu/packages/libjpeg (libjpeg-8): Switch name field to "libjpeg".
gnu: ghostscript: Build and install shared library and header files. * gnu/packages/ghostscript (ghostscript): Extend build and install phases.
gnu: automake: Adjust test suite to lack of /bin/sh. * gnu/packages/autotools.scm (autoconf-wrapper): New variable. (automake): Use AUTOCONF-WRAPPER instead of AUTOCONF. Add `automake-skip-amhello-tests.patch' as an input. Add #:patches and #:phases arguments. * gnu/packages/patches/automake-skip-amhello-tests.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
gnu: Add Geiser. * gnu/packages/emacs.scm (geiser): New variable.
gnu: gnutls: Remove unneeded import. * gnu/packages/gnutls.scm: Remove import of (gnu packages base).
gnu: Add groff. * gnu/packages/groff.scm: New file. * Makefile.am (MODULES): Add it.
gnu: Add psutils. * gnu/packages/ghostscript.scm (psutils): New variable.
gnu: Add netpbm. * gnu/packages/netpbm.scm: New file. * Makefile.am (MODULES): Add it.
gnu: Add missing libevent patch. * gnu/packages/patches/libevent-dns-tests.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
gnu: Add Tor. * gnu/packages/tor.scm: New file. * Makefile.am (MODULES): Add it.
gnu: Add libevent. * gnu/packages/libevent.scm: New file. * Makefile.am (MODULES): Add it.
gnu: mit-krb5: Patch and enable tests. * gnu/packages/mit-krb5.scm (mit-krb5): Enable patched tests.
gnu: screen: correct license to gpl2+ * gnu/packages/screen.scm (screen): correct license field
Add GNU Screen. * gnu/packages/screen.scm: New file. * Makefile.am (MODULES): Add it.
gnu: lout: Add missing dependency on Ghostscript. * gnu/packages/lout.scm (lout): Add GHOSTSCRIPT as an input. Use a mirror:// URL.
gnu: freetype: Avoid license/package name clash. * gnu/packages/freetype.scm: Use a renamer for (guix licenses), to avoid a name clash.
distro: glib: Run the test suite; add DBus. * distro/packages/glib.scm: Rename to... * gnu/packages/glib.scm: ... this. Update module declaration accordingly. (dbus): New variable. (glib): Change version number to 2.34.3, and adjust URL accordingly. Add a "doc" output. Add #:configure-flags, #:patches, and #:phases arguments. Add DBUS as an input, as well a three patches. * Makefile.am (MODULES): Adjust to file renaming. (dist_patch_DATA): Add `glib-tests-timezone.patch', `glib-tests-homedir.patch', and `glib-tests-desktop.patch'.
distro: Add GLib. * distro/packages/glib.scm: New file. * Makefile.am (MODULES): Add it.