aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
Commit message (Collapse)AuthorAge
...
* Revert "gnu: inkscape: Fix build with glibmm-2.48."Mark H Weaver2016-04-23
| | | | This reverts commit 0118c6ab62ac90136fe877ded67869c104440ffd.
* gnu: inkscape: Fix build with glibmm-2.48.Mark H Weaver2016-04-23
| | | | | | * 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.
* gnu: imlib2: Fix CVE-2016-4024.Leo Famulari2016-04-22
| | | | | | * 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.
* Merge branch 'gnome-updates'宋文武2016-04-23
|
* build: Move 'Makefile' fragments to subdirectories.Mathieu Lirzin2016-04-21
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.