aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: rest: Update to 0.8.0.宋文武2016-05-02
| | | | * gnu/packages/gnome.scm (rest): Update to 0.8.0.
* gnu: glib-networking: Update to 2.48.1.宋文武2016-05-02
| | | | * gnu/packages/gnome.scm (glib-networking): Update to 2.48.1.
* gnu: vte: Update to 0.44.1.宋文武2016-05-02
| | | | * gnu/packages/gnome.scm (vte): Update to 0.44.1.
* gnu: gnome-desktop: Update to 3.20.1.宋文武2016-05-02
| | | | * gnu/packages/gnome.scm (gnome-desktop): Update to 3.20.1.
* gnu: gtkmm: Update to 3.20.1.宋文武2016-05-02
| | | | * gnu/packages/gtk.scm (gtkmm): Update to 3.20.1.
* gnu: gtksourceview: Update to 3.20.2.宋文武2016-05-02
| | | | * gnu/packages/gtk.scm (gtksourceview): Update to 3.20.2.
* gnu: gtk+: Update to 3.20.3.宋文武2016-05-02
| | | | * gnu/packages/gtk.scm (gtk+): Update to 3.20.3.
* gnu: at-spi2-atk: Update to 2.20.1.宋文武2016-05-02
| | | | * gnu/packages/gtk.scm (at-spi2-atk): Update to 2.20.1.
* gnu: at-spi2-core: Update to 2.20.1.宋文武2016-05-02
| | | | * gnu/packages/gtk.scm (at-spi2-core): Update to 2.20.1.
* gnu: pango: Update to 1.40.1.宋文武2016-05-02
| | | | * gnu/packages/gtk.scm (pango): Update to 1.40.1.
* gnu: gtkmm: Run Xvfb for tests.Ludovic Courtès2016-05-02
| | | | * gnu/packages/gtk.scm (gtkmm)[arguments]: New field.
* gnu: gedit: Fix build by passing '--disable-spell'.宋文武2016-05-02
| | | | * gnu/packages/gnome.scm (gedit)[arguments]: Pass '--disable-spell' to configure.
* Revert "Revert "gnu: gjs: Skip test_utf8_inout test.""宋文武2016-05-02
| | | | This reverts commit c4eefd63fac3aff1d39e59af1668701630558179.
* Revert "Revert "gnu: geoclue: Update to 2.4.3.""宋文武2016-05-02
| | | | This reverts commit e4a7039e4646989ff77bc5d998f3421252f6b7cb.
* Revert "Revert "gnu: inkscape: Fix build with glibmm-2.48.""宋文武2016-05-02
| | | | This reverts commit 267061ba0bc6df0d61081b97d650d95acec8178a.
* Revert "Revert "Merge branch 'gnome-updates'""宋文武2016-05-02
| | | | This reverts commit e969b140a4382fd91514439a57749379cf00f86b.
* gnu: Add r-xnomial.Ricardo Wurmus2016-05-02
| | | | * gnu/packages/statistics.scm (r-xnomial): New variable.
* gnu: ruby-hashery: Update to 2.1.2.Ben Woodcroft2016-05-02
| | | | | * gnu/packages/ruby.scm (ruby-hashery): Update to 2.1.2. [arguments]: Remove test workaround.
* syscalls: Add 'tcgetattr' and 'tcsetattr' bindings.Ludovic Courtès2016-05-02
| | | | | | | | | | | * guix/build/syscalls.scm (bits->symbols-body, define-bits) (local-flags): New macros. (TCSANOW, TCSADRAIN, TCSAFLUSH): New variables. (<termios>): New record type. (%termios): New C structure. (tcgetattr, tcsetattr): New procedures. * tests/syscalls.scm ("tcgetattr ENOTTY", "tcgetattr") ("tcsetattr"): New tests.
* syscalls: Implement arrays in 'define-c-struct' and use it.Ludovic Courtès2016-05-02
| | | | | | | | | | * guix/build/syscalls.scm (sizeof*, alignof*, write-type, read-type): Add support for (array ...) forms. * guix/build/syscalls.scm (<file-system>)[spare0, spare1]: Remove. [spare]: New field. * guix/build/syscalls.scm (%statfs)[identifier]: Change to (array int 2). [spare0, spare1]: Remove. [spare]: New field.
* gnu: asymptote: Update to 2.37.Nicolas Goaziou2016-05-02
| | | | | | * gnu/packages/plotutils.scm (asymptote): Update to 2.37. * gnu/packages/patches/asymptote-gsl2.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove reference.
* gnu: Add python2-shedskin.Danny Milosavljevic2016-05-02
| | | | | | * gnu/packages/python.scm (python2-shedskin): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: guitarix: Update to 0.35.0.Ricardo Wurmus2016-05-02
| | | | * gnu/packages/audio.scm (guitarix): Update to 0.35.0.
* gnu: qtractor: Update to 0.7.7.Ricardo Wurmus2016-05-02
| | | | * gnu/packages/music.scm (qtractor): Update to 0.7.7.
* gnu: Add antiword.Ricardo Wurmus2016-05-02
| | | | * gnu/packages/textutils.scm (antiword): New variable.
* gnu: Add synthv1.Ricardo Wurmus2016-05-02
| | | | * gnu/packages/music.scm (synthv1): New variable.
* gnu: ao: Replace "itemize" with "enumerate" in description string.John Darrington2016-05-02
| | | | | * gnu/packages/xiph.scm (ao): Replace "itemize" with "enumerate" in description string. Apparently Guile cannot yet handle "itemize" when creating HTML.
* gnu: ao: Format the description string.John Darrington2016-05-02
| | | | * gnu/packages/xiph.scm (ao): Add markup to description string.
* gnu: bootstrap: Add case for i686-mingw.Jan Nieuwenhuizen2016-05-02
| | | | | | * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for i686-mingw. Signed-off-by: Manolis Ragkousis <manolis837@gmail.com>
* syscalls: 'statfs' explicitly binds 'statfs64'.Ludovic Courtès2016-05-02
| | | | * guix/build/syscalls.scm (statfs): Explicitly bind "statfs64".
* syscalls: statfs: Add missing 'mount-flags' field of 'struct statfs'.Ludovic Courtès2016-05-02
| | | | | | * guix/build/syscalls.scm (<file-system>)[mount-flags]: New field. [spare2]: Remove. (%statfs): Likewise.
* gnu: ncmpcpp: Remove bootstrapping phase.Leo Famulari2016-04-30
| | | | | * gnu/packages/mpd.scm (ncmpcpp)[arguments]: Remove 'autogen' phase. [native-inputs]: Remove autoconf, automake, and libtool.
* gnu: Add muscle.Ben Woodcroft2016-04-30
| | | | * gnu/packages/bioinformatics.scm (muscle): New variable.
* gnu: subversion: Update to 1.8.16 [fixes CVE-2016-{2167,2168}].Mark H Weaver2016-04-30
| | | | * gnu/packages/version-control.scm (subversion): Update to 1.8.16.
* gnu: Add uhttpmock.Rene Saavedra2016-04-29
| | | | | | * gnu/packages/web.scm (uhttpmock): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: ruby-hashery: Disable failing test.Ben Woodcroft2016-04-30
| | | | | * gnu/packages/ruby.scm (ruby-hashery)[arguments]: Remove failing test.
* gnu: ruby: Update to 2.3.1.Rob Syme2016-04-30
| | | | | | | * gnu/packages/ruby.scm (ruby): Update to 2.3.1. [origin] Add symlink patch. * gnu/packages/patches/ruby-symlinkfix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch.
* gnu: Add Fossil.Eric Bavier2016-04-29
| | | | | | * gnu/packages/version-control.scm (fossil): New variable. * gnu/packages/patches/fossil-test-fixes.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: eigen: Update to 3.2.8.Ricardo Wurmus2016-04-29
| | | | * gnu/packages/algebra.scm (eigen): Update to 3.2.8.
* nls: Add Simplified Chinese translation.Ludovic Courtès2016-04-29
| | | | | * po/guix/zh_CN.po: New file. * po/guix/LINGUAS: Add 'zh_CN'.
* gnu: Add hplip.Danny Milosavljevic2016-04-29
| | | | | | * gnu/packages/cups.scm (hplip): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* guix system: Reduce size of image produced for 'vm' action.Ludovic Courtès2016-04-29
| | | | | | | | | | | This reduces the size of the image produced by 'guix system vm' from 26 MiB to 9 MiB. * gnu/system/vm.scm (system-qemu-image/shared-store): (system-qemu-image/shared-store-script): Change the default value of #:disk-image-size to 30 MiB when not FULL-BOOT?. * guix/scripts/system.scm (system-derivation-for-action): Likewise for the 'vm' action.
* gnu: giac-xcas: Update to 1.2.2-41.Nicolas Goaziou2016-04-29
| | | | | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-41. [inputs]: Add libxinerama. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: webkitgtk: Update to 2.12.2.Mark H Weaver2016-04-28
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.12.2.
* gnu: python-celery: Rearrange inputs.Efraim Flashner2016-04-28
| | | | | | * gnu/packages/python.scm (python-celery)[propagated-inputs]: Move python-pytz, python-billiard, python-kombu ... [inputs]: ... to here. Add python-amqp, python-anyjson.
* gnu: python-rauth: Rearrange inputs.Efraim Flashner2016-04-28
| | | | | | | | | * gnu/packages/python.scm (python-rauth)[native-inputs]: Remove it. [propagated-inputs]: Move python-requests ... [inputs]: ... to here. [properties]: Define python2-variant. (python2-rauth): Build with 'strip-python2-variant'. [native-inputs]: Add python2-setuptools.
* gnu: libtasn1: Replace 4.7 with 4.8 [fixes CVE-2016-4008].Ludovic Courtès2016-04-28
| | | | | * gnu/packages/tls.scm (libtasn1)[replacement]: New field. (libtasn1/fixed): New variable.
* lint: 'check-vulnerabilities' follows package replacements.Ludovic Courtès2016-04-28
| | | | | | * guix/scripts/lint.scm (check-vulnerabilities): Check the replacement of PACKAGE. * tests/lint.scm ("cve: patched vulnerability in replacement"): New test.
* gnu: Add Red Eclipse.Kei Yamashita2016-04-28
| | | | | | * gnu/packages/games.scm (redeclipse): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: magit: Update to 2.6.2.Alex Kost2016-04-28
| | | | * gnu/packages/emacs.scm (magit): Update to 2.6.2.