aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2015-05-07gnu: serf: Apply upstream fixes.Mark H Weaver
* gnu/packages/patches/serf-comment-style-fix.patch, gnu/packages/patches/serf-deflate-buckets-test-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/web.scm (serf): Add patches. Remove 'remove-non-c89-comment' phase.
2015-05-07gnu: Add openvpn.David Thompson
* gnu/packages/vpn.scm (openvpn): New variable.
2015-05-07gnu: bridge-utils: Fix build system.David Thompson
* gnu/packages/linux.scm (bridge-utils): Patch source to fix compilation error. Patch Makefile to fail in case of future compilation errors.
2015-05-07gnu: Add postgresql-service.David Thompson
* gnu/services/databases.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi ("Database Services"): New subsubsection.
2015-05-07gnu: Remove neon-0.29.6.Mark H Weaver
* gnu/packages/version-control.scm (neon-0.29.6): Remove variable.
2015-05-07gnu: subversion: Add serf to inputs.Mark H Weaver
This is a followup to d5e9f3809dc7d521874cfad0a242ab664f6c19bc, which upgraded subversion to 1.8.x. Previously we used 'neon' to support http access methods, but subversion 1.8 drops support for 'neon' in favor of 'serf'. * gnu/packages/version-control.scm (subversion)[inputs]: Add 'serf' and remove 'neon'. [arguments]: Fix typo in phase name.
2015-05-07gnu: Add serf.Mark H Weaver
* gnu/packages/web.scm (serf): New variable.
2015-05-07gnu: scons: Update to 2.3.4.Mark H Weaver
* gnu/packages/python.scm (scons): Update to 2.3.4.
2015-05-07gnu: apr-util: Use system expat library.Mark H Weaver
* gnu/packages/apr.scm: Import (guix licenses) with prefix "l:". (apr)[license]: Adapt to license prefix. (apr-util)[propagated-inputs]: Add expat. [arguments]: Pass --with-expat to configure. [license]: Adapt to license prefix.
2015-05-07gnu: apr: Update to 1.5.2.Mark H Weaver
* gnu/packages/apr.scm (apr): Update to 1.5.2.
2015-05-07system: Use "." instead of "source" in /etc/profile.Ludovic Courtès
* gnu/system.scm (etc-directory)[profile]: Use "." instead of "source", the latter being Bash-specific.
2015-05-07system: Check whether ~/.guix-profile/etc/profile exists.Ludovic Courtès
* gnu/system.scm (etc-directory)[profile]: Check for ~/.guix-profile/etc/profile rather than just ~/.guix-profile.
2015-05-07gnu: Add dosfstools.Mark H Weaver
* gnu/packages/disk.scm (dosfstools): New variable.
2015-05-06gnu: Add libvisio.Andreas Enge
* gnu/packages/libreoffice.scm (libvisio): New variable.
2015-05-06gnu: Add libpagemaker.Andreas Enge
* gnu/packages/libreoffice.scm (libpagemaker): New variable.
2015-05-06gnu: Add libmspub.Andreas Enge
* gnu/packages/libreoffice.scm (libmspub): New variable.
2015-05-06gnu: Add libfreehand.Andreas Enge
* gnu/packages/libreoffice.scm (libfreehand): New variable.
2015-05-06gnu: Add libexttextcat.Andreas Enge
* gnu/packages/libreoffice.scm (libexttextcat): New variable.
2015-05-06gnu: Add libetonyek.Andreas Enge
* gnu/packages/libreoffice.scm (libetonyek): New variable.
2015-05-06gnu: Add libcdr.Andreas Enge
* gnu/packages/libreoffice.scm (libcdr): New variable.
2015-05-06gnu: Add libabw.Andreas Enge
* gnu/packages/libreoffice.scm (libabw): New variable.
2015-05-06gnu: Add python-pyxdg.Ricardo Wurmus
* gnu/packages/freedesktop.scm (python-pyxdg, python2-pyxdg): New variables.
2015-05-06system: /etc/profile sources each profile's /etc/profile.Ludovic Courtès
Partly fixes <http://bugs.gnu.org/20255>. Reported by 宋文武 <iyzsong@gmail.com>. * gnu/system.scm (etc-directory)[profile]: Source /run/current-system/profile/etc/profile and $HOME/.guix-profile/etc/profile when available. Move definitions of SSL_CERT_DIR, SSL_CERT_FILE, and GIT_SSL_CAINFO before that.
2015-05-06gnu: moe: Update to 1.7.Eric Bavier
* gnu/packages/moe.scm (moe): Update to 1.7.
2015-05-06gnu: hop: Remove use of patchelf.Eric Bavier
* gnu/packages/patches/hop-linker-flags.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/scheme.scm (source)[patches]: Use it. (arguments)[phases]: Remove patch-rpath phase. [modules, imported-modules]: Remove. (native-inputs): Remove field.
2015-05-06gnu: Add elogind.Ricardo Wurmus
* gnu/packages/freedesktop.scm (elogind): New variable.
2015-05-06gnu: Add IR.Ricardo Wurmus
* gnu/packages/audio.scm (ir): New variable.
2015-05-06gnu: Add zita-convolver.Ricardo Wurmus
* gnu/packages/audio.scm (zita-convolver): New variable.
2015-05-06gnu: webkitgtk: Remove unnecessary make flag.David Hashe
* gnu/packages/webkit.scm (webkitgtk): Remove make-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-05-05activation: Make user copies of the skeletons writable.Ludovic Courtès
* gnu/build/activation.scm (make-file-writable, make-skeletons-writable): New procedures. (copy-account-skeletons): Call 'make-file-writable' after 'copy-file'. (add-user): Add call to 'make-skeletons-writable'.
2015-05-05gnu: librevenge, libwpd, libwpg: Fix 'license' field.Ludovic Courtès
* gnu/packages/libreoffice.scm (librevenge, libwpd, libwpg): Fix 'license' field to be a list of <license>.
2015-05-05services: Group desktop services in (gnu services desktop).Ludovic Courtès
* gnu/services/colord.scm, gnu/services/dbus.scm, gnu/services/upower.scm: Remove. * gnu/services/desktop.scm: New file, with contents taken from the above files. * gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly. * doc/guix.texi (Desktop Services): New section. (Various Services): Move colord-service and upower-service from here to "Desktop Services".
2015-05-05gnu: hop: Fix RPATHs.Eric Bavier
* gnu/packages/scheme.scm (inputs): Move patchelf input to... (native-inputs): ...here. New field. (arguments)[phases]: Use augment-rpath for patch-rpath phase.
2015-05-05gnu: perl-json-any: Fix typo in source uri scheme.Eric Bavier
* gnu/packages/perl.scm (perl-json-any)[source]: Fix typo.
2015-05-05gnu: webkitgtk: Fix compilation on x86_64.David Hashe
* gnu/packages/webkit.scm (webkitgtk): Move library install path from lib64 to lib. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-05-05gnu: wxwidgets-2: Add $libdir to RUNPATH.Ludovic Courtès
* gnu/packages/wxwidgets.scm (wxwidgets-2)[arguments]: Add #:make-flags, as for WXWIDGETS.
2015-05-05gnu: mozjs: Mark as unsupported on mips64el-linux.Ludovic Courtès
* gnu/packages/gnuzilla.scm (mozjs)[supported-systems]: New field.
2015-05-05gnu: gpgme: Build against GnuPG 2.0.Ludovic Courtès
* gnu/packages/gnupg.scm (gpgme)[inputs]: Change to GNUPG-2.0.
2015-05-05gnu: vcftools: Remove "-m64" from CFLAGS.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (vcftools): Explicitly set CFLAGS to remove "-m64" flag.
2015-05-05gnu: fltk: Fix undefined symbol errors for shared libraries.Eric Bavier
* gnu/packages/patches/fltk-shared-lib-defines.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/fltk.scm (source)[patches]: New field.
2015-05-05gnu: ardour: Add library dirs to RUNPATH.Ricardo Wurmus
* gnu/packages/audio.scm (ardour)[arguments]: Add a build phase to add all library output directories to the rpath using linker flags.
2015-05-04gnu: Add bluez.David Thompson
* gnu/packages/linux.scm (bluez): New variable.
2015-05-04gnu: Add libical.David Thompson
* gnu/packages/calendar.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-05-04gnu: Add soil.David Thompson
* gnu/packages/gl.scm (soil): New variable.
2015-05-04gnu: Add markdown.Mathieu Lirzin
* gnu/packages/textutils.scm (markdown): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-05-04gnu: Add libwpg.Andreas Enge
* gnu/packages/libreoffice.scm (libwpg): New variable.
2015-05-04gnu: curl: Update to 7.42.1.Mark H Weaver
* gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch, gnu/packages/patches/curl-support-capath-on-gnutls.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them. * gnu/packages/curl.scm (curl): Update to 7.42.1. Remove patches.
2015-05-04gnu: Add python-sympy.Ricardo Wurmus
* gnu/packages/python.scm (python-sympy, python2-sympy): New variables.
2015-05-04gnu: bamtools: Set rpath via LDFLAGS.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bamtools): Add a pre-configure phase setting $LDFLAGS to set the rpath to $out/lib/bamtools.
2015-05-04gnu: Add taskwarrior.Tomáš Čech
* gnu/packages/task-management.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.