summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: synergy: Upgrade to 1.8.2.Eric Bavier2016-08-23
| | | | * gnu/packages/synergy.scm (synergy): Upgrade to 1.8.2
* gnu: opam: Upgrade to 1.2.2.Eric Bavier2016-08-22
| | | | | | | * gnu/packages/ocaml.scm (opam): Upgrade to 1.2.2. [arguments]: define SHELL in #:make-flags. Build dependencies in 'pre-build phase. [inputs]: Add camlp4.
* gnu: opam: Use modify-phases.Eric Bavier2016-08-22
| | | | * gnu/packages/ocaml.scm (opam)[arguments]: Use modify-phases.
* gnu: autojump: Upgrade to 22.3.4.Eric Bavier2016-08-22
| | | | * gnu/packages/admin.scm (autojump): Upgrade to 22.3.4.
* gnu: gnunet-gtk: Add libunique support.ng02016-08-22
| | | | | | | * gnu/packages/gnunet.scm (gnunet-gtk)[inputs]: Add libunique. [arguments]: Add "--with-libunique" to #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add kmscon.David Craven2016-08-22
| | | | * gnu/packages/terminals.scm (kmscon): New variable.
* gnu: Add libtsm.David Craven2016-08-22
| | | | * gnu/packages/terminals.scm (libtsm): New variable.
* gnu: Remove trademark acknowledgements.John Darrington2016-08-22
| | | | | | * gnu/packages/imagemagick.scm (imagemagick), gnu/packages/python.scm (python-xlrd), gnu/packages/wordnet.scm (wordnet) [description]: Remove trademark acknowledgements.
* gnu: Add libunique.ng02016-08-22
| | | | | | * gnu/packages/gnome.scm (libunique): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add r-bamsignals.Ricardo Wurmus2016-08-22
| | | | * gnu/packages/bioinformatics.scm (r-bamsignals): New variable.
* gnu: Add r-rhtslib.Ricardo Wurmus2016-08-22
| | | | * gnu/packages/bioinformatics.scm (r-rhtslib): New variable.
* Revert "services: elogind: Provide '%elogind-file-systems' by extension."Mark H Weaver2016-08-22
| | | | This reverts commit 3cf319a3f8e23831960a0f1320122cc514188a37.
* gnu: spice: Update to 0.12.8 [fixes CVE-2016-{0749,2150}].David Craven2016-08-22
| | | | | * gnu/packages/spice.scm (spice): Update to 0.12.8. [inputs]: Add cyrus-sasl.
* gnu: kcompletion: Fix test failure.David Craven2016-08-22
| | | | | * gnu/packages/kde-frameworks.scm (kcompletion)[arguments]: Remove phase 'start-xorg-server. Set QT_QPA_PLATFORM=offscreen.
* gnu: atlas: Update to 3.10.3.Efraim Flashner2016-08-22
| | | | * gnu/packages/maths.scm (atlas): Update to 3.10.3.
* gnu: gzochi: Update to 0.10.Julian Graham2016-08-22
| | | | | | | * gnu/packages/game-development.scm (gzochi): Update to 0.10. (gzochi)[inputs]: Remove gmp. Signed-off-by: David Craven <david@craven.ch>
* gnu: avidemux: Use monolithic Qt 5.6.David Craven2016-08-22
| | | | * gnu/packages/video.scm (avidemux)[inputs]: Use qt 5.6.1-1.
* gnu: vlc: Use monolithic Qt 5.6.David Craven2016-08-22
| | | | * gnu/packages/video.scm (vlc)[inputs]: Use qt 5.6.1-1. Add libxi.
* gnu: v4l-utils: Build with gnu++11.David Craven2016-08-22
| | | | * gnu/packages/video.scm (v4l-utils)[arguments]: Add configure-flag.
* gnu: scribus: Build with gnu++11.David Craven2016-08-22
| | | | * gnu/packages/scribus.scm (scribus)[arguments]: Add configure-flag.
* gnu: synthv1: Build with gnu++11.David Craven2016-08-22
| | | | * gnu/packages/music.scm (synthv1)[arguments]: Add configure-flag.
* gnu: gpsbabel: Build with gnu++11.David Craven2016-08-22
| | | | * gnu/packages/gps.scm (gpsbabel)[arguments]: Add configure-flag. Disable tests.
* gnu: qsynth: Build with gnu++11.David Craven2016-08-22
| | | | * gnu/packages/audio.scm (qsynth)[arguments]: Add configure-flag.
* gnu: alsa-modular-synth: Build with gnu++11.David Craven2016-08-22
| | | | * gnu/packages/audio.scm (alsa-modular-synth)[arguments]: Add configure-flag.
* gnu: poppler-qt5: Build with gnu++11.David Craven2016-08-22
| | | | * gnu/packages/pdf.scm (poppler-qt5)[arguments]: Add configure-flag.
* gnu: pinentry-qt: Build with gnu++11.David Craven2016-08-22
| | | | * gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Add configure-flag.
* gnu: kwidgetsaddons: Disable tests.David Craven2016-08-22
| | | | | * gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Disable tests. Set QT_QPA_PLATFORM=offscreen and CTEST_OUTPUT_ON_FAILURE=1.
* gnu: kguiaddons: Fix test failure.David Craven2016-08-22
| | | | | * gnu/packages/kde-frameworks.scm (kguiaddons)[arguments]: Remove phase 'start-xorg-server. Add phase 'check-setup.
* services: elogind: Provide '%elogind-file-systems' by extension.Ludovic Courtès2016-08-22
| | | | | | | * gnu/system/file-systems.scm (%base-file-systems): Remove %ELOGIND-FILE-SYSTEMS. * gnu/services/desktop.scm (elogind-service-type): Extend FILE-SYSTEM-SERVICE-TYPE to provide %ELOGIND-FILE-SYSTEMS.
* services: Make a single extensible 'file-systems' service.Ludovic Courtès2016-08-22
| | | | | | | | | | | | | | | | | | | Previously we would create one 'file-system-service-type' instead per file system. Now, we create only one instance for all the file systems. * gnu/services/base.scm (fstab-service-type)[compose]: Change to CONCATENATE. (file-system-shepherd-service): Change to return either one <shepherd-service> or #f. (file-system-service-type): Pluralize 'name'. Adjust SHEPHERD-ROOT-SERVICE-TYPE extension to above changes. Add 'compose' and 'extend'. (file-system-service): Remove. * gnu/system.scm (other-file-system-services): Rename to... (non-boot-file-system-service): ... this. Change to return a single FILE-SYSTEM-SERVICE-TYPE instance. (essential-services): Adjust accordingly.
* gnu: openssh: Set the default sshd user PATH to something sensible.Ludovic Courtès2016-08-22
| | | | | * gnu/packages/ssh.scm (openssh)[arguments]: Pass "--with-default-path".
* gnu: openssh: Add PAM support in sshd.Ludovic Courtès2016-08-22
| | | | | * gnu/packages/ssh.scm (openssh)[inputs]: Add LINUX-PAM. [arguments]: Add "--with-pam" to #:configure-flags.
* gnu: pius: Use the 'gpg' command instead of 'gpg2'.Ludovic Courtès2016-08-22
| | | | | | | This is a followup to bc85b127df622575988f8e760f72d608d0900a75. * gnu/packages/gnupg.scm (pius)[arguments]: Use the 'gpg' binary instead of 'gpg2'.
* gnu: asciidoc: Use local docbook-xsl package.Tomáš Čech2016-08-21
| | | | | | | * gnu/packages/documentation.scm (asciidoc)[inputs]: Add docbook-xsl. [arguments]: Add 'make-local-docbook-xsl' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add gparted.Roel Janssen2016-08-21
| | | | * gnu/packages/disk.scm (gparted): New variable.
* gnu: disk: Use license: prefix.Roel Janssen2016-08-21
| | | | | | | | | | | * gnu/packages/disk.scm (define-module): Import guix licenses with a prefix. (parted): Use the import prefix. (fdisk): Likewise. (gptfdisk): Likewise. (ddrescue): Likewise. (dosfstools): Likewise. (sdparm): Likewise. (idle3-tools): Likewise.
* gnu: epiphany: Update to 3.20.3.Ricardo Wurmus2016-08-21
| | | | * gnu/packages/gnome.scm (epiphany): Update to 3.20.3.
* gnu: Remove superfluous whitespace from (gnu packages xml).Leo Famulari2016-08-21
| | | | * gnu/packages/xml.scm: Remove superfluous whitespace.
* gnu: Add emacs-org.Nicolas Goaziou2016-08-21
| | | | * gnu/packages/emacs.scm (emacs-org): New variable.
* gnu: linux-libre: Update to 4.7.2.Mark H Weaver2016-08-21
| | | | * gnu/packages/linux.scm (linux-libre): Update to 4.7.2.
* gnu: linux-libre@4.4: Update to 4.4.19.Mark H Weaver2016-08-21
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.19.
* gnu: mutt: Update to 1.7.0.Leo Famulari2016-08-21
| | | | | * gnu/packages/mail.scm (mutt): Update to 1.7.0. [arguments]: Pass "--enable-sidebar" to #:configure-flags.
* gnu: qemu: Update to 2.6.1.Efraim Flashner2016-08-21
| | | | * gnu/packages/qemu.scm (qemu): Update to 2.6.1.
* gnu: gimp: Fix python plugin.宋文武2016-08-21
| | | | | * gnu/packages/gimp.scm (gimp)[arguments]: Add phase to install 'sitecustomize.py'.
* gnu: gimp: Update to 2.8.16.宋文武2016-08-21
| | | | | | | * gnu/packages/patches/gimp-CVE-2016-4994.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gimp.scm (gimp): Update to 2.8.16. [source]: Remove patch.
* gnu: babl: Update to 0.1.18.宋文武2016-08-21
| | | | | * gnu/packages/gimp.scm (babl): Update to 0.1.18. [source]: Add gimp.org to 'uri'.
* system: Fix 'guix system' when root fs is named by UUID.Mark H Weaver2016-08-20
| | | | | | | | Fixes <https://bugs.gnu.org/23881>. * guix/scripts/system.scm (previous-grub-entries) (display-system-generation): Handle the case where the root device is specified by UUID.
* gnu: borg: Update to 1.0.7.Leo Famulari2016-08-19
| | | | * gnu/packages/backup.scm (borg): Update to 1.0.7.
* gnu: python-msgpack: Update to 0.4.8.Leo Famulari2016-08-19
| | | | * gnu/packages/python.scm (python-msgpack, python2-msgpack): Update to 0.4.8.
* gnu: python-llfuse: Update to 1.1.1.Leo Famulari2016-08-19
| | | | * gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.1.1.