summaryrefslogtreecommitdiff
path: root/gnu/local.mk
AgeCommit message (Expand)Author
2016-05-02Revert "Revert "gnu: inkscape: Fix build with glibmm-2.48.""...This reverts commit 267061ba0bc6df0d61081b97d650d95acec8178a. 宋文武
2016-05-02Revert "Revert "Merge branch 'gnome-updates'""...This reverts commit e969b140a4382fd91514439a57749379cf00f86b. 宋文武
2016-05-02gnu: asymptote: Update to 2.37....* 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. Nicolas Goaziou
2016-04-30gnu: ruby: Update to 2.3.1....* 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. Rob Syme
2016-04-29gnu: Add Fossil....* 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. Eric Bavier
2016-04-28gnu: icecat: Add fixes for CVE-2016-{2805,2807,2808,2814} etc....* gnu/packages/patches/icecat-CVE-2016-2805.patch, gnu/packages/patches/icecat-CVE-2016-2807-pt1.patch, gnu/packages/patches/icecat-CVE-2016-2807-pt2.patch, gnu/packages/patches/icecat-CVE-2016-2807-pt3.patch, gnu/packages/patches/icecat-CVE-2016-2807-pt4.patch, gnu/packages/patches/icecat-CVE-2016-2807-pt5.patch, gnu/packages/patches/icecat-CVE-2016-2808.patch, gnu/packages/patches/icecat-CVE-2016-2814.patch, gnu/packages/patches/icecat-update-bundled-graphite2: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat)[source]: Add patches. icecat fixup Mark H Weaver
2016-04-28gnu: fltk: Fix undefined symbol `Fl_XFont_On_Demand::value'....* gnu/packages/patches/fltk-xfont-on-demand.patch: New patch. * gnu/packages/fltk.scm (fltk)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. 宋文武
2016-04-23Revert "Merge branch 'gnome-updates'"...This reverts commit 63655d459e28b09cd8d58743dae14b3460f6c9da, reversing changes made to 80627f51f0238b9450745f4e642172d059ca5bb5. Mark H Weaver
2016-04-23Revert "gnu: inkscape: Fix build with glibmm-2.48."...This reverts commit 0118c6ab62ac90136fe877ded67869c104440ffd. Mark H Weaver
2016-04-23gnu: inkscape: Fix build with glibmm-2.48....* gnu/packages/patches/inkscape-drop-wait-for-targets.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/inkscape.scm (inkscape)[source]: Add patch. Mark H Weaver
2016-04-22gnu: imlib2: Fix CVE-2016-4024....* gnu/packages/patches/imlib2-CVE-2016-4024.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (imlib2): Use it. Leo Famulari
2016-04-23Merge branch 'gnome-updates'宋文武
2016-04-21build: Move 'Makefile' fragments to subdirectories....This follows a convention used by some other GNU packages like Autoconf, Bison, Coreutils, and Gnulib. * doc.am: Rename to ... * doc/local.mk: ... this. * emacs.am: Rename to ... * emacs/local.mk: ... this. * gnu-system.am: Rename to ... * gnu/local.mk: ... this. * daemon.am: Rename to ... * nix/local.mk: ... this. * Makefile.am: Adapt to them. * doc/guix.texi (Porting to a New Platform): Adapt documentation. * guix/config.scm.in (%state-directory, %config-directory): Adapt comments. * emacs/guix-config.el.in (guix-config-state-directory): Likewise. Mathieu Lirzin