summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add Klick.Ricardo Wurmus2015-07-29
| | | | * gnu/packages/music.scm (klick): New variable.
* gnu: qemu: Add fixes for CVE-2015-5154 and CVE-2015-5158.Mark H Weaver2015-07-27
| | | | | | | | | * gnu/packages/patches/qemu-CVE-2015-5154-pt1.patch, gnu/packages/patches/qemu-CVE-2015-5154-pt2.patch, gnu/packages/patches/qemu-CVE-2015-5154-pt3.patch, gnu/packages/patches/qemu-CVE-2015-5158.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/qemu.scm (qemu-headless)[source]: Add patches.
* gnu: Move markdown to (gnu packages markdown).Mathieu Lirzin2015-07-28
| | | | | * gnu/packages/textutils.scm (markdown): Move to ... * gnu/packages/markdown.scm (markdown): ... here.
* gnu: liblxqt: Fix build with Qt 5.5.Andreas Enge2015-07-27
| | | | | | * gnu/packages/patches/liblxqt-include.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/lxqt.scm (liblxqt)[source]: Use patch.
* gnu: libqtxdg: Update to 1.2.0.Andreas Enge2015-07-27
| | | | | * gnu/packages/lxqt.scm (libqtxdg)[source]: Update to 1.2.0. [arguments]: Enable test builds.
* gnu: Add newt.Mark H Weaver2015-07-27
| | | | * gnu/packages/slang.scm (newt): New variable.
* gnu: Add ethtool.Mark H Weaver2015-07-27
| | | | * gnu/packages/networking.scm (ethtool): New variable.
* gnu: Add libndp.Mark H Weaver2015-07-27
| | | | * gnu/packages/networking.scm (libndp): New variable.
* gnu: Add GVFS.宋文武2015-07-27
| | | | * gnu/packages/gnome.scm (gvfs): New variable.
* gnu: libmtp: Propagate inputs.宋文武2015-07-27
| | | | * gnu/packages/libusb.scm (libmtp): Propagate inputs libgcrypt and libusb.
* gnu: ghostscript: Add fix for CVE-2015-3228.Mark H Weaver2015-07-27
| | | | | | * gnu/packages/patches/ghostscript-CVE-2015-3228.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/ghostscript.scm (ghostscript)[source]: Add patch.
* gnu: icedtea7: Update to 2.6.1.Ricardo Wurmus2015-07-27
| | | | * gnu/packages/java.scm (icedtea7): Update to 2.6.1.
* gnu: qt: Update to 5.5.0.Andreas Enge2015-07-27
| | | | | | | | | | | | | * gnu/packages/qt.scm (qt): Update to 5.5.0. Update download location. Drop patch and snippet. [arguments]: Add configure flag to drop qtwebengine module bundling chromium. [native-inputs]: Drop ninja, needed only for qtwebengine. [inputs]: Add harfbuzz to avoid use of bundled copy. (qt-4)[inputs]: Remove inherited harfbuzz again. * gnu/packages/patches/qt5-conflicting-typedefs.patch: Delete file. * gnu-system.am (dist_patch_DATA): Unregister patch. * gnu/packages/patches/qt5-runpath.patch: Adapt patch.
* gnu: Add pelican.Christopher Allan Webber2015-07-26
| | | | * gnu/packages/python.scm (pelican): New variable.
* gnu: Add python-blinker.Christopher Allan Webber2015-07-26
| | | | * gnu/packages/python.scm (python-blinker, python2-blinker): New variables.
* gnu: ntk: Add missing license import.Ricardo Wurmus2015-07-26
| | | | * gnu/packages/fltk.scm: Import lgpl2.0+ license.
* gnu: portaudio: Build with jack-1.Ricardo Wurmus2015-07-26
| | | | * gnu/packages/audio.scm (portaudio)[inputs]: Replace "jack-2" with "jack-1".
* gnu: jack-1: Propagate "bdb".Ricardo Wurmus2015-07-26
| | | | | * gnu/packages/audio.scm (jack-1)[inputs]: Move "bdb" from here... [propagated-inputs]: ...to here.
* gnu: Add Non Sequencer.Ricardo Wurmus2015-07-26
| | | | * gnu/packages/music.scm (non-sequencer): New variable.
* gnu: Add NTK.Ricardo Wurmus2015-07-26
| | | | * gnu/packages/fltk.scm (ntk): New variable.
* gnu: avidemux: Install libraries to lib.Andreas Enge2015-07-26
| | | | | | | | | * gnu/packages/video.scm (avidemux)[source]: Add patch to install to lib directory instead of lib64 or lib32 depending on the architecture. [arguments]: Use the lib instead of the lib64 directory for flags in the build phase, so that these flags should now also work on i686. * gnu/packages/patches/avidemux-install-to-lib.patch: New file. * gnu-system.am (dist_patch_DATA): Register it.
* gnu: magit: Update to 1.4.2.Mark H Weaver2015-07-26
| | | | * gnu/packages/emacs.scm (magit): Update to 1.4.2.
* gnu: openssl: Add reference to upstream GCC bug in comment.Mark H Weaver2015-07-25
| | | | | | | This is a followup to commit e12027179f136766609fb8dbc920f5705d62fc95. * gnu/packages/tls.scm (openssl)[arguments]: Add reference to upstream GCC bug in comment.
* gnu: Add udisks.宋文武2015-07-26
| | | | * gnu/packages/freedesktop.scm (udisks): New variable.
* gnu: Add libatasmart.宋文武2015-07-26
| | | | * gnu/packages/freedesktop.scm (libatasmart): New variable.
* gnu: colord: Propagate inputs.宋文武2015-07-26
| | | | * gnu/packages/gnome.scm (colord): Propagate inputs glib, eudev and lcms.
* gnu: Prefer libgudev as GUDEV (GObject bindings for libudev) provider.宋文武2015-07-26
| | | | | | * gnu/packages/gnome.scm (upower, gnome-settings-daemon, rhythmbox) gnu/packages/xfce.scm (thunar, thunar-volman): Switch to libgudev as GUDEV provider.
* gnu: Add libgudev.宋文武2015-07-26
| | | | * gnu/packages/gnome.scm (libgudev): New variable.
* gnu: perl-data-stag: Fix typo in description.Ludovic Courtès2015-07-26
| | | | | | Reported by Anders Jonsson <anders.jonsson@norsjovallen.se>. * gnu/packages/perl.scm (perl-data-stag)[description]: Fix typo.
* vm: Make the list of partitions to build a parameter.Ludovic Courtès2015-07-26
| | | | | | | | | | | | | | | | | * gnu/build/vm.scm (<partition>): New record type. (fold2): New procedure. (initialize-partition-table): Remove #:bootable? and 'partition-size' parameters. Add 'partitions' parameter. Invoke 'parted' with '--script'. (initialize-root-partition): Remove. (initialize-partition, root-partition-initializer): New procedures. (initialize-hard-disk): Remove #:system-directory, #:disk-image-size, #:file-system-type, #:file-system-label, #:closures, #:copy-closures?, #:bootable?, and #:register-closures? parameters. Add #:partitions. Rewrite to use 'initialize-partition' for each item of PARTITIONS. * gnu/system/vm.scm (expression->derivation-in-linux-vm): Add (guix records) to #:modules default value. (qemu-image): Adjust accordingly.
* system: Add 'ping6' to %SETUID-PROGRAMS.Ludovic Courtès2015-07-26
| | | | * gnu/system.scm (%setuid-programs): Add 'ping6'.
* gnu: bedtools: Add patch to fix compilation on 32 bit systems.Ben Woodcroft2015-07-25
| | | | | | | | * gnu/packages/patches/bedtools-32bit-compilation.patch: New file. * gnu/packages/bioinformatics.scm (bedtools)[source]: Add patch. * gnu-system.am (dist_patch_DATA): Register patch. Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: vlc: Update input Qt to version 5.Andreas Enge2015-07-25
| | | | * gnu/packages/video.scm (vlc)[inputs]: Switch from Qt version 4 to 5.
* gnu: vlc: Update to 2.2.1.Andreas Enge2015-07-25
| | | | * gnu/packages/video.scm (vlc): Update to 2.2.1.
* syscalls: Rename 'network-interfaces' and 'all-network-interfaces'.Ludovic Courtès2015-07-25
| | | | | | | | | | | | * guix/build/syscalls.scm (network-interfaces): Rename to... (network-interface-names): ... this. (all-network-interfaces): Rename to... (all-network-interface-names): ... this. * gnu/services/networking.scm (dhcp-client-service): Adjust accordingly. * tests/syscalls.scm ("all-network-interfaces"): Rename to... ("all-network-interface-names"): ... this, and adjust accordingly. ("network-interfaces"): Rename to... ("network-interface-names"): ... this, and adjust accordingly.
* gnu: bedtools: Update to 2.24.0.Ben Woodcroft2015-07-25
| | | | * gnu/packages/bioinformatics.scm (bedtools): Update to 2.24.0.
* gnu: e2fsprogs: Update to 1.42.13.Mark H Weaver2015-07-24
| | | | | * gnu/packages/linux.scm (e2fsprogs): Update to 1.42.13. Change the source URI to use the .tar.xz file from kernel.org.
* gnu: Add liblxqt.Andreas Enge2015-07-24
| | | | * gnu/packages/lxqt.scm (liblxqt): New variable.
* gnu: Add kwindowsystem.Andreas Enge2015-07-24
| | | | * gnu/packages/kde-frameworks.scm (kwindowsystem): New variable.
* gnu: Add extra-cmake-modules.Andreas Enge2015-07-24
| | | | | * gnu/packages/kde-frameworks.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Register it.
* gnu: ripperX: Update to 2.8.0.Andreas Enge2015-07-24
| | | | | | | | | * gnu/packages/mp3.scm (ripperx): Update to 2.8.0. Drop one patch and add another one. * gnu/packages/patches/ripperx-libm.patch: Remove file. * gnu/packages/patches/ripperx-missing-file.patch: New file. * gnu-system.am (dist_patch_DATA): Register one patch and unregister the other.
* gnu: Add cm.Andreas Enge2015-07-24
| | | | * gnu/packages/algebra.scm (cm): New variable.
* gnu: algebra: Prefix imported licenses.Andreas Enge2015-07-24
| | | | | * gnu/packages/algebra.scm (mpfrcx, fplll, pari-gp, gp2c, flint, arb, bc, fftw, eigen)[license]: Prefix imported licenses.
* gnu: mpfrcx: Propagate inputs.Andreas Enge2015-07-24
| | | | * gnu/packages/algebra.scm (mpfrcx): Propagate inputs gmp, mpfr and mpc.
* gnu: clang: Disable distro detection and remove FHS assumptions.Ludovic Courtès2015-07-24
| | | | | | * gnu/packages/patches/clang-libc-search-path.patch: Disable distro detection and remove hard-coded FHS file names, both of which would lead to breakage on non-GuixSD systems.
* vm: Use the 'umount' procedure instead of util-linux's 'umount' command.Ludovic Courtès2015-07-24
| | | | | | * gnu/build/vm.scm (initialize-root-partition, initialize-hard-disk): Use the 'umount' procedure instead of invoking the 'umount' command. * gnu/system/vm.scm (qemu-image): Remove UTIL-LINUX from INPUTS.
* gnu: guile-static: Add 'umount' procedure.Ludovic Courtès2015-07-24
| | | | * gnu/packages/patches/guile-linux-syscalls.patch: Add 'umount' subr.
* gnu: Add extundelete.Ludovic Courtès2015-07-24
| | | | * gnu/packages/linux.scm (extundelete): New variable.
* gnu: gp2c: Update to 0.0.9pl3.Andreas Enge2015-07-23
| | | | * gnu/packages/algebra.scm (gp2c): Update to 0.0.9pl3.
* gnu: arb: Update to 2.7.0.Andreas Enge2015-07-23
| | | | * gnu/packages/algebra.scm (arb): Update to 2.7.0.