summary refs log tree commit diff
path: root/gnu
AgeCommit message (Collapse)Author
2015-05-07artwork: Update to latest version.Ludovic Courtès
* gnu/artwork.scm (%artwork-repository): Update. * gnu/services/xorg.scm (%default-slim-theme-name): Change to "0.x". * gnu/system/grub.scm (%background-image): Change to GuixSD-fully-black-4-3.svg.
2015-05-07gnu: ardour: Fix inheritance of Ardour package.Ricardo Wurmus
* gnu/packages/audio.scm (ardour): Inherit from "ardour-3" instead of "ardour".
2015-05-07gnu: Add Ardour 4.Ricardo Wurmus
* gnu/packages/audio.scm (ardour): Rename to ... (ardour-3): ... this. (ardour): New variable.
2015-05-07gnu: Add GnuCash.Ricardo Wurmus
* gnu/packages/gnucash.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-05-07gnu: Add WebkitGTK 2.4.8.Ricardo Wurmus
* gnu/packages/webkit.scm (webkitgtk-2.4): New variable. * gnu/packages/patches/webkitgtk-2.4.8-gmutexlocker.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
2015-05-07gnu: Add goffice-0.8.Ricardo Wurmus
* gnu/packages/gnome.scm (goffice-0.8): New variable.
2015-05-07gnu: mesa: Build gallium drivers for nouveau.David Thompson
* gnu/packages/gl.scm (mesa): Pass "nouveau" to "--with-gallium-drivers" flag.
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.