- Aug 24, 2013
-
-
Ludovic Courtès authored
* gnu/packages/package-management.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
-
Andreas Enge authored
* gnu/packages/maths.scm: New module. * gnu-system.am (GNU_SYSTEM_MODULES): Add module.
-
Andreas Enge authored
* gnu/packages/gnunet.scm: New module. * gnu-system.am (GNU_SYSTEM_MODULES): Add module. * THANKS: Thank Christian Grothoff for help with debugging.
-
Andreas Enge authored
* gnu/packages/gkrellm.scm: New module. * gnu/packages/gnu-system.am (GNU_SYSTEM_MODULES): Add module.
-
Ludovic Courtès authored
* gnu/packages/valgrind.scm, gnu/packages/patches/valgrind-glibc.patch: New files. * gnu-system.am (GNU_SYSTEM_MODULES): Add valgrind.scm. (dist_patch_DATA): Add valgrind-glibc.patch.
-
Ludovic Courtès authored
* gnu/packages/lightning.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
-
- Aug 20, 2013
-
-
Andreas Enge authored
* gnu/packages/fonts.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add module fonts. * gnu/packages/xorg.scm (font-bitstream-vera-ttf): Move this... * gnu/packages/fonts.scm (ttf-bitstream-vera): ...to this. * gnu/packages/xorg.scm (freefont-ttf): Move this... * gnu/packages/fonts.scm (freefont-ttf): ...to this.
-
- Aug 19, 2013
-
-
Ludovic Courtès authored
* gnu/packages/geeqie.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
-
- Aug 18, 2013
-
-
Ludovic Courtès authored
* gnu/packages/ocrad.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
-
- Aug 07, 2013
-
-
Andreas Enge authored
* gnu/packages/mp3.scm (ripperx): New variable. * gnu/packages/patches/ripperx-libm.patch: New file. * gnu-system.am (dist_patch_DATA): Add patch.
-
Andreas Enge authored
* gnu/packages/cdrom.scm (cdparanoia): New variable. * gnu/packages/patches/cdparanoia-fpic.patch: New file. * gnu-system.am: Add patch.
-
- Aug 05, 2013
-
-
Andreas Enge authored
* gnu/packages/apr.scm: Rename file from libapr.scm. * gnu/packages/patches/apr-skip-getservbyname-test.patch: Rename file from libapr-skip-getservbyname-test.patch. * gnu-system.am (GNU_SYSTEM_MODULES): Rename module libapr to apr. * gnu-system.am (dist_patch_DATA): Rename patch file. * gnu/packages/apr.scm (apr): Rename from libapr. * gnu/packages/apr.scm (apr-util): Rename from libaprutil, change input name. * gnu/packages/version-control.scm (subversion): Change input name.
-
- Jul 19, 2013
-
-
Ludovic Courtès authored
* gnu/packages/xnee.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
-
- Jul 12, 2013
-
-
Ludovic Courtès authored
* gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/patches/plotutils-libpng-jmpbuf.patch: New file. * gnu/packages/plotutils.scm (plotutils): Add `plotutils-libpng-jmpbuf.patch' as an input, and apply it.
-
- Jul 07, 2013
-
-
Ludovic Courtès authored
* gnu/packages/gettext.scm (gettext): Upgrade to 0.18.3. Remove patch. Change `patch-tests' phase to use (which "sh'); keep it regardless of whether we're cross compiling.
-
- Jul 03, 2013
-
-
Ludovic Courtès authored
* gnu/packages/noweb.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
-
- Jun 29, 2013
-
-
Ludovic Courtès authored
* gnu/packages/rush.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
-
- Jun 28, 2013
-
-
Cyril Roelandt authored
* gnu/packages/patches/gnutls-fix-tests-on-32-bits-system.patch: New file. * gnu-system.am: Add it here... * gnu/packages/gnutls.scm (gnutls): ... and use it here. Thanks to Nikos Mavrogiannopoulos for providing this patch: http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/6778
-
- Jun 27, 2013
-
-
Ludovic Courtès authored
* gnu/packages/lsh.scm (lsh): Upgrade to 2.1. Add Nettle as an input. Remove now unneeded patches. * gnu/packages/patches/lsh-guile-compat.patch, gnu/packages/patches/lsh-no-root-login.patch, gnu/packages/patches/lsh-pam-service-name.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove them.
-
- Jun 19, 2013
-
-
Ludovic Courtès authored
* 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.
-
Ludovic Courtès authored
* gnu/packages/imagemagick.scm: New file. * Makefile.am (MODULES): Add it. * guix/download.scm (%mirrors): Add `imagemagick' entry.
-
- Jun 17, 2013
-
-
Cyril Roelandt authored
* gnu/packages/subversion.scm: Remove file. * gnu/packages/version-control.scm (subversion): New variable. * Makefile.am (MODULES): remove subversion.scm.
-
- Jun 16, 2013
-
-
Ludovic Courtès authored
* Makefile.am (MODULES): Remove git.scm.
-
Ludovic Courtès authored
* gnu/packages/graphviz.scm: New file. * Makefile.am (MODULES): Add it.
-
Ludovic Courtès authored
* gnu/packages/gd.scm: New file. * Makefile.am (MODULES): Add it.
-
- Jun 14, 2013
-
-
Andreas Enge authored
* gnu/packages/gtk.scm (cairo): New variable.
-
- Jun 11, 2013
-
-
Ludovic Courtès authored
* gnu/packages/gcal.scm: New file. * Makefile.am (MODULES): Add it.
-
- Jun 08, 2013
-
-
Ludovic Courtès authored
* gnu/packages/glib.scm (glib): Update to 2.37.1. Add Bash and tzdata as inputs. Remove `glib-tests-timezone.patch'. Augment `pre-build' phase to set `TZDIR', `XDG_CACHE_HOME', and to modify makefiles to honor $(TESTS_ENVIRONMENT). * gnu/packages/patches/glib-tests-desktop.patch, gnu/packages/patches/glib-tests-homedir.patch: Update. * gnu/packages/patches/glib-tests-timezone.patch: Remove. * Makefile.am (dist_patch_DATA): Update accordingly.
-
- Jun 04, 2013
-
-
Ludovic Courtès authored
* gnu/packages/wordnet.scm: New file. * Makefile.am (MODULES): Add it.
-
- Jun 03, 2013
-
-
Nikita Karetnikov authored
* gnu/packages/grue-hunter.scm: New file. * Makefile.am (MODULES): Add it.
-
- May 31, 2013
-
-
Ludovic Courtès authored
* gnu/packages/xlockmore.scm: New file. * Makefile.am (MODULES): Add it.
-
- May 24, 2013
-
-
Ludovic Courtès authored
* guix/build-system/gnu.scm (inputs-search-paths): New procedure. (standard-search-paths): Use it. (expand-inputs): New procedure. (standard-inputs): Use it. (standard-cross-packages, standard-cross-inputs, standard-cross-search-paths, gnu-cross-build): New procedures. (gnu-build-system): Set `cross-build' field to `gnu-cross-build'. * gnu/packages/cross-base.scm: Export `cross-gcc', `cross-binutils', and `cross-libc'. * guix/build/gnu-cross-build.scm: New file. * Makefile.am (MODULES): Add it.
-
- May 23, 2013
-
-
Ludovic Courtès authored
* gnu/packages/unrtf.scm: New file. * Makefile.am (MODULES): Add it.
-
- May 21, 2013
-
-
Ludovic Courtès authored
* gnu/packages/plotutils.scm: New file. * Makefile.am (MODULES): Add it.
-
- May 12, 2013
-
-
Ludovic Courtès authored
* Makefile.am (assert-no-store-file-names): New target. (dist-hook): Depend on it.
-
Ludovic Courtès authored
* Makefile.am (sync-synopses): New rule, formerly `dist-hook. (gen-ChangeLog): New rule. (dist-hook): Depend on these two targets.
-
Ludovic Courtès authored
* guix/utils.scm (define-record-type*): Move to... * guix/records.scm: ... here. New file. * guix/build-system.scm, guix/packages.scm: Use it. * guix/gnu-maintenance.scm: Likewise. (official-gnu-packages)[alist->record]: Remove. * guix/scripts/substitute-binary.scm: Likewise. (alist->record, object->fields): Remove. * tests/utils.scm ("define-record-type*", "define-record-type* with letrec* behavior", "define-record-type* & inherit", "define-record-type* & inherit & letrec* behavior", "define-record-type* & thunked", "define-record-type* & thunked & default", "define-record-type* & thunked & inherited"): Move to... * tests/records.scm: ... here. New file.
-
- May 11, 2013
-
-
Ludovic Courtès authored
* gnu/packages/bazaar.scm: Rename to... * gnu/packages/version-control.scm: ... this. (rcs): New variable. * Makefile.am (MODULES): Adjust accordingly.
-
Ludovic Courtès authored
* Makefile.am (CLEANFILES): Really catch .log files from SRFI-64.
-
Ludovic Courtès authored
* Makefile.am (tests/guix-gc.log): New target. This should fix failures that occurred with "make check -j" the first time.
-