summaryrefslogtreecommitdiff
path: root/gnu-system.am
Commit message (Expand)AuthorAgeFilesLines
* services: Add 'lirc-service'.•••* gnu/services/lirc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Various Services): New node. Document 'lirc-service'. Alex Kost2015-03-261-0/+1
* gnu: Add LIRC.•••* gnu/packages/lirc.scm: New file. * gnu/packages/patches/lirc-localstatedir.patch: New file. * gnu-system.am: Add them. Alex Kost2015-03-261-0/+2
* gnu: Add IBus.•••* gnu/packages/ibus.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ricardo Wurmus2015-03-261-0/+1
* gnu: icecat: Apply fixes for CVE-2015-{0817,0818} and other selected bugs.•••* gnu/packages/patches/icecat-CVE-2015-0817.patch, gnu/packages/patches/icecat-CVE-2015-0818-pt1.patch, gnu/packages/patches/icecat-CVE-2015-0818-pt2.patch, gnu/packages/patches/icecat-bug-1127780.patch, gnu/packages/patches/icecat-bug-1144991.patch, gnu/packages/patches/icecat-bug-1145870.patch, gnu/packages/patches/icecat-bug-1146339.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat): Add patches. Mark H Weaver2015-03-251-0/+7
* gnu: calibre: Add a patch to avoid automatic checking for updates.•••* gnu/packages/patches/calibre-no-updates-dialog.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/ebook.scm (calibre): Use patch. Andreas Enge2015-03-241-0/+1
* gnu: Add Julia.•••* gnu/packages/julia.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ricardo Wurmus2015-03-231-0/+1
* gnu: Add mplayer2.•••* gnu/packages/video.scm (mplayer2): New variable. * gnu/packages/patches/mplayer2-theora-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Taylan Ulrich Bayırlı/Kammer2015-03-221-0/+1
* gnu: Add agg.•••* gnu/packages/graphics.scm (agg): New variable. * gnu/packages/patches/agg-am_c_prototype.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Tomáš Čech2015-03-181-0/+1
* gnu: Add Lingua-EN-Words2Nums.•••* gnu/packages/language.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Eric Bavier2015-03-171-0/+1
* gnu: Add key-mon.•••* gnu/packages/key-mon.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès2015-03-171-0/+1
* gnu: pavucontrol: Work around segmentation fault.•••* gnu/packages/patches/pavucontrol-sigsegv.patch: New file. * gnu/packages/pulseaudio.scm (pavucontrol)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès2015-03-151-0/+1
* gnu: Add Lilypond.•••* gnu/packages/music.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ricardo Wurmus2015-03-151-0/+1
* pulseaudio: Update to 6.0; add dependency on eudev.•••* gnu/packages/pulseaudio.scm (pulseaudio)[source]: Update to 6.0. [arguments]: Pass --with-udev-rules-dir. [inputs]: Add eudev. Ludovic Courtès2015-03-151-1/+0
* gnu: Rename module dnsmasq to dns.•••* gnu/packages/dnsmasq.scm: Rename to... * gnu/packages/dns.scm: ... this. Change module name accordingly. * gnu-system.am (GNU_SYSTEM_MODULES): Rename dnsmasq module to dns. Tomáš Čech2015-03-141-1/+1
* gnu: bash-completion: Search for completion modules in profiles.•••* gnu/packages/patches/bash-completion-directories.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/bash.scm (bash-completion)[source]: Use it. Ludovic Courtès2015-03-121-0/+1
* gnu: Move cflow, Complexity, and GLOBAL to (gnu packages code).•••* gnu/packages/code.scm (cflow, complexity, global): New variables. * gnu/packages/cflow.scm, gnu/packages/complexity.scm, gnu/packages/global.scm: Remove. * gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly. Ludovic Courtès2015-03-121-3/+0
* gnu: Add SLOCCount.•••* gnu/packages/code.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès2015-03-121-0/+1
* gnu: icecat: Update to 31.5.0.•••* gnu/packages/patches/icecat-CVE-2015-0822.patch, gnu/packages/patches/icecat-CVE-2015-0827-pt-1.patch, gnu/packages/patches/icecat-CVE-2015-0827-pt-2.patch, gnu/packages/patches/icecat-CVE-2015-0827-pt-3.patch, gnu/packages/patches/icecat-CVE-2015-0831-pt-1.patch, gnu/packages/patches/icecat-CVE-2015-0831-pt-2.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-01.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-02.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-03.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-04.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-05.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-06.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-07.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-08.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-09.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-10.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-11.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them. * gnu/packages/gnuzilla.scm (icecat): Update to 31.5.0. Remove patches. Add 'nspr', 'nss', and 'cairo' to inputs. Add configure flags to use those system libraries. Mark H Weaver2015-03-101-17/+0
* gnu: Add recode.•••* gnu/packages/textutils.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Taylan Ulrich Bayırlı/Kammer2015-03-091-0/+1
* gnu: Add libedit.scm to gnu-system.am.•••* gnu-system.am (GNU_SYSTEM_MODULES): Add libedit.scm. Federico Beffa2015-03-071-0/+1
* gnu: Add ghc.•••* gnu/packages/haskell.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Federico Beffa2015-03-071-0/+1
* gnu: gcj: Move javac.in from a file in the distribution to an origin.•••* gnu/packages/javac.in: Delete file. * gnu-system.am (MISC_DISTRO_FILES): Delete. * gnu/packages/gcc.scm (javac.in): New variable. (gcj-4.8): Use it as an input. Andreas Enge2015-03-071-2/+0
* gnu: Add calibre.•••* gnu/packages/ebook.scm (calibre): New variable. * gnu/packages/patches/calibre-drop-unrar.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. Andreas Enge2015-03-071-0/+1
* gnu: gnunet: Update to 0.10.1.•••* gnu/packages/gnunet.scm (gnunet): Update to 0.10.1. Adapt environment variable GNUNET_PREFIX to new use. Disable parallel tests. Disable tests until a failure is fixed. * gnu/packages/patches/gnunet-fix-scheduler.patch, gnu/packages/patches/gnunet-fix-tests.patch: Delete patch files. * gnu-system.am (dist_patch_DATA): Unregister patches. Andreas Enge2015-03-071-2/+0
* gnu: Add libqtxdg.•••* gnu/packages/lxqt.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Register it. Co-authored-by: Sou Bunnbu <iyzsong@gmail.com> Andreas Enge2015-03-061-0/+1
* gnu: valgrind: Fix build against glibc 2.21•••* gnu/packages/patches/valgrind-glibc-2.21.patch: New file. * gnu-system.am (dist_patch_DATA): Add patch. * gnu/packages/valgrind.scm (valgrind): Apply patch. Tomáš Čech2015-03-061-0/+1
* gnu: Add LibreCAD.•••* gnu/packages/engineering.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ricardo Wurmus2015-03-061-0/+1
* gnu: grub: Add patch to fix new version of freetype•••* gnu/packages/patches/grub-freetype.patch: New file. * gnu-system.am (dist_patch_DATA): Add the patch. * gnu/packages/grub.scm (grub): Apply new patch. Tomáš Čech2015-03-061-0/+1
* gnu: lftp: Don't save unknown SSH host fingerprints to known_hosts by default.•••* gnu/packages/patches/lftp-dont-save-unknown-host-fingerprint.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/ftp.scm (lftp): Add patch. Mark H Weaver2015-03-051-0/+1
* gnu: Add zathura.•••* gnu/packages/pdf.scm (zathura): New variable. * gnu/packages/patches/zathura-plugindir-environment-variable.patch: New file. * gnu-system.am: Add it. Paul van der Walt2015-03-051-1/+2
* gnu: Add djvulibre.•••* gnu/packages/djvu.scm (djvulibre): New variable. * gnu-system.am: Add the file. Paul van der Walt2015-03-051-0/+1
* gnu: Move 'which' to (gnu packages base).•••* gnu/packages/which.scm: Remove. * gnu-system.am (GNU_SYSTEM_MODULES): Remove it. * gnu/packages/base.scm (which): New variable. * gnu/packages/aspell.scm, gnu/packages/audio.scm, gnu/packages/autogen.scm, gnu/packages/cdrom.scm, gnu/packages/compression.scm, gnu/packages/datamash.scm, gnu/packages/games.scm, gnu/packages/glib.scm, gnu/packages/gnu-pw-mgr.scm, gnu/packages/gnutls.scm, gnu/packages/gps.scm, gnu/packages/guile.scm, gnu/packages/java.scm, gnu/packages/libevent.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/node.scm, gnu/packages/ntp.scm, gnu/packages/orpheus.scm, gnu/packages/pciutils.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/rsync.scm, gnu/packages/sawfish.scm, gnu/packages/scheme.scm, gnu/packages/ssh.scm, gnu/packages/statistics.scm, gnu/packages/texlive.scm, gnu/packages/wdiff.scm: Adjust accordingly. Ludovic Courtès2015-03-041-1/+0
* Merge branch 'core-updates'.Ludovic Courtès2015-03-041-3/+1
|\
| * Merge branch 'master' into core-updatesLudovic Courtès2015-02-261-1/+32
| |\
| * | gnu: grep: Apply fix for CVE-2015-1345.•••* gnu/packages/patches/grep-CVE-2015-1345.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (grep): Add patch. Mark H Weaver2015-02-261-0/+1
| * | Merge branch 'master' into core-updatesLudovic Courtès2015-02-111-0/+1
| |\ \
| * | | gnu: glibc: Update to 2.21.•••* gnu/packages/base.scm (glibc): Update to 2.21. Remove 3 patches no longer needed. * gnu/packages/patches/glibc-CVE-2012-3406.patch, gnu/packages/patches/glibc-CVE-2014-7817.patch, gnu/packages/patches/glibc-mips-dangling-vfork-ref.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès2015-02-111-3/+0
* | | | gnu: Add rdesktop.•••* gnu/packages/rdesktop.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès2015-03-031-0/+1
* | | | gnu: enlightenment: Fix typo in adding the module.•••* gnu-system.am (GNU_SYSTEM_MODULES): Fix typo. 538fb23ea073f19aaced9c9ccbfbe4e633162136 Andreas Enge2015-03-031-1/+1
* | | | gnu: Add efl.•••* gnu/packages/enlightenment.scm: New file * gnu/packages/enlightenment.scm (efl): New variable. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Tomáš Čech2015-03-031-0/+1
* | | | gnu: Add crossmap.•••* gnu/packages/bioinformatics.scm (crossmap): New variable. * gnu/packages/patches/crossmap-allow-system-pysam.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Ricardo Wurmus2015-03-021-0/+1
| |_|/ |/| |
* | | gnu: icecat: Apply fixes for CVE-2015-{0822,0827,0831,0836}.•••* gnu/packages/patches/icecat-CVE-2015-0822.patch, gnu/packages/patches/icecat-CVE-2015-0827-pt-1.patch, gnu/packages/patches/icecat-CVE-2015-0827-pt-2.patch, gnu/packages/patches/icecat-CVE-2015-0827-pt-3.patch, gnu/packages/patches/icecat-CVE-2015-0831-pt-1.patch, gnu/packages/patches/icecat-CVE-2015-0831-pt-2.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-01.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-02.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-03.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-04.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-05.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-06.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-07.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-08.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-09.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-10.patch, gnu/packages/patches/icecat-CVE-2015-0836-pt-11.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat)[source]: Add patches. Mark H Weaver2015-02-261-0/+17
* | | gnu: luajit: Fix patch file names in gnu-system.am.•••* gnu-system.am (dist_patch_DATA): Fix patch file names. Mark H Weaver2015-02-251-2/+2
* | | gnu: Fix luajit installation•••* gnu/packages/lua.scm (luajit): Apply 2 patches. * gnu-system.am (dist_patch_DATA): Register 2 patches. * gnu/packages/patches/luajit-no_ldconfig.patch: New file. * gnu/packages/patches/luajit-symlinks.patch: New file. Tomáš Čech2015-02-261-0/+2
* | | gnu: Add OpenEXR and IlmBase.•••* gnu/packages/graphics.scm (ilmbase, openexr): New variables. * gnu/packages/patches/openexr-missing-samples.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès2015-02-251-0/+1
* | | gnu: Add cpufrequtils.•••* gnu/packages/linux.scm (cpufrequtils): New variable. * gnu/packages/patches/cpufrequtils-fix-aclocal.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Taylan Ulrich Bayırlı/Kammer2015-02-251-0/+1
* | | gnu: Add python2-rdflib.•••* gnu/packages/rdf.scm (python2-rdflib): New variable. (python-rdflib): Add patch. * gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. Andreas Enge2015-02-251-0/+1
* | | gnu: Add pumpa.•••* gnu/packages/pumpio.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. David Thompson2015-02-241-0/+1
* | | gnu: Add wxwidgets.•••* gnu/packages/wxwidgets.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Taylan Ulrich Bayırlı/Kammer2015-02-231-0/+1
* | | gnu: Add weex.•••* gnu/packages/ftp.scm (weex): New variable. * gnu/packages/patches/weex-vacopy.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. Andreas Enge2015-02-211-0/+1