summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: gtk+: Update to 3.20.2.宋文武2016-04-16
| | | | * gnu/packages/gtk.scm (gtk+): Update to 3.20.2.
* gnu: at-spi2-atk: Update to 2.20.0.宋文武2016-04-16
| | | | * gnu/packages/gtk.scm (at-spi2-atk): Update to 2.20.0.
* gnu: at-spi2-core: Update to 2.20.0.宋文武2016-04-16
| | | | * gnu/packages/gtk.scm (at-spi2-core): Update to 2.20.0.
* gnu: gtksourceview: Update to 3.20.1.宋文武2016-04-16
| | | | * gnu/packages/gtk.scm (gtksourceview): Update to 3.20.1.
* gnu: atk: Update to 2.20.0.宋文武2016-04-16
| | | | * gnu/packages/gtk.scm (atk): Update to 2.20.0.
* gnu: glibmm: Update to 2.48.1.宋文武2016-04-16
| | | | * gnu/packages/glib.scm (glibmm): Update to 2.48.1.
* gnu: libsigc++: Update to 2.8.0.宋文武2016-04-16
| | | | * gnu/packages/glib.scm (libsigc++): Update to 2.8.0.
* gnu: pango: Update to 1.40.0.宋文武2016-04-16
| | | | * gnu/packages/glib.scm (pango): Update to 1.40.0.
* gnu: gobject-introspection: Update to 1.48.0.宋文武2016-04-16
| | | | * gnu/packages/glib.scm (gobject-introspection): Update to 1.48.0.
* gnu: librsvg: Update to 2.40.15.宋文武2016-04-16
| | | | * gnu/packages/gnome.scm (librsvg): Update to 2.40.15.
* gnu: gdk-pixbuf: Update to 2.34.0.宋文武2016-04-16
| | | | * gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.34.0.
* gnu: shared-mime-info: Update to 1.6.宋文武2016-04-16
| | | | * gnu/packages/gnome.scm (shared-mime-info): Update to 1.6.
* gnu: harfbuzz: Update to 1.2.4.宋文武2016-04-16
| | | | * gnu/packages/gtk.scm (harfbuzz): Update to 1.2.4.
* gnu: glib: Update to 2.48.0.宋文武2016-04-16
| | | | | * gnu/packages/glib.scm (glib): Update to 2.48.0. [propagated-inputs]: New field with pcre.
* gnu: glib: Disable tests in build phases instead of patches.宋文武2016-04-16
| | | | | | | | | | | * gnu/packages/glib.scm (glib)[sources]: Remove glib-tests-desktop.patch, glib-tests-prlimit.patch and glib-tests-gapplicatiotn.patch. [arguments]: Add 'disable-falling-tests' phase. * gnu/packages/patches/glib-tests-timer.patch: Adjust accordingly. * gnu/packages/patches/glib-tests-desktop.patch, gnu/packages/patches/glib-tests-gapplication.patch, gnu/packages/patches/glib-tests-prlimit.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them.
* gnu: glib: Drop glib-tests-homedir.patch.宋文武2016-04-16
| | | | | | | * gnu/packages/glib.scm (glib)[source]: Remove glib-tests-homedir.patch. [arguments]: Set HOME and disable '/gdbus/codegen-peer-to-peer' test. * gnu/packages/patches/glib-tests-homedir.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it.
* gnu: glib: Use modify-phases syntax.宋文武2016-04-16
| | | | * gnu/packages/glib.scm (glib)[arguments]: Use 'modify-phases'.
* gnu: freetype: Add libpng and zlib to propagated-inputs.宋文武2016-04-16
| | | | | * gnu/packages/fontutils.scm (freetype)[propagated-inputs]: New field. [native-inputs]: New field.
* gnu: freetype: Update to 2.6.3.宋文武2016-04-16
| | | | * gnu/packages/fontutils.scm (freetype): Update to 2.6.3.
* gnu: poppler: Update to 0.42.0.宋文武2016-04-16
| | | | * gnu/packages/pdf.scm (poppler): Update to 0.42.0.
* gnu: dbus: Update to 1.10.8.宋文武2016-04-16
| | | | * gnu/packages/glib.scm (dbus): Update to 1.10.8.
* gnu: poppler: Enable GObject introspection.宋文武2016-04-16
| | | | * gnu/packages/pdf.scm (poppler)[native-inputs]: Add gobject-introspection.
* gnu: gobject-introspection: Remove cairo from inputs.宋文武2016-04-16
| | | | | | | It's only for testing and tests are disabled. Remove it will allow building poppler with gobject-introspection. * gnu/packages/glib.scm (gobject-introspection)[inputs]: Remove cairo.
* gnu: cairo: Update to 1.14.6.宋文武2016-04-16
| | | | * gnu/packages/gtk.scm (cairo): Update to 1.14.6.
* gnu: pixman: Update to 0.34.0.宋文武2016-04-16
| | | | * gnu/packages/xdisorg.scm (pixman): Update to 0.34.0.
* gnu: gtk+-2: Update to 2.24.30.宋文武2016-04-16
| | | | * gnu/packages/gtk.scm (gtk+-2): Update to 2.24.30.
* gnu: gtk+: Enable SVG support.宋文武2016-04-16
| | | | | | * gnu/packages/gtk.scm (gtk+, gtk+-2)[propagated-inputs]: Use 'gdk-pixbuf+svg' instead of 'gdk-pixbuf'. (gtk+): Remove librsvg from inputs. Remove 'wrap-gtk-encode-symbolic-svg' phase.
* doc: Mention --localstatedir for when building from Git.Ludovic Courtès2016-04-16
| | | | | | Reported by Hartmut Goebel <h.goebel@crazy-compilers.com>. * doc/contributing.texi (Building from Git): Mention --localstatedir.
* doc: Fix typos.Ludovic Courtès2016-04-16
| | | | * doc/guix.texi (Hardware Considerations): Fix typos.
* syscalls: 'terminal-columns' ignores non-file ports.Ludovic Courtès2016-04-16
| | | | | | * guix/build/syscalls.scm (terminal-columns): Call 'terminal-window-size' only when PORT is a file port. * tests/syscalls.scm ("terminal-columns non-file port"): New test.
* gnu: Add tcc-wrapper.Ludovic Courtès2016-04-16
| | | | * gnu/packages/c.scm (tcc-wrapper): New variable.
* gnu: Add tcc.Ludovic Courtès2016-04-16
| | | | | * gnu/packages/c.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* doc: Remove mention of GNU release freshness checks.Ludovic Courtès2016-04-16
| | | | | | * doc/guix.texi (Invoking guix package): Remove paragraph about automatic check for latest GNU releases, which was removed in 6caa4dfa37e9b87336908e188500c14b402a0090.
* gnu: Add Beast.Ricardo Wurmus2016-04-15
| | | | * gnu/packages/music.scm (beast): New variable.
* gnu: Add rapicorn.Ricardo Wurmus2016-04-15
| | | | * gnu/packages/graphics.scm (rapicorn): New variable.
* gnu: Add libpng-1.2.Ricardo Wurmus2016-04-15
| | | | * gnu/packages/image.scm (libpng-1.2): New variable.
* gnu: Add emacs-ffap-rfc-space.Chris Marusich2016-04-15
| | | | | | * gnu/packages/emacs.scm (emacs-ffap-rfc-space): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add emacs-rfcview.Chris Marusich2016-04-15
| | | | | | * gnu/packages/emacs.scm (emacs-rfcview): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add openttd.Albin Söderqvist2016-04-15
| | | | | | | * gnu/packages/games.scm (openttd-engine): New variable (private). (openttd): Inherit it. New variable (public). Signed-off-by: Alex Kost <alezost@gmail.com>
* emacs: Use full profile name in Guix buffer names.Alex Kost2016-04-15
| | | | | | | * emacs/guix-ui.el (guix-ui-buffer-name-default): Rename to... (guix-ui-buffer-name-short): ... this. (guix-ui-buffer-name-full): New procedure. (guix-ui-buffer-name-function): Set it as default.
* emacs: Factorize code for buffer names.Alex Kost2016-04-15
| | | | | | * emacs/guix-ui.el (guix-ui-buffer-name-default): Extract the code to compose buffer name and move to... * emacs/guix-utils.el (guix-compose-buffer-name): ... here. New procedure.
* gnu: fontforge: Swap giflib input for libungif.Eric Bavier2016-04-15
| | | | | | * gnu/packages/fontutils.scm (fontforge)[inputs]: Remove giflib, add libungif. [arguments]: Adjust 'set-library-path' phase accordingly.
* gnu: fontforge: Remove 'patch-configure' phase.Eric Bavier2016-04-15
| | | | | | * gnu/packages/fontutils.scm (fontforge)[arguments]: Remove 'patch-configure' phase, which became unnecessary in the latest versions.
* gnu: fontforge: Install 'showttf' tool.Eric Bavier2016-04-15
| | | | | * gnu/packages/fontutils.scm (fontforge)[arguments]: Add 'build-contrib' phase.
* gnu: fontforge: Use modify-phases.Eric Bavier2016-04-15
| | | | * gnu/packages/fontutils.scm (fontforge)[arguments]: Use modify-phases.
* gnu: Add font-fantasque-sans.Eric Bavier2016-04-15
| | | | * gnu/packages/fonts.scm (font-fantasque-sans): New variable.
* gnu: fontforge: Make SVG builds reproducible.Eric Bavier2016-04-15
| | | | | | * gnu/packages/patches/fontforge-svg-modtime.patch: New file. * gnu/packages/fontutils.scm (fontforge)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add woff2.Eric Bavier2016-04-15
| | | | | | * gnu/packages/fontutils.scm (woff2): New variable. * gnu/packages/patches/woff2-libbrotli.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add brotli.Eric Bavier2016-04-15
| | | | * gnu/packages/compression.scm (brotli): New variable.
* gnu: Add ttf2eot.Eric Bavier2016-04-15
| | | | | | * gnu/packages/fontutils.scm (ttf2eot): New variable. * gnu/packages/patches/ttf2eot-cstddef.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.