summaryrefslogtreecommitdiff
path: root/gnu-system.am
Commit message (Collapse)AuthorAge
* gnu: Perl GD: Add stub patch.Mark H Weaver2015-04-04
| | | | | | | | | | This is a temporary fix to enable hydra to complete evaluations, which were broken by f7ee7a9b06a386863d7752ba028a79bb98d3504d due to a missing patch file. The real patch will be put into place in a later commit. * gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch: New file. This is just a stub. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: source-highlight: Remove obsolete patch.Mark H Weaver2015-04-04
| | | | | | | | This should have been done in a952b10c23c9ca5931793d862a718b55492a046d. * gnu/packages/patches/source-highlight-regexrange-test.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/pretty-print.scm (source-highlight)[source]: Remove patch.
* gnu: Remove deleted patch file from build system.David Thompson2015-04-03
| | | | * gnu-system.am (dist_patch_DATA): Remove 'gnu/packages/patches/librep-rules.mk.patch'.
* gnu: xorg: Add patch to fix sis driver crashes.Alex Kost2015-04-03
| | | | | | * gnu/packages/patches/xf86-video-sis-fix-exa-crash.patch: New file. * gnu/packages/xorg.scm (xf86-video-sis): Use it. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add fcitx.宋文武2015-04-02
| | | | | * gnu/packages/fcitx.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: icecat: Apply fixes for CVE-2015-{0801,0807,0815,0816}.Mark H Weaver2015-04-02
| | | | | | | | | | | | | | | | | Actually, CVE-2015-0801 and CVE-2015-0816 were already patched in 4c153a9125fa0913077b06b5ed537958ae4ca163, but the corresponding CVEs were not yet announced. * gnu/packages/patches/icecat-bug-1146339.patch: Rename to ... * gnu/packages/patches/icecat-CVE-2015-0801.patch: ... this. * gnu/packages/patches/icecat-bug-1144991.patch: Rename to ... * gnu/packages/patches/icecat-CVE-2015-0816.patch: ... this. * gnu/packages/patches/icecat-CVE-2015-0807.patch, gnu/packages/patches/icecat-CVE-2015-0815-pt1.patch, gnu/packages/patches/icecat-CVE-2015-0815-pt2.patch, gnu/packages/patches/icecat-CVE-2015-0815-pt3.patch: New files. * gnu-system.am (dist_patch_DATA): Add them, and adapt to renamed files. * gnu/packages/gnuzilla.scm (icecat): Add patches, and adapt to renamed files.
* gnu: linux-libre: Update to 3.19.3.Mark H Weaver2015-04-01
| | | | | | | | | | | | | The changes to linux-libre-*.conf are by Jason Self <j@jxself.org>. * gnu/packages/patches/linux-libre-libreboot-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (linux-libre): Update to version 3.19.3. Add patch. * gnu/packages/linux-libre-i686.conf, gnu/packages/linux-libre-x86_64.conf: Update for 3.19.x. Co-Authored-By: Jason Self <j@jxself.org>
* gnu: pulseaudio: Increase timeout on cpu-mix-test.Mark H Weaver2015-04-01
| | | | | | * gnu/packages/patches/pulseaudio-longer-test-timeout.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/pulseaudio.scm (pulseaudio)[source]: Add patch.
* gnu: Add audacity.Taylan Ulrich Bayırlı/Kammer2015-03-30
| | | | | | | * gnu/packages/audacity.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu/packages/patches/audacity-fix-ffmpeg-binding.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: portaudio: Patch for Audacity compatibility.Taylan Ulrich Bayırlı/Kammer2015-03-30
| | | | | | * gnu/packages/audio.scm (portaudio): Add a patch for Audacity compatibility. * gnu/packages/patches/portaudio-audacity-compat.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Rename (gnu packages ocrad) to (gnu packages ocr).Taylan Ulrich Bayırlı/Kammer2015-03-27
| | | | | | * gnu/packages/ocrad.scm: Deleted. * gnu/packages/ocr.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Change ocrad.scm to ocr.scm.
* services: Add 'lirc-service'.Alex Kost2015-03-26
| | | | | | * gnu/services/lirc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Various Services): New node. Document 'lirc-service'.
* gnu: Add LIRC.Alex Kost2015-03-26
| | | | | | * gnu/packages/lirc.scm: New file. * gnu/packages/patches/lirc-localstatedir.patch: New file. * gnu-system.am: Add them.
* gnu: Add IBus.Ricardo Wurmus2015-03-26
| | | | | * gnu/packages/ibus.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: icecat: Apply fixes for CVE-2015-{0817,0818} and other selected bugs.Mark H Weaver2015-03-25
| | | | | | | | | | | | * 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.
* gnu: calibre: Add a patch to avoid automatic checking for updates.Andreas Enge2015-03-24
| | | | | | * 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.
* gnu: Add Julia.Ricardo Wurmus2015-03-23
| | | | | * gnu/packages/julia.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add mplayer2.Taylan Ulrich Bayırlı/Kammer2015-03-22
| | | | | | * gnu/packages/video.scm (mplayer2): New variable. * gnu/packages/patches/mplayer2-theora-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add agg.Tomáš Čech2015-03-18
| | | | | | * 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.
* gnu: Add Lingua-EN-Words2Nums.Eric Bavier2015-03-17
| | | | | * gnu/packages/language.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add key-mon.Ludovic Courtès2015-03-17
| | | | | * gnu/packages/key-mon.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: pavucontrol: Work around segmentation fault.Ludovic Courtès2015-03-15
| | | | | | * gnu/packages/patches/pavucontrol-sigsegv.patch: New file. * gnu/packages/pulseaudio.scm (pavucontrol)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add Lilypond.Ricardo Wurmus2015-03-15
| | | | | * gnu/packages/music.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* pulseaudio: Update to 6.0; add dependency on eudev.Ludovic Courtès2015-03-15
| | | | | | * gnu/packages/pulseaudio.scm (pulseaudio)[source]: Update to 6.0. [arguments]: Pass --with-udev-rules-dir. [inputs]: Add eudev.
* gnu: Rename module dnsmasq to dns.Tomáš Čech2015-03-14
| | | | | | * 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.
* gnu: bash-completion: Search for completion modules in profiles.Ludovic Courtès2015-03-12
| | | | | | * 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.
* gnu: Move cflow, Complexity, and GLOBAL to (gnu packages code).Ludovic Courtès2015-03-12
| | | | | | | * 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.
* gnu: Add SLOCCount.Ludovic Courtès2015-03-12
| | | | | * gnu/packages/code.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: icecat: Update to 31.5.0.Mark H Weaver2015-03-10
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: Add recode.Taylan Ulrich Bayırlı/Kammer2015-03-09
| | | | | * gnu/packages/textutils.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add libedit.scm to gnu-system.am.Federico Beffa2015-03-07
| | | | * gnu-system.am (GNU_SYSTEM_MODULES): Add libedit.scm.
* gnu: Add ghc.Federico Beffa2015-03-07
| | | | | * gnu/packages/haskell.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: gcj: Move javac.in from a file in the distribution to an origin.Andreas Enge2015-03-07
| | | | | | | * 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.
* gnu: Add calibre.Andreas Enge2015-03-07
| | | | | | * gnu/packages/ebook.scm (calibre): New variable. * gnu/packages/patches/calibre-drop-unrar.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch.
* gnu: gnunet: Update to 0.10.1.Andreas Enge2015-03-07
| | | | | | | | | | * 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.
* gnu: Add libqtxdg.Andreas Enge2015-03-06
| | | | | | | * gnu/packages/lxqt.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Register it. Co-authored-by: Sou Bunnbu <iyzsong@gmail.com>
* gnu: valgrind: Fix build against glibc 2.21Tomáš Čech2015-03-06
| | | | | | * 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.
* gnu: Add LibreCAD.Ricardo Wurmus2015-03-06
| | | | | * gnu/packages/engineering.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: grub: Add patch to fix new version of freetypeTomáš Čech2015-03-06
| | | | | | * 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.
* gnu: lftp: Don't save unknown SSH host fingerprints to known_hosts by default.Mark H Weaver2015-03-05
| | | | | | * 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.
* gnu: Add zathura.Paul van der Walt2015-03-05
| | | | | | * gnu/packages/pdf.scm (zathura): New variable. * gnu/packages/patches/zathura-plugindir-environment-variable.patch: New file. * gnu-system.am: Add it.
* gnu: Add djvulibre.Paul van der Walt2015-03-05
| | | | | * gnu/packages/djvu.scm (djvulibre): New variable. * gnu-system.am: Add the file.
* gnu: Move 'which' to (gnu packages base).Ludovic Courtès2015-03-04
| | | | | | | | | | | | | | | | | | | | | * 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.
* Merge branch 'core-updates'.Ludovic Courtès2015-03-04
|\
| * Merge branch 'master' into core-updatesLudovic Courtès2015-02-26
| |\
| * | gnu: grep: Apply fix for CVE-2015-1345.Mark H Weaver2015-02-26
| | | | | | | | | | | | | | | | | | * 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.
| * | Merge branch 'master' into core-updatesLudovic Courtès2015-02-11
| |\ \
| * | | gnu: glibc: Update to 2.21.Ludovic Courtès2015-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | | | gnu: Add rdesktop.Ludovic Courtès2015-03-03
| | | | | | | | | | | | | | | | | | | | * gnu/packages/rdesktop.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | | | gnu: enlightenment: Fix typo in adding the module.Andreas Enge2015-03-03
| | | | | | | | | | | | | | | | | | | | * gnu-system.am (GNU_SYSTEM_MODULES): Fix typo. 538fb23ea073f19aaced9c9ccbfbe4e633162136