Skip to content
Snippets Groups Projects
  1. Aug 24, 2013
    • Ludovic Courtès's avatar
      gnu: Add Guix. · bbe8d8f0
      Ludovic Courtès authored
      * gnu/packages/package-management.scm: New file.
      * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
      bbe8d8f0
    • Andreas Enge's avatar
      gnu: Add units. · 8f8b2451
      Andreas Enge authored
      * gnu/packages/maths.scm: New module.
      * gnu-system.am (GNU_SYSTEM_MODULES): Add module.
      8f8b2451
    • Andreas Enge's avatar
      gnu: Add libextractor. · eb4b2ab6
      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.
      eb4b2ab6
    • Andreas Enge's avatar
      gnu: Add gkrellm. · 21252596
      Andreas Enge authored
      * gnu/packages/gkrellm.scm: New module.
      * gnu/packages/gnu-system.am (GNU_SYSTEM_MODULES): Add module.
      21252596
    • Ludovic Courtès's avatar
      gnu: Add Valgrind. · e78a0ae5
      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.
      e78a0ae5
    • Ludovic Courtès's avatar
      gnu: Add GNU lightning. · 39b04845
      Ludovic Courtès authored
      * gnu/packages/lightning.scm: New file.
      * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
      39b04845
  2. Aug 20, 2013
    • Andreas Enge's avatar
      gnu: Move non-X11 fonts from module xorg to fonts. · 86f1537d
      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.
      86f1537d
  3. Aug 19, 2013
  4. Aug 18, 2013
  5. Aug 07, 2013
    • Andreas Enge's avatar
      gnu: Add ripperX. · 25352fe1
      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.
      25352fe1
    • Andreas Enge's avatar
      gnu: Add cdparanoia. · 6bfc16d9
      Andreas Enge authored
      * gnu/packages/cdrom.scm (cdparanoia): New variable.
      * gnu/packages/patches/cdparanoia-fpic.patch: New file.
      * gnu-system.am: Add patch.
      6bfc16d9
  6. Aug 05, 2013
    • Andreas Enge's avatar
      gnu: Rename "libapr" to "apr" and "libaprutil" to "apr-util". · 2b24faa2
      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.
      2b24faa2
  7. Jul 19, 2013
    • Ludovic Courtès's avatar
      gnu: Add Xnee. · 75c6fd43
      Ludovic Courtès authored
      * gnu/packages/xnee.scm: New file.
      * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
      75c6fd43
  8. Jul 12, 2013
  9. Jul 07, 2013
    • Ludovic Courtès's avatar
      gnu: gettext: Upgrade to 0.18.3. · 2c9143a1
      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.
      2c9143a1
  10. Jul 03, 2013
  11. Jun 29, 2013
  12. Jun 28, 2013
  13. Jun 27, 2013
    • Ludovic Courtès's avatar
      gnu: lsh: Upgrade to 2.1. · 96a8259a
      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.
      96a8259a
  14. Jun 19, 2013
    • Ludovic Courtès's avatar
      build: Split Makefile.am into two parts. · d516736c
      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.
      d516736c
    • Ludovic Courtès's avatar
      gnu: Add ImageMagick. · 7fa37abc
      Ludovic Courtès authored
      * gnu/packages/imagemagick.scm: New file.
      * Makefile.am (MODULES): Add it.
      * guix/download.scm (%mirrors): Add `imagemagick' entry.
      7fa37abc
  15. Jun 17, 2013
  16. Jun 16, 2013
  17. Jun 14, 2013
  18. Jun 11, 2013
  19. Jun 08, 2013
    • Ludovic Courtès's avatar
      gnu: glib: Update to 2.37.1. · 7bc5cc2b
      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.
      7bc5cc2b
  20. Jun 04, 2013
  21. Jun 03, 2013
  22. May 31, 2013
  23. May 24, 2013
    • Ludovic Courtès's avatar
      build-system/gnu: Implement cross build. · 264218a4
      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.
      264218a4
  24. May 23, 2013
  25. May 21, 2013
  26. May 12, 2013
    • Ludovic Courtès's avatar
      build: Make sure the distribution doesn't embed store file names. · a463ffd9
      Ludovic Courtès authored
      * Makefile.am (assert-no-store-file-names): New target.
        (dist-hook): Depend on it.
      a463ffd9
    • Ludovic Courtès's avatar
      build: Generate a ChangeLog file upon "make dist". · e793178a
      Ludovic Courtès authored
      * Makefile.am (sync-synopses): New rule, formerly `dist-hook.
        (gen-ChangeLog): New rule.
        (dist-hook): Depend on these two targets.
      e793178a
    • Ludovic Courtès's avatar
      Move record utilities to (guix records). · c0cd1b3e
      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.
      c0cd1b3e
  27. May 11, 2013
Loading