build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
# GNU Guix --- Functional package management for GNU
|
2015-01-03 17:35:43 -05:00
|
|
|
# Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
|
2015-02-20 15:53:07 -05:00
|
|
|
# Copyright © 2013, 2014, 2015 Andreas Enge <andreas@enge.fr>
|
2014-12-31 04:48:46 -05:00
|
|
|
# Copyright © 2013, 2014, 2015 Mark H Weaver <mhw@netris.org>
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
#
|
|
|
|
# This file is part of GNU Guix.
|
|
|
|
#
|
|
|
|
# GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
# your option) any later version.
|
|
|
|
#
|
|
|
|
# GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
# Definitions for the GNU System: package modules, patches, bootstrap
|
|
|
|
# binaries.
|
|
|
|
|
|
|
|
GNU_SYSTEM_MODULES = \
|
2014-05-22 17:20:12 -04:00
|
|
|
gnu.scm \
|
2014-11-12 08:28:36 -05:00
|
|
|
gnu/artwork.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages.scm \
|
2015-02-16 15:52:58 -05:00
|
|
|
gnu/packages/aarddict.scm \
|
2014-09-09 07:54:38 -04:00
|
|
|
gnu/packages/abiword.scm \
|
2013-10-10 06:32:15 -04:00
|
|
|
gnu/packages/acct.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/acl.scm \
|
2014-01-13 15:32:39 -05:00
|
|
|
gnu/packages/admin.scm \
|
2014-11-04 12:20:58 -05:00
|
|
|
gnu/packages/adns.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/algebra.scm \
|
2014-09-03 04:47:05 -04:00
|
|
|
gnu/packages/aidc.scm \
|
2013-11-07 05:23:22 -05:00
|
|
|
gnu/packages/apl.scm \
|
2013-08-24 04:23:11 -04:00
|
|
|
gnu/packages/apr.scm \
|
2014-01-26 17:52:59 -05:00
|
|
|
gnu/packages/asciidoc.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/aspell.scm \
|
|
|
|
gnu/packages/attr.scm \
|
2015-02-20 15:52:21 -05:00
|
|
|
gnu/packages/audacity.scm \
|
2015-01-26 03:59:56 -05:00
|
|
|
gnu/packages/audio.scm \
|
2013-10-14 13:55:53 -04:00
|
|
|
gnu/packages/autogen.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/autotools.scm \
|
|
|
|
gnu/packages/avahi.scm \
|
2014-11-21 18:22:51 -05:00
|
|
|
gnu/packages/avr.scm \
|
2014-05-27 11:04:42 -04:00
|
|
|
gnu/packages/backup.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/base.scm \
|
|
|
|
gnu/packages/bash.scm \
|
|
|
|
gnu/packages/bdw-gc.scm \
|
2014-12-11 09:48:22 -05:00
|
|
|
gnu/packages/bioinformatics.scm \
|
2014-05-26 05:51:49 -04:00
|
|
|
gnu/packages/bittorrent.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/bison.scm \
|
2014-02-04 10:12:38 -05:00
|
|
|
gnu/packages/boost.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/bootstrap.scm \
|
2014-05-27 02:53:30 -04:00
|
|
|
gnu/packages/busybox.scm \
|
2014-02-19 17:02:32 -05:00
|
|
|
gnu/packages/calcurse.scm \
|
2014-05-20 13:20:12 -04:00
|
|
|
gnu/packages/ccache.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/cdrom.scm \
|
2015-02-09 13:26:35 -05:00
|
|
|
gnu/packages/certs.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/check.scm \
|
2015-04-19 13:59:37 -04:00
|
|
|
gnu/packages/ci.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/cmake.scm \
|
2015-03-12 06:35:16 -04:00
|
|
|
gnu/packages/code.scm \
|
gnu: Split (gnu packages base), adding (gnu packages commencement).
* gnu/packages/base.scm (gnu-make-boot0, diffutils-boot0,
findutils-boot0, %boot0-inputs, nix-system->gnu-triplet, boot-triplet,
binutils-boot0, gcc-boot0, perl-boot0, linux-libre-headers-boot0,
texinfo-boot0, %boot1-inputs, glibc-final-with-bootstrap-bash,
cross-gcc-wrapper, static-bash-for-glibc, glibc-final,
gcc-boot0-wrapped, %boot2-inputs, binutils-final, libstdc++,
gcc-final, ld-wrapper-boot3, %boot3-inputs, bash-final, %boot4-inputs,
guile-final, gnu-make-final, ld-wrapper, coreutils-final, grep-final,
%boot5-inputs, %final-inputs, canonical-package, gcc-toolchain,
gcc-toolchain-4.8, gcc-toolchain-4.9): Move to...
* gnu/packages/commencement.scm: ... here. New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* build-aux/check-final-inputs-self-contained.scm: Adjust accordingly.
* gnu/packages/cross-base.scm: Likewise.
* gnu/packages/make-bootstrap.scm: Likewise.
* guix/build-system/cmake.scm (cmake-build): Likewise.
* guix/build-system/gnu.scm (standard-packages, gnu-build,
gnu-cross-build): Likewise.
* guix/build-system/perl.scm (perl-build): Likewise.
* guix/build-system/python.scm (python-build): Likewise.
* guix/build-system/trivial.scm (guile-for-build): Likewise.
* guix/download.scm (url-fetch): Likewise.
* guix/gexp.scm (default-guile): Likewise.
* guix/git-download.scm (git-fetch): Likewise.
* guix/monads.scm (run-with-store): Likewise.
* guix/packages.scm (default-guile): Likewise.
* guix/scripts/package.scm (guix-package): Likewise.
* guix/scripts/refresh.scm: Likewise.
* guix/svn-download.scm (svn-fetch): Likewise.
* tests/builders.scm (%bootstrap-inputs, %bootstrap-search-paths):
Likewise.
* tests/packages.scm ("GNU Make, bootstrap"): Likewise.
* tests/guix-package.sh: Likewise.
* gnu/services/base.scm: Use 'canonical-package' instead of xxx-final.
* gnu/services/xorg.scm: Likewise.
* gnu/system/vm.scm: Likewise.
* guix/scripts/pull.scm (guix-pull): Likewise.
2014-08-26 18:25:17 -04:00
|
|
|
gnu/packages/commencement.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/compression.scm \
|
2014-07-07 12:58:18 -04:00
|
|
|
gnu/packages/conkeror.scm \
|
2014-09-03 04:47:05 -04:00
|
|
|
gnu/packages/cook.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/cpio.scm \
|
|
|
|
gnu/packages/cppi.scm \
|
|
|
|
gnu/packages/cross-base.scm \
|
2014-06-25 20:32:23 -04:00
|
|
|
gnu/packages/crypto.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/cryptsetup.scm \
|
2015-01-05 07:56:51 -05:00
|
|
|
gnu/packages/cups.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/curl.scm \
|
2014-03-25 12:40:29 -04:00
|
|
|
gnu/packages/cursynth.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/cyrus-sasl.scm \
|
gnu: Consolidate databases in (gnu packages databases).
* gnu/packages/databases.scm: New file, with the contents of the
following deleted files.
* gnu/packages/mysql.scm, gnu/packages/postgresql.scm,
gnu/packages/recutils.scm, gnu/packages/sqlite.scm,
gnu/packages/bdb.scm: Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/apl.scm, gnu/packages/dc.scm, gnu/packages/games.scm,
gnu/packages/gnunet.scm, gnu/packages/linux.scm, gnu/packages/mail.scm,
gnu/packages/mpd.scm, gnu/packages/nvi.scm, gnu/packages/openldap.scm,
gnu/packages/package-management.scm, gnu/packages/python.scm,
gnu/packages/qt.scm, gnu/packages/rdf.scm,
gnu/packages/version-control.scm: Adjust to new module name.
2014-09-08 11:48:03 -04:00
|
|
|
gnu/packages/databases.scm \
|
2014-07-18 15:36:09 -04:00
|
|
|
gnu/packages/datamash.scm \
|
2014-01-24 12:36:34 -05:00
|
|
|
gnu/packages/dc.scm \
|
2014-11-26 14:22:00 -05:00
|
|
|
gnu/packages/debug.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/dejagnu.scm \
|
2014-01-21 18:21:19 -05:00
|
|
|
gnu/packages/dictionaries.scm \
|
2014-06-03 16:12:05 -04:00
|
|
|
gnu/packages/disk.scm \
|
2015-03-01 18:27:40 -05:00
|
|
|
gnu/packages/djvu.scm \
|
2015-03-13 07:06:19 -04:00
|
|
|
gnu/packages/dns.scm \
|
2014-01-17 17:47:31 -05:00
|
|
|
gnu/packages/docbook.scm \
|
2014-04-24 18:03:36 -04:00
|
|
|
gnu/packages/doxygen.scm \
|
2015-07-08 14:03:49 -04:00
|
|
|
gnu/packages/dunst.scm \
|
2015-02-07 14:12:36 -05:00
|
|
|
gnu/packages/ebook.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/ed.scm \
|
2013-12-15 17:19:44 -05:00
|
|
|
gnu/packages/elf.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/emacs.scm \
|
2014-09-09 07:34:22 -04:00
|
|
|
gnu/packages/enchant.scm \
|
2015-03-04 03:46:04 -05:00
|
|
|
gnu/packages/engineering.scm \
|
2015-03-03 09:16:45 -05:00
|
|
|
gnu/packages/enlightenment.scm \
|
2015-04-02 02:08:37 -04:00
|
|
|
gnu/packages/fcitx.scm \
|
2014-10-04 23:32:14 -04:00
|
|
|
gnu/packages/feh.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/file.scm \
|
2014-10-28 18:07:57 -04:00
|
|
|
gnu/packages/firmware.scm \
|
2014-07-10 08:07:00 -04:00
|
|
|
gnu/packages/fish.scm \
|
2014-09-29 11:52:57 -04:00
|
|
|
gnu/packages/flashing-tools.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/flex.scm \
|
2014-01-25 03:27:14 -05:00
|
|
|
gnu/packages/fltk.scm \
|
2013-08-24 04:23:11 -04:00
|
|
|
gnu/packages/fonts.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/fontutils.scm \
|
2015-02-14 13:57:23 -05:00
|
|
|
gnu/packages/freedesktop.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/freeipmi.scm \
|
2014-04-15 17:01:53 -04:00
|
|
|
gnu/packages/ftp.scm \
|
2014-09-09 05:39:12 -04:00
|
|
|
gnu/packages/fribidi.scm \
|
2015-01-17 04:10:17 -05:00
|
|
|
gnu/packages/fvwm.scm \
|
2014-12-15 05:50:18 -05:00
|
|
|
gnu/packages/game-development.scm \
|
2014-02-19 14:58:24 -05:00
|
|
|
gnu/packages/games.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/gawk.scm \
|
|
|
|
gnu/packages/gcal.scm \
|
|
|
|
gnu/packages/gcc.scm \
|
|
|
|
gnu/packages/gd.scm \
|
|
|
|
gnu/packages/gdb.scm \
|
|
|
|
gnu/packages/gdbm.scm \
|
2013-08-19 18:49:23 -04:00
|
|
|
gnu/packages/geeqie.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/gettext.scm \
|
|
|
|
gnu/packages/ghostscript.scm \
|
2014-05-12 17:54:30 -04:00
|
|
|
gnu/packages/gimp.scm \
|
2013-08-24 04:23:11 -04:00
|
|
|
gnu/packages/gkrellm.scm \
|
2013-09-29 16:49:53 -04:00
|
|
|
gnu/packages/gl.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/glib.scm \
|
2013-09-22 11:53:01 -04:00
|
|
|
gnu/packages/gnome.scm \
|
2015-05-06 02:41:40 -04:00
|
|
|
gnu/packages/gnucash.scm \
|
2013-08-24 04:41:07 -04:00
|
|
|
gnu/packages/gnunet.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/gnupg.scm \
|
2014-03-18 19:18:04 -04:00
|
|
|
gnu/packages/gnustep.scm \
|
2013-11-11 14:44:34 -05:00
|
|
|
gnu/packages/gnuzilla.scm \
|
2013-12-03 12:23:32 -05:00
|
|
|
gnu/packages/gnu-pw-mgr.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/gperf.scm \
|
|
|
|
gnu/packages/gprolog.scm \
|
2014-10-29 09:57:50 -04:00
|
|
|
gnu/packages/gps.scm \
|
2015-01-16 09:47:03 -05:00
|
|
|
gnu/packages/graphics.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/graphviz.scm \
|
|
|
|
gnu/packages/groff.scm \
|
|
|
|
gnu/packages/grub.scm \
|
|
|
|
gnu/packages/grue-hunter.scm \
|
|
|
|
gnu/packages/gsasl.scm \
|
2013-09-22 10:22:00 -04:00
|
|
|
gnu/packages/gstreamer.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/gtk.scm \
|
|
|
|
gnu/packages/guile.scm \
|
2013-12-02 17:25:59 -05:00
|
|
|
gnu/packages/guile-wm.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/gv.scm \
|
2014-02-04 07:48:18 -05:00
|
|
|
gnu/packages/gxmessage.scm \
|
2015-02-25 14:20:24 -05:00
|
|
|
gnu/packages/haskell.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/hugs.scm \
|
2014-02-16 05:17:52 -05:00
|
|
|
gnu/packages/hurd.scm \
|
2015-03-16 02:54:13 -04:00
|
|
|
gnu/packages/ibus.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/icu4c.scm \
|
|
|
|
gnu/packages/idutils.scm \
|
gnu: Consolidate libjpeg, libpng, and libtiff into one module.
* gnu/packages/image.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add image.scm and remove libjpeg.scm,
libpng.scm, and libtiff.scm.
* gnu/packages/libjpeg.scm, gnu/packages/libpng.scm, gnu/packages/libtiff.scm:
Delete files.
* gnu/packages/emacs.scm gnu/packages/games.scm, gnu/packages/gd.scm,
gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm,
gnu/packages/gimp.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnustep.scm, gnu/packages/gnuzilla.scm,
gnu/packages/graphviz.scm, gnu/packages/gtk.scm,
gnu/packages/imagemagick.scm, gnu/packages/inkscape.scm,
gnu/packages/netpbm.scm, gnu/packages/pdf.scm, gnu/packages/plotutils.scm,
gnu/packages/qemu.scm, gnu/packages/qt.scm, gnu/packages/scheme.scm,
gnu/packages/sdl.scm, gnu/packages/slim.scm, gnu/packages/tcl.scm,
gnu/packages/texlive.scm, gnu/packages/video.scm, gnu/packages/xiph.scm,
gnu/packages/xorg.scm: Use (gnu packages image) module.
2014-06-25 08:39:02 -04:00
|
|
|
gnu/packages/image.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/imagemagick.scm \
|
|
|
|
gnu/packages/indent.scm \
|
2014-02-04 10:12:39 -05:00
|
|
|
gnu/packages/inkscape.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/irssi.scm \
|
2013-10-14 21:28:59 -04:00
|
|
|
gnu/packages/iso-codes.scm \
|
2014-12-23 06:32:25 -05:00
|
|
|
gnu/packages/java.scm \
|
2015-04-16 04:46:03 -04:00
|
|
|
gnu/packages/jemalloc.scm \
|
2014-06-30 12:26:08 -04:00
|
|
|
gnu/packages/jrnl.scm \
|
2015-03-20 06:26:23 -04:00
|
|
|
gnu/packages/julia.scm \
|
2013-10-13 12:16:36 -04:00
|
|
|
gnu/packages/kde.scm \
|
2015-03-17 06:43:35 -04:00
|
|
|
gnu/packages/key-mon.scm \
|
2015-03-17 00:07:55 -04:00
|
|
|
gnu/packages/language.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/less.scm \
|
|
|
|
gnu/packages/lesstif.scm \
|
2013-10-02 07:39:17 -04:00
|
|
|
gnu/packages/libcanberra.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/libdaemon.scm \
|
2015-03-07 09:17:47 -05:00
|
|
|
gnu/packages/libedit.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/libevent.scm \
|
2015-02-03 03:45:39 -05:00
|
|
|
gnu/packages/libffcall.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/libffi.scm \
|
2014-07-23 19:59:04 -04:00
|
|
|
gnu/packages/libftdi.scm \
|
2015-04-26 17:46:57 -04:00
|
|
|
gnu/packages/calendar.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/libidn.scm \
|
|
|
|
gnu/packages/libphidget.scm \
|
2015-04-27 16:09:15 -04:00
|
|
|
gnu/packages/libreoffice.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/libsigsegv.scm \
|
|
|
|
gnu/packages/libunistring.scm \
|
|
|
|
gnu/packages/libusb.scm \
|
|
|
|
gnu/packages/libunwind.scm \
|
2015-01-23 10:08:09 -05:00
|
|
|
gnu/packages/libupnp.scm \
|
2013-08-24 04:04:43 -04:00
|
|
|
gnu/packages/lightning.scm \
|
2014-07-11 04:01:05 -04:00
|
|
|
gnu/packages/links.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/linux.scm \
|
2015-03-22 09:23:47 -04:00
|
|
|
gnu/packages/lirc.scm \
|
2014-09-03 04:47:05 -04:00
|
|
|
gnu/packages/lisp.scm \
|
2014-12-07 16:19:35 -05:00
|
|
|
gnu/packages/llvm.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/lout.scm \
|
|
|
|
gnu/packages/lsh.scm \
|
|
|
|
gnu/packages/lsof.scm \
|
|
|
|
gnu/packages/lua.scm \
|
2015-02-28 15:08:50 -05:00
|
|
|
gnu/packages/lxqt.scm \
|
2014-03-05 02:16:06 -05:00
|
|
|
gnu/packages/lynx.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/m4.scm \
|
2015-05-28 09:53:14 -04:00
|
|
|
gnu/packages/machine-learning.scm \
|
2014-04-06 15:36:40 -04:00
|
|
|
gnu/packages/man.scm \
|
2013-09-22 15:01:40 -04:00
|
|
|
gnu/packages/mail.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/make-bootstrap.scm \
|
2013-08-24 04:51:56 -04:00
|
|
|
gnu/packages/maths.scm \
|
2014-03-25 16:51:32 -04:00
|
|
|
gnu/packages/mc.scm \
|
2014-05-26 02:15:53 -04:00
|
|
|
gnu/packages/mcrypt.scm \
|
2014-03-05 19:12:19 -05:00
|
|
|
gnu/packages/messaging.scm \
|
2014-11-26 17:14:16 -05:00
|
|
|
gnu/packages/mg.scm \
|
2014-10-21 15:46:24 -04:00
|
|
|
gnu/packages/miscfiles.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/mit-krb5.scm \
|
2014-02-07 18:04:58 -05:00
|
|
|
gnu/packages/moe.scm \
|
2015-01-31 20:21:11 -05:00
|
|
|
gnu/packages/moreutils.scm \
|
2014-02-23 18:25:17 -05:00
|
|
|
gnu/packages/mpd.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/mp3.scm \
|
2014-05-01 13:16:16 -04:00
|
|
|
gnu/packages/mpi.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/multiprecision.scm \
|
2015-03-11 02:27:14 -04:00
|
|
|
gnu/packages/music.scm \
|
2013-12-01 06:43:29 -05:00
|
|
|
gnu/packages/mtools.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/nano.scm \
|
2014-01-25 03:17:39 -05:00
|
|
|
gnu/packages/ncdu.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/ncurses.scm \
|
|
|
|
gnu/packages/netpbm.scm \
|
|
|
|
gnu/packages/nettle.scm \
|
2015-04-29 10:26:34 -04:00
|
|
|
gnu/packages/networking.scm \
|
2015-01-09 08:37:30 -05:00
|
|
|
gnu/packages/ninja.scm \
|
2014-07-01 02:47:31 -04:00
|
|
|
gnu/packages/node.scm \
|
2013-07-03 09:10:34 -04:00
|
|
|
gnu/packages/noweb.scm \
|
2014-10-18 11:09:45 -04:00
|
|
|
gnu/packages/ntp.scm \
|
2014-11-20 23:16:52 -05:00
|
|
|
gnu/packages/nutrition.scm \
|
2014-09-03 04:47:05 -04:00
|
|
|
gnu/packages/nvi.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/ocaml.scm \
|
2015-03-20 11:22:34 -04:00
|
|
|
gnu/packages/ocr.scm \
|
2014-01-13 12:53:26 -05:00
|
|
|
gnu/packages/onc-rpc.scm \
|
2014-11-16 11:57:06 -05:00
|
|
|
gnu/packages/openbox.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/openldap.scm \
|
2014-07-25 00:40:44 -04:00
|
|
|
gnu/packages/orpheus.scm \
|
2014-09-09 07:39:55 -04:00
|
|
|
gnu/packages/ots.scm \
|
2013-08-24 11:23:17 -04:00
|
|
|
gnu/packages/package-management.scm \
|
2013-11-20 12:05:57 -05:00
|
|
|
gnu/packages/parallel.scm \
|
2014-04-07 12:15:48 -04:00
|
|
|
gnu/packages/patchutils.scm \
|
2014-05-09 09:23:41 -04:00
|
|
|
gnu/packages/pciutils.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/pcre.scm \
|
|
|
|
gnu/packages/pdf.scm \
|
2013-10-21 19:05:25 -04:00
|
|
|
gnu/packages/pem.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/perl.scm \
|
2014-01-15 16:47:55 -05:00
|
|
|
gnu/packages/photo.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/pkg-config.scm \
|
|
|
|
gnu/packages/plotutils.scm \
|
2014-11-08 07:24:21 -05:00
|
|
|
gnu/packages/polkit.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/popt.scm \
|
|
|
|
gnu/packages/pth.scm \
|
2013-10-04 16:45:49 -04:00
|
|
|
gnu/packages/pulseaudio.scm \
|
2015-02-20 19:53:27 -05:00
|
|
|
gnu/packages/pumpio.scm \
|
2014-03-06 15:16:18 -05:00
|
|
|
gnu/packages/pretty-print.scm \
|
2014-04-11 15:38:28 -04:00
|
|
|
gnu/packages/protobuf.scm \
|
2015-06-19 14:12:09 -04:00
|
|
|
gnu/packages/pv.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/python.scm \
|
|
|
|
gnu/packages/qemu.scm \
|
2013-10-04 13:10:29 -04:00
|
|
|
gnu/packages/qt.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/ratpoison.scm \
|
2015-07-09 20:39:42 -04:00
|
|
|
gnu/packages/rc.scm \
|
2015-03-03 08:17:42 -05:00
|
|
|
gnu/packages/rdesktop.scm \
|
2013-11-25 17:09:20 -05:00
|
|
|
gnu/packages/rdf.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/readline.scm \
|
2014-08-07 17:53:02 -04:00
|
|
|
gnu/packages/rrdtool.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/rsync.scm \
|
2014-09-27 08:56:44 -04:00
|
|
|
gnu/packages/ruby.scm \
|
2013-06-29 16:20:11 -04:00
|
|
|
gnu/packages/rush.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/samba.scm \
|
2015-02-01 09:09:07 -05:00
|
|
|
gnu/packages/sawfish.scm \
|
2014-10-19 04:21:03 -04:00
|
|
|
gnu/packages/scanner.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/scheme.scm \
|
|
|
|
gnu/packages/screen.scm \
|
2013-10-21 19:50:01 -04:00
|
|
|
gnu/packages/sdl.scm \
|
2014-02-16 23:09:18 -05:00
|
|
|
gnu/packages/search.scm \
|
2013-12-03 17:22:30 -05:00
|
|
|
gnu/packages/serveez.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/shishi.scm \
|
2015-06-25 06:00:06 -04:00
|
|
|
gnu/packages/skarnet.scm \
|
2013-09-28 16:43:48 -04:00
|
|
|
gnu/packages/skribilo.scm \
|
2015-01-21 08:54:22 -05:00
|
|
|
gnu/packages/slang.scm \
|
2013-11-23 11:48:47 -05:00
|
|
|
gnu/packages/slim.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/smalltalk.scm \
|
|
|
|
gnu/packages/ssh.scm \
|
2014-02-09 10:28:39 -05:00
|
|
|
gnu/packages/stalonetray.scm \
|
2015-02-12 06:58:11 -05:00
|
|
|
gnu/packages/statistics.scm \
|
2015-06-13 15:10:45 -04:00
|
|
|
gnu/packages/suckless.scm \
|
2013-09-29 09:38:11 -04:00
|
|
|
gnu/packages/swig.scm \
|
2015-01-25 13:09:39 -05:00
|
|
|
gnu/packages/sxiv.scm \
|
2014-09-29 01:30:36 -04:00
|
|
|
gnu/packages/synergy.scm \
|
2015-03-11 17:00:07 -04:00
|
|
|
gnu/packages/task-management.scm \
|
2015-01-26 10:12:31 -05:00
|
|
|
gnu/packages/tbb.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/tcl.scm \
|
|
|
|
gnu/packages/tcsh.scm \
|
2014-07-08 12:59:09 -04:00
|
|
|
gnu/packages/telephony.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/texinfo.scm \
|
|
|
|
gnu/packages/texlive.scm \
|
2015-03-04 16:34:13 -05:00
|
|
|
gnu/packages/textutils.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/time.scm \
|
gnu: Rename module gnutls to tls.
* gnu/packages/gnutls.scm: Rename to...
* gnu/packages/tls.scm: ... this. Change module name accordingly.
* gnu/packages/{admin.scm, cups.scm, curl.scm, dc.scm, dns.scm, emacs.scm,
ftp.scm, gnome.scm, gnunet.scm, gnupg.scm, gsasl.scm, lynx.scm,
mail.scm, messaging.scm, package-management.scm, shishi.scm,
task-management.scm, version-control.scm, video.scm, vpn.scm,
webkit.scm, weechat.scm, wget.scm, wine.scm, xml.scm}: Adapt module
import to new name.
* gnu-system.am (GNU_SYSTEM_MODULES): Rename gnutls module to tls.
2015-07-03 15:41:22 -04:00
|
|
|
gnu/packages/tls.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/tmux.scm \
|
|
|
|
gnu/packages/tor.scm \
|
2014-12-03 03:46:41 -05:00
|
|
|
gnu/packages/tre.scm \
|
2015-04-28 15:21:37 -04:00
|
|
|
gnu/packages/tv.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/unrtf.scm \
|
2014-02-24 12:49:54 -05:00
|
|
|
gnu/packages/upnp.scm \
|
2014-08-24 08:56:17 -04:00
|
|
|
gnu/packages/uucp.scm \
|
2013-08-24 04:21:14 -04:00
|
|
|
gnu/packages/valgrind.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/version-control.scm \
|
2013-10-31 18:15:46 -04:00
|
|
|
gnu/packages/video.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/vim.scm \
|
|
|
|
gnu/packages/vpn.scm \
|
2014-07-10 15:34:07 -04:00
|
|
|
gnu/packages/vtk.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/w3m.scm \
|
|
|
|
gnu/packages/wdiff.scm \
|
2014-02-19 14:58:24 -05:00
|
|
|
gnu/packages/web.scm \
|
2015-04-19 05:58:49 -04:00
|
|
|
gnu/packages/webkit.scm \
|
2014-09-11 19:49:22 -04:00
|
|
|
gnu/packages/weechat.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/wget.scm \
|
2015-02-03 23:03:04 -05:00
|
|
|
gnu/packages/wicd.scm \
|
2014-11-15 08:02:30 -05:00
|
|
|
gnu/packages/wine.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/wordnet.scm \
|
2014-09-09 05:54:18 -04:00
|
|
|
gnu/packages/wv.scm \
|
2015-02-20 09:15:12 -05:00
|
|
|
gnu/packages/wxwidgets.scm \
|
2014-10-10 14:10:42 -04:00
|
|
|
gnu/packages/xfig.scm \
|
2014-01-23 13:05:09 -05:00
|
|
|
gnu/packages/xiph.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/xml.scm \
|
2013-07-19 18:50:35 -04:00
|
|
|
gnu/packages/xnee.scm \
|
2014-12-02 08:29:01 -05:00
|
|
|
gnu/packages/xdisorg.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/xorg.scm \
|
2014-12-10 06:08:36 -05:00
|
|
|
gnu/packages/xfce.scm \
|
2013-08-31 08:12:24 -04:00
|
|
|
gnu/packages/yasm.scm \
|
2014-12-06 18:02:43 -05:00
|
|
|
gnu/packages/yubico.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/zile.scm \
|
|
|
|
gnu/packages/zip.scm \
|
2014-09-08 15:06:31 -04:00
|
|
|
gnu/packages/zsh.scm \
|
2013-09-11 16:36:50 -04:00
|
|
|
\
|
2014-02-19 14:58:24 -05:00
|
|
|
gnu/services.scm \
|
2014-05-26 12:23:12 -04:00
|
|
|
gnu/services/avahi.scm \
|
2014-02-19 14:58:24 -05:00
|
|
|
gnu/services/base.scm \
|
2015-05-03 17:02:59 -04:00
|
|
|
gnu/services/databases.scm \
|
2015-05-01 13:36:10 -04:00
|
|
|
gnu/services/desktop.scm \
|
2014-02-19 14:58:24 -05:00
|
|
|
gnu/services/dmd.scm \
|
2015-03-22 09:33:17 -04:00
|
|
|
gnu/services/lirc.scm \
|
2014-02-19 14:58:24 -05:00
|
|
|
gnu/services/networking.scm \
|
2014-06-30 16:33:48 -04:00
|
|
|
gnu/services/ssh.scm \
|
2014-02-19 14:58:24 -05:00
|
|
|
gnu/services/xorg.scm \
|
|
|
|
\
|
2013-12-09 15:32:36 -05:00
|
|
|
gnu/system.scm \
|
2014-05-20 15:59:08 -04:00
|
|
|
gnu/system/file-systems.scm \
|
2013-09-11 16:36:50 -04:00
|
|
|
gnu/system/grub.scm \
|
2014-05-31 16:13:33 -04:00
|
|
|
gnu/system/install.scm \
|
2013-09-11 16:36:50 -04:00
|
|
|
gnu/system/linux.scm \
|
2014-01-29 07:04:00 -05:00
|
|
|
gnu/system/linux-initrd.scm \
|
2014-11-26 16:49:11 -05:00
|
|
|
gnu/system/locale.scm \
|
2015-02-04 15:58:15 -05:00
|
|
|
gnu/system/nss.scm \
|
2013-09-11 16:36:50 -04:00
|
|
|
gnu/system/shadow.scm \
|
2014-09-03 04:47:05 -04:00
|
|
|
gnu/system/vm.scm \
|
|
|
|
\
|
|
|
|
gnu/build/activation.scm \
|
Move part of (gnu build linux-boot) to (gnu build file-systems).
* gnu/build/linux-boot.scm (%ext2-endianness, %ext2-sblock-magic,
%ext2-sblock-creator-os, %ext2-sblock-uuid, %ext2-sblock-volume-name,
read-ext2-superblock, ext2-superblock-uuid,
ext2-superblock-volume-name, disk-partitions,
partition-label-predicate, find-partition-by-label,
canonicalize-device-spec, MS_RDONLY, MS_NOSUID, MS_NODEV, MS_NOEXEC,
MS_BIND, MS_MOVE, bind-mount, check-file-system,
mount-flags->bit-mask, mount-file-system): Move to...
* gnu/build/file-systems.scm: ... here. New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/services/base.scm: Use (gnu build file-systems).
* gnu/services/dmd.scm (dmd-configuration-file): Likewise.
* gnu/system.scm (operating-system-activation-script): Likewise.
* gnu/system/linux-initrd.scm (base-initrd): Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Likewise.
2014-09-03 08:19:51 -04:00
|
|
|
gnu/build/file-systems.scm \
|
2014-09-03 04:47:05 -04:00
|
|
|
gnu/build/install.scm \
|
2014-09-03 05:14:12 -04:00
|
|
|
gnu/build/linux-boot.scm \
|
2015-06-02 08:48:16 -04:00
|
|
|
gnu/build/linux-container.scm \
|
2014-09-03 09:13:44 -04:00
|
|
|
gnu/build/linux-initrd.scm \
|
2014-11-27 17:54:25 -05:00
|
|
|
gnu/build/linux-modules.scm \
|
2014-09-03 04:47:05 -04:00
|
|
|
gnu/build/vm.scm
|
|
|
|
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
|
|
|
|
patchdir = $(guilemoduledir)/gnu/packages/patches
|
|
|
|
dist_patch_DATA = \
|
2014-09-09 07:54:38 -04:00
|
|
|
gnu/packages/patches/abiword-explictly-cast-bools.patch \
|
|
|
|
gnu/packages/patches/abiword-link-plugins-against-backend.patch \
|
|
|
|
gnu/packages/patches/abiword-no-include-glib-internal-headers.patch \
|
|
|
|
gnu/packages/patches/abiword-pass-no-undefined-to-linker.patch \
|
|
|
|
gnu/packages/patches/abiword-use-proper-png-api.patch \
|
|
|
|
gnu/packages/patches/abiword-wmf-version-lookup-fix.patch \
|
2015-01-20 17:23:54 -05:00
|
|
|
gnu/packages/patches/aegis-constness-error.patch \
|
|
|
|
gnu/packages/patches/aegis-perl-tempdir1.patch \
|
|
|
|
gnu/packages/patches/aegis-perl-tempdir2.patch \
|
|
|
|
gnu/packages/patches/aegis-test-fixup-1.patch \
|
|
|
|
gnu/packages/patches/aegis-test-fixup-2.patch \
|
2015-03-18 03:57:50 -04:00
|
|
|
gnu/packages/patches/agg-am_c_prototype.patch \
|
2013-11-03 18:28:03 -05:00
|
|
|
gnu/packages/patches/alsa-lib-mips-atomic-fix.patch \
|
2013-08-24 04:23:11 -04:00
|
|
|
gnu/packages/patches/apr-skip-getservbyname-test.patch \
|
2014-11-11 15:54:41 -05:00
|
|
|
gnu/packages/patches/ath9k-htc-firmware-binutils.patch \
|
|
|
|
gnu/packages/patches/ath9k-htc-firmware-gcc.patch \
|
2014-10-28 18:07:57 -04:00
|
|
|
gnu/packages/patches/ath9k-htc-firmware-objcopy.patch \
|
2015-02-20 15:52:21 -05:00
|
|
|
gnu/packages/patches/audacity-fix-ffmpeg-binding.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/automake-skip-amhello-tests.patch \
|
2013-09-11 17:37:57 -04:00
|
|
|
gnu/packages/patches/avahi-localstatedir.patch \
|
2014-07-24 07:05:43 -04:00
|
|
|
gnu/packages/patches/avrdude-fix-libusb.patch \
|
2015-03-12 17:08:04 -04:00
|
|
|
gnu/packages/patches/bash-completion-directories.patch \
|
2015-01-29 04:35:52 -05:00
|
|
|
gnu/packages/patches/bowtie-fix-makefile.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/bigloo-gc-shebangs.patch \
|
|
|
|
gnu/packages/patches/binutils-ld-new-dtags.patch \
|
2013-11-03 18:08:33 -05:00
|
|
|
gnu/packages/patches/binutils-loongson-workaround.patch \
|
2015-05-20 14:55:26 -04:00
|
|
|
gnu/packages/patches/bitlbee-configure-doc-fix.patch \
|
2015-07-10 09:11:24 -04:00
|
|
|
gnu/packages/patches/boost-mips-avoid-m32.patch \
|
2015-02-17 17:15:18 -05:00
|
|
|
gnu/packages/patches/calibre-drop-unrar.patch \
|
2015-03-24 15:35:37 -04:00
|
|
|
gnu/packages/patches/calibre-no-updates-dialog.patch \
|
2013-08-24 04:23:11 -04:00
|
|
|
gnu/packages/patches/cdparanoia-fpic.patch \
|
2015-02-20 15:53:07 -05:00
|
|
|
gnu/packages/patches/chmlib-inttypes.patch \
|
2015-06-19 11:18:03 -04:00
|
|
|
gnu/packages/patches/clang-libc-search-path.patch \
|
2014-04-16 04:58:31 -04:00
|
|
|
gnu/packages/patches/clucene-pkgconfig.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/cmake-fix-tests.patch \
|
2014-12-30 14:13:20 -05:00
|
|
|
gnu/packages/patches/cpio-CVE-2014-9112-pt1.patch \
|
|
|
|
gnu/packages/patches/cpio-CVE-2014-9112-pt2.patch \
|
|
|
|
gnu/packages/patches/cpio-CVE-2014-9112-pt3.patch \
|
|
|
|
gnu/packages/patches/cpio-CVE-2014-9112-pt4.patch \
|
|
|
|
gnu/packages/patches/cpio-CVE-2014-9112-pt5.patch \
|
2015-06-17 22:13:33 -04:00
|
|
|
gnu/packages/patches/cpio-fix-symlink-bad-length-test.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/cpio-gets-undeclared.patch \
|
2015-02-18 15:20:57 -05:00
|
|
|
gnu/packages/patches/cpufrequtils-fix-aclocal.patch \
|
2015-02-26 10:34:49 -05:00
|
|
|
gnu/packages/patches/crossmap-allow-system-pysam.patch \
|
2014-05-27 15:38:47 -04:00
|
|
|
gnu/packages/patches/cssc-gets-undeclared.patch \
|
|
|
|
gnu/packages/patches/cssc-missing-include.patch \
|
2015-01-20 17:23:54 -05:00
|
|
|
gnu/packages/patches/clucene-contribs-lib.patch \
|
2014-06-25 15:25:26 -04:00
|
|
|
gnu/packages/patches/cursynth-wave-rand.patch \
|
2013-09-11 17:37:57 -04:00
|
|
|
gnu/packages/patches/dbus-localstatedir.patch \
|
2015-06-23 05:05:11 -04:00
|
|
|
gnu/packages/patches/dealii-p4est-interface.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/diffutils-gets-undeclared.patch \
|
2014-09-29 06:27:30 -04:00
|
|
|
gnu/packages/patches/dfu-programmer-fix-libusb.patch \
|
2014-04-24 18:03:36 -04:00
|
|
|
gnu/packages/patches/doxygen-test.patch \
|
|
|
|
gnu/packages/patches/doxygen-tmake.patch \
|
2014-09-28 16:04:34 -04:00
|
|
|
gnu/packages/patches/duplicity-piped-password.patch \
|
|
|
|
gnu/packages/patches/duplicity-test_selection-tmp.patch \
|
2015-04-11 11:02:30 -04:00
|
|
|
gnu/packages/patches/elfutils-tests-ptrace.patch \
|
gnu: emacs: Do not keep references to the entries of the build-time $PATH.
This reduces the number of references of the output from 54 to 31,
removing references notably to gcc, expat, glib:bin, ld-wrapper-0,
texinfo, pkg-config, make, gawk, binutils, etc.
Reported by David Thompson.
* gnu/packages/patches/emacs-exec-path.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/emacs.scm (emacs)[source]: Use it.
2015-04-13 17:09:06 -04:00
|
|
|
gnu/packages/patches/emacs-exec-path.patch \
|
2014-09-13 04:47:58 -04:00
|
|
|
gnu/packages/patches/eudev-rules-directory.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/findutils-absolute-paths.patch \
|
2015-06-04 06:49:43 -04:00
|
|
|
gnu/packages/patches/findutils-localstatedir.patch \
|
2014-08-05 00:15:08 -04:00
|
|
|
gnu/packages/patches/flashrom-use-libftdi1.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/flex-bison-tests.patch \
|
2015-05-05 01:38:59 -04:00
|
|
|
gnu/packages/patches/fltk-shared-lib-defines.patch \
|
2015-05-22 00:09:26 -04:00
|
|
|
gnu/packages/patches/fuse-CVE-2015-3202.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/gawk-shell.patch \
|
2015-04-09 01:48:05 -04:00
|
|
|
gnu/packages/patches/gcc-arm-link-spec-fix.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/gcc-cross-environment-variables.patch \
|
2015-04-30 07:31:59 -04:00
|
|
|
gnu/packages/patches/gcc-libvtv-runpath.patch \
|
2015-05-03 18:23:55 -04:00
|
|
|
gnu/packages/patches/gcc-5.0-libvtv-runpath.patch \
|
2015-04-07 03:42:36 -04:00
|
|
|
gnu/packages/patches/geoclue-config.patch \
|
2015-04-05 09:23:11 -04:00
|
|
|
gnu/packages/patches/ghostscript-runpath.patch \
|
2015-04-16 03:23:52 -04:00
|
|
|
gnu/packages/patches/gitolite-openssh-6.8-compat.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/glib-tests-desktop.patch \
|
|
|
|
gnu/packages/patches/glib-tests-homedir.patch \
|
|
|
|
gnu/packages/patches/glib-tests-prlimit.patch \
|
2014-07-10 18:03:42 -04:00
|
|
|
gnu/packages/patches/glib-tests-timer.patch \
|
2014-12-03 16:51:18 -05:00
|
|
|
gnu/packages/patches/glib-tests-gapplication.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/glibc-bootstrap-system.patch \
|
2013-09-15 17:37:32 -04:00
|
|
|
gnu/packages/patches/glibc-ldd-x86_64.patch \
|
2015-02-11 05:19:29 -05:00
|
|
|
gnu/packages/patches/glibc-locales.patch \
|
2014-12-31 04:17:45 -05:00
|
|
|
gnu/packages/patches/gmp-arm-asm-nothumb.patch \
|
2015-01-26 05:13:05 -05:00
|
|
|
gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch \
|
2013-10-15 21:47:56 -04:00
|
|
|
gnu/packages/patches/gobject-introspection-cc.patch \
|
2015-01-26 05:13:05 -05:00
|
|
|
gnu/packages/patches/gobject-introspection-girepository.patch \
|
2015-02-26 04:26:16 -05:00
|
|
|
gnu/packages/patches/grep-CVE-2015-1345.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/grub-gets-undeclared.patch \
|
2015-03-05 03:12:20 -05:00
|
|
|
gnu/packages/patches/grub-freetype.patch \
|
2015-06-20 01:38:56 -04:00
|
|
|
gnu/packages/patches/gsl-poly-test-fix-pt1.patch \
|
|
|
|
gnu/packages/patches/gsl-poly-test-fix-pt2.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/guile-1.8-cpp-4.5.patch \
|
2014-12-31 04:48:46 -05:00
|
|
|
gnu/packages/patches/guile-arm-fixes.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/guile-default-utf8.patch \
|
|
|
|
gnu/packages/patches/guile-linux-syscalls.patch \
|
|
|
|
gnu/packages/patches/guile-relocatable.patch \
|
2013-12-28 02:19:42 -05:00
|
|
|
gnu/packages/patches/gtkglext-disable-disable-deprecated.patch \
|
2013-08-30 08:18:34 -04:00
|
|
|
gnu/packages/patches/hop-bigloo-4.0b.patch \
|
2015-05-05 21:21:38 -04:00
|
|
|
gnu/packages/patches/hop-linker-flags.patch \
|
2015-06-14 18:11:00 -04:00
|
|
|
gnu/packages/patches/hwloc-gather-topology-lstopo.patch \
|
2015-04-19 13:59:37 -04:00
|
|
|
gnu/packages/patches/hydra-automake-1.15.patch \
|
|
|
|
gnu/packages/patches/hydra-disable-darcs-test.patch \
|
gnu: icecat: Update to 31.8.0-gnu1.
* gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch: New file.
* gnu/packages/patches/icecat-CVE-2015-2722-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-2722-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-2724-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-2724-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-2724-pt3.patch,
gnu/packages/patches/icecat-CVE-2015-2724-pt4.patch,
gnu/packages/patches/icecat-CVE-2015-2728-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-2728-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-2733-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-2733-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-2735.patch,
gnu/packages/patches/icecat-CVE-2015-2736.patch,
gnu/packages/patches/icecat-CVE-2015-2738.patch,
gnu/packages/patches/icecat-CVE-2015-2739.patch,
gnu/packages/patches/icecat-CVE-2015-2740.patch,
gnu/packages/patches/icecat-CVE-2015-2743.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them, and add the new file.
* gnu/packages/gnuzilla.scm (icecat): Update to 31.8.0-gnu1. Remove the
outdated patches and add the new one.
2015-07-15 15:28:36 -04:00
|
|
|
gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch \
|
2015-07-06 22:58:52 -04:00
|
|
|
gnu/packages/patches/icecat-libvpx-1.4.patch \
|
2014-12-26 15:48:26 -05:00
|
|
|
gnu/packages/patches/irrlicht-mesa-10.patch \
|
2014-09-15 01:51:01 -04:00
|
|
|
gnu/packages/patches/jbig2dec-ignore-testtest.patch \
|
2014-06-22 15:14:23 -04:00
|
|
|
gnu/packages/patches/kmod-module-directory.patch \
|
2015-03-05 12:14:43 -05:00
|
|
|
gnu/packages/patches/lftp-dont-save-unknown-host-fingerprint.patch \
|
2015-07-07 02:30:25 -04:00
|
|
|
gnu/packages/patches/liba52-enable-pic.patch \
|
|
|
|
gnu/packages/patches/liba52-link-with-libm.patch \
|
|
|
|
gnu/packages/patches/liba52-set-soname.patch \
|
|
|
|
gnu/packages/patches/liba52-use-mtune-not-mcpu.patch \
|
2014-10-11 22:49:15 -04:00
|
|
|
gnu/packages/patches/libarchive-CVE-2013-0211.patch \
|
|
|
|
gnu/packages/patches/libarchive-fix-lzo-test-case.patch \
|
|
|
|
gnu/packages/patches/libarchive-mtree-filename-length-fix.patch \
|
2014-07-02 14:52:12 -04:00
|
|
|
gnu/packages/patches/libbonobo-activation-test-race.patch \
|
2015-01-20 17:23:54 -05:00
|
|
|
gnu/packages/patches/libcanberra-sound-theme-freedesktop.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/libevent-dns-tests.patch \
|
2013-11-02 18:12:36 -04:00
|
|
|
gnu/packages/patches/liboop-mips64-deplibs-fix.patch \
|
2013-11-01 00:15:16 -04:00
|
|
|
gnu/packages/patches/libmad-mips-newgcc.patch \
|
2013-10-31 23:59:00 -04:00
|
|
|
gnu/packages/patches/libtheora-config-guess.patch \
|
gnu: libtiff: Add fixes for several CVEs.
* gnu/packages/patches/libtiff-CVE-2012-4564.patch,
gnu/packages/patches/libtiff-CVE-2013-1960.patch,
gnu/packages/patches/libtiff-CVE-2013-1961.patch,
gnu/packages/patches/libtiff-CVE-2013-4231.patch,
gnu/packages/patches/libtiff-CVE-2013-4232.patch,
gnu/packages/patches/libtiff-CVE-2013-4243.patch,
gnu/packages/patches/libtiff-CVE-2013-4244.patch,
gnu/packages/patches/libtiff-CVE-2014-8127-pt1.patch,
gnu/packages/patches/libtiff-CVE-2014-8127-pt2.patch,
gnu/packages/patches/libtiff-CVE-2014-8127-pt3.patch,
gnu/packages/patches/libtiff-CVE-2014-8127-pt4.patch,
gnu/packages/patches/libtiff-CVE-2014-8128-pt1.patch,
gnu/packages/patches/libtiff-CVE-2014-8128-pt2.patch,
gnu/packages/patches/libtiff-CVE-2014-8128-pt3.patch,
gnu/packages/patches/libtiff-CVE-2014-8128-pt4.patch,
gnu/packages/patches/libtiff-CVE-2014-8128-pt5.patch,
gnu/packages/patches/libtiff-CVE-2014-8129.patch,
gnu/packages/patches/libtiff-CVE-2014-9330.patch,
gnu/packages/patches/libtiff-CVE-2014-9655.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/image.scm (libtiff)[source]: Add patches.
2015-06-16 00:59:15 -04:00
|
|
|
gnu/packages/patches/libtiff-CVE-2012-4564.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2013-1960.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2013-1961.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2013-4231.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2013-4232.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2013-4243.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2013-4244.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2014-8127-pt1.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2014-8127-pt2.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2014-8127-pt3.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2014-8127-pt4.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2014-8128-pt1.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2014-8128-pt2.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2014-8128-pt3.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2014-8128-pt4.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2014-8128-pt5.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2014-8129.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2014-9330.patch \
|
|
|
|
gnu/packages/patches/libtiff-CVE-2014-9655.patch \
|
2015-04-10 12:09:00 -04:00
|
|
|
gnu/packages/patches/libtool-skip-tests2.patch \
|
2014-04-04 16:00:23 -04:00
|
|
|
gnu/packages/patches/libssh-CVE-2014-0017.patch \
|
2015-07-06 20:02:47 -04:00
|
|
|
gnu/packages/patches/libwmf-CVE-2006-3376.patch \
|
|
|
|
gnu/packages/patches/libwmf-CVE-2009-1364.patch \
|
|
|
|
gnu/packages/patches/libwmf-CVE-2015-0848+4588+4695+4696.patch \
|
2015-03-22 09:23:47 -04:00
|
|
|
gnu/packages/patches/lirc-localstatedir.patch \
|
2014-08-07 20:29:32 -04:00
|
|
|
gnu/packages/patches/lm-sensors-hwmon-attrs.patch \
|
2015-01-20 17:23:54 -05:00
|
|
|
gnu/packages/patches/lua51-liblua-so.patch \
|
2015-02-25 21:00:43 -05:00
|
|
|
gnu/packages/patches/luajit-no_ldconfig.patch \
|
|
|
|
gnu/packages/patches/luajit-symlinks.patch \
|
2013-11-27 16:52:42 -05:00
|
|
|
gnu/packages/patches/luit-posix.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/m4-gets-undeclared.patch \
|
|
|
|
gnu/packages/patches/make-impure-dirs.patch \
|
2015-05-25 22:03:39 -04:00
|
|
|
gnu/packages/patches/maxima-defsystem-mkdir.patch \
|
2014-03-25 16:51:32 -04:00
|
|
|
gnu/packages/patches/mc-fix-ncurses-build.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/mcron-install.patch \
|
2015-06-19 22:42:12 -04:00
|
|
|
gnu/packages/patches/mdadm-gcc-4.9-fix.patch \
|
2014-05-26 02:15:53 -04:00
|
|
|
gnu/packages/patches/mhash-keygen-test-segfault.patch \
|
2013-11-04 13:33:49 -05:00
|
|
|
gnu/packages/patches/mit-krb5-init-fix.patch \
|
2014-02-20 19:00:49 -05:00
|
|
|
gnu/packages/patches/mpc123-initialize-ao.patch \
|
2015-03-04 10:29:08 -05:00
|
|
|
gnu/packages/patches/mplayer2-theora-fix.patch \
|
2014-06-04 10:22:48 -04:00
|
|
|
gnu/packages/patches/module-init-tools-moduledir.patch \
|
2015-06-16 08:10:51 -04:00
|
|
|
gnu/packages/patches/mumps-build-parallelism.patch \
|
2014-09-15 02:03:03 -04:00
|
|
|
gnu/packages/patches/mupdf-buildsystem-fix.patch \
|
2014-12-30 15:17:44 -05:00
|
|
|
gnu/packages/patches/mutt-CVE-2014-9116.patch \
|
2015-06-26 17:01:43 -04:00
|
|
|
gnu/packages/patches/mutt-store-references.patch \
|
2014-10-06 17:10:48 -04:00
|
|
|
gnu/packages/patches/net-tools-bitrot.patch \
|
2015-01-31 16:03:25 -05:00
|
|
|
gnu/packages/patches/ngircd-handle-zombies.patch \
|
|
|
|
gnu/packages/patches/ngircd-no-dns-in-tests.patch \
|
2015-01-14 22:02:43 -05:00
|
|
|
gnu/packages/patches/ninja-tests.patch \
|
2015-01-06 10:57:31 -05:00
|
|
|
gnu/packages/patches/nss-pkgconfig.patch \
|
2015-01-22 17:08:16 -05:00
|
|
|
gnu/packages/patches/nvi-assume-preserve-path.patch \
|
|
|
|
gnu/packages/patches/nvi-dbpagesize-binpower.patch \
|
|
|
|
gnu/packages/patches/nvi-db4.patch \
|
2015-02-25 10:52:05 -05:00
|
|
|
gnu/packages/patches/openexr-missing-samples.patch \
|
2015-04-04 19:17:30 -04:00
|
|
|
gnu/packages/patches/openssl-runpath.patch \
|
2014-07-25 00:40:44 -04:00
|
|
|
gnu/packages/patches/orpheus-cast-errors-and-includes.patch \
|
2014-09-09 07:39:55 -04:00
|
|
|
gnu/packages/patches/ots-no-include-missing-file.patch \
|
2014-02-16 20:20:10 -05:00
|
|
|
gnu/packages/patches/patchelf-page-size.patch \
|
2015-01-06 16:41:55 -05:00
|
|
|
gnu/packages/patches/patchelf-rework-for-arm.patch \
|
2014-04-07 12:15:48 -04:00
|
|
|
gnu/packages/patches/patchutils-xfail-gendiff-tests.patch \
|
2015-06-08 09:19:58 -04:00
|
|
|
gnu/packages/patches/patch-hurd-path-max.patch \
|
2015-03-15 18:38:32 -04:00
|
|
|
gnu/packages/patches/pavucontrol-sigsegv.patch \
|
2015-04-04 11:15:30 -04:00
|
|
|
gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch \
|
2015-04-19 10:59:23 -04:00
|
|
|
gnu/packages/patches/perl-module-pluggable-search.patch \
|
2015-04-07 18:03:04 -04:00
|
|
|
gnu/packages/patches/perl-net-amazon-s3-moose-warning.patch \
|
2015-06-12 03:40:12 -04:00
|
|
|
gnu/packages/patches/perl-net-ssleay-disable-ede-test.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/perl-no-sys-dirs.patch \
|
2014-05-12 12:42:53 -04:00
|
|
|
gnu/packages/patches/perl-tk-x11-discover.patch \
|
2014-06-13 00:54:44 -04:00
|
|
|
gnu/packages/patches/pingus-sdl-libs-config.patch \
|
2013-07-12 16:25:30 -04:00
|
|
|
gnu/packages/patches/plotutils-libpng-jmpbuf.patch \
|
2014-11-09 12:55:31 -05:00
|
|
|
gnu/packages/patches/polkit-drop-test.patch \
|
2015-03-01 19:06:35 -05:00
|
|
|
gnu/packages/patches/portaudio-audacity-compat.patch \
|
2015-06-23 04:54:00 -04:00
|
|
|
gnu/packages/patches/preseq-1.0.2-install-to-PREFIX.patch \
|
|
|
|
gnu/packages/patches/preseq-1.0.2-link-with-libbam.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/procps-make-3.82.patch \
|
2015-01-10 02:02:46 -05:00
|
|
|
gnu/packages/patches/pt-scotch-build-parallelism.patch \
|
2014-10-24 03:39:34 -04:00
|
|
|
gnu/packages/patches/pulseaudio-fix-mult-test.patch \
|
2015-03-31 14:13:29 -04:00
|
|
|
gnu/packages/patches/pulseaudio-longer-test-timeout.patch \
|
2015-04-20 01:45:43 -04:00
|
|
|
gnu/packages/patches/pycairo-wscript.patch \
|
2014-05-05 11:12:55 -04:00
|
|
|
gnu/packages/patches/pybugz-encode-error.patch \
|
|
|
|
gnu/packages/patches/pybugz-stty.patch \
|
2015-01-25 14:07:08 -05:00
|
|
|
gnu/packages/patches/pyqt-configure.patch \
|
2015-06-12 03:24:12 -04:00
|
|
|
gnu/packages/patches/python-disable-ssl-test.patch \
|
2014-03-02 19:53:11 -05:00
|
|
|
gnu/packages/patches/python-fix-tests.patch \
|
2015-04-09 18:57:52 -04:00
|
|
|
gnu/packages/patches/python-libffi-mips-n32-fix.patch \
|
2015-02-24 18:56:31 -05:00
|
|
|
gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \
|
2014-11-17 20:36:01 -05:00
|
|
|
gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch \
|
2014-11-18 19:57:41 -05:00
|
|
|
gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch \
|
2015-06-10 15:11:48 -04:00
|
|
|
gnu/packages/patches/qemu-CVE-2015-3209.patch \
|
2015-05-14 19:01:26 -04:00
|
|
|
gnu/packages/patches/qemu-CVE-2015-3456.patch \
|
gnu: qemu: Add fixes for CVE-2015-{4037,4103,4104,4105,4106}.
* gnu/packages/patches/qemu-CVE-2015-4037.patch,
gnu/packages/patches/qemu-CVE-2015-4103.patch,
gnu/packages/patches/qemu-CVE-2015-4104.patch,
gnu/packages/patches/qemu-CVE-2015-4105.patch,
gnu/packages/patches/qemu-CVE-2015-4106-pt1.patch,
gnu/packages/patches/qemu-CVE-2015-4106-pt2.patch,
gnu/packages/patches/qemu-CVE-2015-4106-pt3.patch,
gnu/packages/patches/qemu-CVE-2015-4106-pt4.patch,
gnu/packages/patches/qemu-CVE-2015-4106-pt5.patch,
gnu/packages/patches/qemu-CVE-2015-4106-pt6.patch,
gnu/packages/patches/qemu-CVE-2015-4106-pt7.patch,
gnu/packages/patches/qemu-CVE-2015-4106-pt8.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/qemu.scm (qemu-headless)[source]: Add patches.
2015-06-15 23:57:14 -04:00
|
|
|
gnu/packages/patches/qemu-CVE-2015-4037.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2015-4103.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2015-4104.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2015-4105.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2015-4106-pt1.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2015-4106-pt2.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2015-4106-pt3.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2015-4106-pt4.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2015-4106-pt5.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2015-4106-pt6.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2015-4106-pt7.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2015-4106-pt8.patch \
|
2015-04-15 07:30:25 -04:00
|
|
|
gnu/packages/patches/qt4-ldflags.patch \
|
2013-10-12 17:34:22 -04:00
|
|
|
gnu/packages/patches/qt4-tests.patch \
|
2015-04-30 17:25:54 -04:00
|
|
|
gnu/packages/patches/qt5-conflicting-typedefs.patch \
|
2015-04-14 07:27:38 -04:00
|
|
|
gnu/packages/patches/qt5-runpath.patch \
|
2014-02-13 00:42:41 -05:00
|
|
|
gnu/packages/patches/ratpoison-shell.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/readline-link-ncurses.patch \
|
2013-08-24 04:23:11 -04:00
|
|
|
gnu/packages/patches/ripperx-libm.patch \
|
2015-06-08 09:04:07 -04:00
|
|
|
gnu/packages/patches/sed-hurd-path-max.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/scheme48-tests.patch \
|
2014-05-19 01:08:30 -04:00
|
|
|
gnu/packages/patches/scotch-test-threading.patch \
|
2014-12-26 00:32:48 -05:00
|
|
|
gnu/packages/patches/sdl-libx11-1.6.patch \
|
2015-05-07 12:19:33 -04:00
|
|
|
gnu/packages/patches/serf-comment-style-fix.patch \
|
|
|
|
gnu/packages/patches/serf-deflate-buckets-test-fix.patch \
|
2014-02-05 16:18:14 -05:00
|
|
|
gnu/packages/patches/slim-session.patch \
|
|
|
|
gnu/packages/patches/slim-config.patch \
|
2014-02-09 17:20:42 -05:00
|
|
|
gnu/packages/patches/slim-sigusr1.patch \
|
2014-04-28 14:20:52 -04:00
|
|
|
gnu/packages/patches/soprano-find-clucene.patch \
|
2015-05-07 05:32:47 -04:00
|
|
|
gnu/packages/patches/subversion-sqlite-3.8.9-fix.patch \
|
2014-05-19 01:12:46 -04:00
|
|
|
gnu/packages/patches/superlu-dist-scotchmetis.patch \
|
2015-05-21 09:47:26 -04:00
|
|
|
gnu/packages/patches/tar-d_ino_in_dirent-fix.patch \
|
2015-06-15 18:27:27 -04:00
|
|
|
gnu/packages/patches/tar-skip-unreliable-tests.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/tcsh-fix-autotest.patch \
|
|
|
|
gnu/packages/patches/teckit-cstdio.patch \
|
2014-07-25 17:37:44 -04:00
|
|
|
gnu/packages/patches/texi2html-document-encoding.patch \
|
2014-08-16 01:56:42 -04:00
|
|
|
gnu/packages/patches/texi2html-i18n.patch \
|
2015-04-28 15:21:37 -04:00
|
|
|
gnu/packages/patches/tvtime-gcc41.patch \
|
|
|
|
gnu/packages/patches/tvtime-pngoutput.patch \
|
|
|
|
gnu/packages/patches/tvtime-videodev2.patch \
|
|
|
|
gnu/packages/patches/tvtime-xmltv.patch \
|
2014-12-30 14:46:21 -05:00
|
|
|
gnu/packages/patches/unzip-CVE-2014-8139.patch \
|
|
|
|
gnu/packages/patches/unzip-CVE-2014-8140.patch \
|
|
|
|
gnu/packages/patches/unzip-CVE-2014-8141.patch \
|
2015-01-23 08:19:02 -05:00
|
|
|
gnu/packages/patches/util-linux-tests.patch \
|
2015-04-12 17:31:36 -04:00
|
|
|
gnu/packages/patches/upower-builddir.patch \
|
2015-03-06 16:16:20 -05:00
|
|
|
gnu/packages/patches/valgrind-glibc-2.21.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/vpnc-script.patch \
|
2014-12-27 10:01:44 -05:00
|
|
|
gnu/packages/patches/vtk-mesa-10.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
gnu/packages/patches/w3m-fix-compile.patch \
|
2015-02-21 13:24:54 -05:00
|
|
|
gnu/packages/patches/weex-vacopy.patch \
|
2015-05-09 09:40:14 -04:00
|
|
|
gnu/packages/patches/wicd-template-instantiation.patch \
|
2015-02-05 23:47:03 -05:00
|
|
|
gnu/packages/patches/wicd-urwid-1.3.patch \
|
2014-12-04 16:22:04 -05:00
|
|
|
gnu/packages/patches/wmctrl-64-fix.patch \
|
2015-04-23 20:31:05 -04:00
|
|
|
gnu/packages/patches/wpa-supplicant-CVE-2015-1863.patch \
|
2015-05-11 12:46:31 -04:00
|
|
|
gnu/packages/patches/wpa-supplicant-2015-2-fix.patch \
|
|
|
|
gnu/packages/patches/wpa-supplicant-2015-3-fix.patch \
|
|
|
|
gnu/packages/patches/wpa-supplicant-2015-4-fix-pt1.patch \
|
|
|
|
gnu/packages/patches/wpa-supplicant-2015-4-fix-pt2.patch \
|
|
|
|
gnu/packages/patches/wpa-supplicant-2015-4-fix-pt3.patch \
|
|
|
|
gnu/packages/patches/wpa-supplicant-2015-4-fix-pt4.patch \
|
|
|
|
gnu/packages/patches/wpa-supplicant-2015-4-fix-pt5.patch \
|
2015-07-08 18:18:40 -04:00
|
|
|
gnu/packages/patches/wpa-supplicant-2015-5-fix.patch \
|
2014-12-19 15:32:48 -05:00
|
|
|
gnu/packages/patches/xf86-video-ark-remove-mibstore.patch \
|
2014-12-19 15:52:36 -05:00
|
|
|
gnu/packages/patches/xf86-video-ast-remove-mibstore.patch \
|
2014-12-19 15:45:59 -05:00
|
|
|
gnu/packages/patches/xf86-video-geode-glibc-2.20.patch \
|
2014-12-19 15:57:09 -05:00
|
|
|
gnu/packages/patches/xf86-video-glint-remove-mibstore.patch \
|
2014-12-19 20:38:55 -05:00
|
|
|
gnu/packages/patches/xf86-video-i128-remove-mibstore.patch \
|
2014-12-19 20:43:03 -05:00
|
|
|
gnu/packages/patches/xf86-video-intel-compat-api.patch \
|
|
|
|
gnu/packages/patches/xf86-video-intel-glibc-2.20.patch \
|
2014-12-19 20:48:18 -05:00
|
|
|
gnu/packages/patches/xf86-video-mach64-glibc-2.20.patch \
|
2014-12-19 20:51:14 -05:00
|
|
|
gnu/packages/patches/xf86-video-mga-glibc-2.20.patch \
|
2014-12-19 21:01:51 -05:00
|
|
|
gnu/packages/patches/xf86-video-nv-remove-mibstore.patch \
|
2014-12-19 21:04:35 -05:00
|
|
|
gnu/packages/patches/xf86-video-openchrome-glibc-2.20.patch \
|
2014-12-19 21:07:35 -05:00
|
|
|
gnu/packages/patches/xf86-video-r128-glibc-2.20.patch \
|
2014-12-19 21:09:43 -05:00
|
|
|
gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch \
|
2015-04-01 15:15:15 -04:00
|
|
|
gnu/packages/patches/xf86-video-sis-fix-exa-crash.patch \
|
2014-12-19 21:12:04 -05:00
|
|
|
gnu/packages/patches/xf86-video-sis-update-api.patch \
|
2014-12-19 21:20:02 -05:00
|
|
|
gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch \
|
2014-12-19 21:21:17 -05:00
|
|
|
gnu/packages/patches/xf86-video-tga-remove-mibstore.patch \
|
2014-12-19 21:23:13 -05:00
|
|
|
gnu/packages/patches/xf86-video-trident-remove-mibstore.patch \
|
2014-12-19 21:26:54 -05:00
|
|
|
gnu/packages/patches/xf86-video-vmware-glibc-2.20.patch \
|
2014-12-13 20:50:00 -05:00
|
|
|
gnu/packages/patches/xfce4-panel-plugins.patch \
|
2015-03-01 18:31:05 -05:00
|
|
|
gnu/packages/patches/xmodmap-asprintf.patch \
|
|
|
|
gnu/packages/patches/zathura-plugindir-environment-variable.patch
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
|
2015-04-07 15:36:04 -04:00
|
|
|
MISC_DISTRO_FILES = \
|
2015-04-21 15:07:11 -04:00
|
|
|
gnu/packages/ld-wrapper.in
|
2015-04-07 15:36:04 -04:00
|
|
|
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
bootstrapdir = $(guilemoduledir)/gnu/packages/bootstrap
|
|
|
|
bootstrap_x86_64_linuxdir = $(bootstrapdir)/x86_64-linux
|
|
|
|
bootstrap_i686_linuxdir = $(bootstrapdir)/i686-linux
|
2014-12-31 04:23:12 -05:00
|
|
|
bootstrap_armhf_linuxdir = $(bootstrapdir)/armhf-linux
|
2013-10-17 15:47:56 -04:00
|
|
|
bootstrap_mips64el_linuxdir = $(bootstrapdir)/mips64el-linux
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
|
|
|
|
dist_bootstrap_x86_64_linux_DATA = \
|
|
|
|
gnu/packages/bootstrap/x86_64-linux/bash \
|
|
|
|
gnu/packages/bootstrap/x86_64-linux/mkdir \
|
|
|
|
gnu/packages/bootstrap/x86_64-linux/tar \
|
|
|
|
gnu/packages/bootstrap/x86_64-linux/xz
|
|
|
|
|
|
|
|
dist_bootstrap_i686_linux_DATA = \
|
|
|
|
gnu/packages/bootstrap/i686-linux/bash \
|
|
|
|
gnu/packages/bootstrap/i686-linux/mkdir \
|
|
|
|
gnu/packages/bootstrap/i686-linux/tar \
|
|
|
|
gnu/packages/bootstrap/i686-linux/xz
|
|
|
|
|
2014-12-31 04:23:12 -05:00
|
|
|
dist_bootstrap_armhf_linux_DATA = \
|
|
|
|
gnu/packages/bootstrap/armhf-linux/bash \
|
|
|
|
gnu/packages/bootstrap/armhf-linux/mkdir \
|
|
|
|
gnu/packages/bootstrap/armhf-linux/tar \
|
|
|
|
gnu/packages/bootstrap/armhf-linux/xz
|
|
|
|
|
2013-10-17 15:47:56 -04:00
|
|
|
dist_bootstrap_mips64el_linux_DATA = \
|
|
|
|
gnu/packages/bootstrap/mips64el-linux/bash \
|
|
|
|
gnu/packages/bootstrap/mips64el-linux/mkdir \
|
|
|
|
gnu/packages/bootstrap/mips64el-linux/tar \
|
|
|
|
gnu/packages/bootstrap/mips64el-linux/xz
|
|
|
|
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
# Big bootstrap binaries are not included in the tarball. Instead, they
|
|
|
|
# are downloaded.
|
|
|
|
nodist_bootstrap_x86_64_linux_DATA = \
|
2013-11-14 18:10:10 -05:00
|
|
|
gnu/packages/bootstrap/x86_64-linux/guile-2.0.9.tar.xz
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
nodist_bootstrap_i686_linux_DATA = \
|
2013-11-14 18:10:10 -05:00
|
|
|
gnu/packages/bootstrap/i686-linux/guile-2.0.9.tar.xz
|
2014-12-31 04:23:12 -05:00
|
|
|
nodist_bootstrap_armhf_linux_DATA = \
|
|
|
|
gnu/packages/bootstrap/armhf-linux/guile-2.0.11.tar.xz
|
2013-10-17 15:47:56 -04:00
|
|
|
nodist_bootstrap_mips64el_linux_DATA = \
|
|
|
|
gnu/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
|
|
|
|
# Those files must remain executable, so they remain executable once
|
|
|
|
# imported into the store.
|
2014-12-09 05:44:21 -05:00
|
|
|
set-bootstrap-executable-permissions:
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
chmod +x $(DESTDIR)$(bootstrapdir)/*/{bash,mkdir,tar,xz}
|
|
|
|
|
|
|
|
DISTCLEANFILES = \
|
|
|
|
$(nodist_bootstrap_x86_64_linux_DATA) \
|
2013-10-17 15:47:56 -04:00
|
|
|
$(nodist_bootstrap_i686_linux_DATA) \
|
2014-12-31 04:23:12 -05:00
|
|
|
$(nodist_bootstrap_armhf_linux_DATA) \
|
2013-10-17 15:47:56 -04:00
|
|
|
$(nodist_bootstrap_mips64el_linux_DATA)
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
|
|
|
|
# Method to download a file from an external source.
|
|
|
|
DOWNLOAD_FILE = \
|
|
|
|
GUILE_LOAD_COMPILED_PATH="$(top_builddir):$$GUILE_LOAD_COMPILED_PATH" \
|
|
|
|
$(GUILE) --no-auto-compile -L "$(top_builddir)" -L "$(top_srcdir)" \
|
|
|
|
"$(top_srcdir)/build-aux/download.scm"
|
|
|
|
|
2013-11-14 18:10:10 -05:00
|
|
|
gnu/packages/bootstrap/x86_64-linux/guile-2.0.9.tar.xz:
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
$(MKDIR_P) `dirname "$@"`
|
2013-11-14 18:10:10 -05:00
|
|
|
$(DOWNLOAD_FILE) "$@" "037b103522a2d0d7d69c7ffd8de683dfe5bb4b59c1fafd70b4ffd397fd2f57f0"
|
|
|
|
gnu/packages/bootstrap/i686-linux/guile-2.0.9.tar.xz:
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 17:19:03 -04:00
|
|
|
$(MKDIR_P) `dirname "$@"`
|
2013-11-14 18:10:10 -05:00
|
|
|
$(DOWNLOAD_FILE) "$@" "b757cd46bf13ecac83fb8e955fb50096ac2d17bb610ca8eb816f29302a00a846"
|
2014-12-31 04:23:12 -05:00
|
|
|
gnu/packages/bootstrap/armhf-linux/guile-2.0.11.tar.xz:
|
|
|
|
$(MKDIR_P) `dirname "$@"`
|
|
|
|
$(DOWNLOAD_FILE) "$@" "e551d05d4d385d6706ab8d574856a087758294dc90ab4c06e70a157a685e23d6"
|
2013-10-17 15:47:56 -04:00
|
|
|
gnu/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz:
|
|
|
|
$(MKDIR_P) `dirname "$@"`
|
2013-11-14 18:10:10 -05:00
|
|
|
$(DOWNLOAD_FILE) "$@" "994680f0001346864aa2c2cc5110f380ee7518dcd701c614291682b8e948f73b"
|