~ruther/guix-local

ref: c5c555b186a894e6bd3d5709c5199fcab1f0b7d0 guix-local/gnu/packages d---------
c5c555b1 — Ludovic Courtès 13 years ago
gnu: Add Ratpoison.

* gnu/packages/ratpoison.scm: New file.
* Makefile.am (MODULES): Add it.
865c4ef3 — Nikita Karetnikov 13 years ago
gnu: shishi: Update to 1.0.2.

* gnu/packages/shishi.scm (shishi): Update to 1.0.2.
* gnu/packages/patches/shishi-gets-undeclared.patch: Remove it.
* Makefile.am (dist_patch_DATA): Adjust accordingly.
3fdc99da — Cyril Roelandt 13 years ago
gnu: Python: fix the compilation of some modules from the standard library.

This commit enables the bz2, dbm, readline, ssl and zlib modules.

* gnu/packages/gdbm.scm: Enable the compatibility mode.
* gnu/packages/python.scm: Enable a few modules from the standard library.
* gnu/packages/patches/python-fix-dbm.patch: New file.
* Makefile.am: Add it.
04151253 — Ludovic Courtès 13 years ago
gnu: bigloo: Add dependencies on Avahi and libphidget.

* gnu/packages/scheme.scm (bigloo): Add Avahi and libphidget as inputs,
  and pkg-config as a native input.
f14d6b69 — Ludovic Courtès 13 years ago
gnu: Add libphidget.

* gnu/packages/libphidget.scm: New file.
* Makefile.am (MODULES): Add it.
1010e530 — Cyril Roelandt 13 years ago
gnu: Add dwm.

* gnu/packages/dwm.scm: New file.
* Makefile.am: Add it.
6be960c7 — Andreas Enge 13 years ago
Merge branch 'xorg' into core-updates
8dc5d0cf — Andreas Enge 13 years ago
gnu: xorg: Re-enable tests for xorg-server.

* gnu/packages/xorg.scm (xorg-server): Re-enable (failing) tests.
c7f99931 — Andreas Enge 13 years ago
gnu: xorg: Remove inputs already available through propagation.

* gnu/packages/xorg.scm: Remove inputs that are available through propagation.
14ecc0ef — Andreas Enge 13 years ago
gnu: Add xpdf.

* gnu/packages/pdf.scm (xpdf): New variable.
* gnu/packages/patches/xpdf-constchar.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
141ccae8 — Andreas Enge 13 years ago
gnu: lesstif: Make package usable by adding propagated input.

* gnu/packages/lesstif.scm (lesstif): Add propagated input printproto;
     include/Xm/Print.h from lesstif includes X11/extensions/Print.h from
     printproto.
0a92b5b3 — Andreas Enge 13 years ago
gnu: freetype: Make include file ft2build.h work without changing the CPATH
     of dependent packages.

* gnu/packages/fontutils.scm (freetype): Add link include/freetype to
     include/freetype2/freetype.
bd8c5d5b — Andreas Enge 13 years ago
gnu: xorg: Add libxp and printproto, not included in X11R7.7.

* gnu/packages/xorg.scm (libxp, printproto): New variables.
9be8d7c8 — Ludovic Courtès 13 years ago
gnu: Define `native-search-paths' for Automake, Guile, and Python.

* gnu/packages/autotools.scm (automake)[native-search-paths]: New field.
* gnu/packages/guile.scm (guile-1.8)[native-search-paths]: New field.
  (guile-2.0)[native-search-paths]: New field.
* gnu/packages/python.scm (python)[native-search-paths]: New field.
a18eda27 — Ludovic Courtès 13 years ago
packages: Add `native-search-paths' field and honor it.

* guix/packages.scm (<search-path-specification>): New record type.
  (search-path-specification->sexp): New procedure.
  (<package>)[native-search-paths]: New field.
  (package-derivation): Accumulate the search paths, and pass them
  as #:search-paths toe BUILDER.
* guix/build-system/gnu.scm (gnu-build): Add #:search-paths.  Compute
  `implicit-search-paths'.  Pass #:search-paths in BUILDER.
* guix/build-system/perl.scm (perl-build): Add #:search-paths, pass it
  to BUILDER with the search paths of PERL.
* guix/build-system/cmake.scm (cmake-build): Add #:search-paths, pass it
  to BUILDER.
* guix/build-system/trivial.scm (trivial-build): Add #:search-paths,
  ignore it.
* guix/build/gnu-build-system.scm (set-paths): Add #:search-paths.
  Remove explicit settings of CPATH, LIBRARY_PATH, and PKG_CONFIG_PATH.
  Instead, walk SEARCH-PATHS and call `set-path-environment-variable'
  for them.
* guix/build/perl-build-system.scm (perl-build): Remove PERL5LIB setting.
* tests/packages.scm ("search paths"): New test.
* gnu/packages/bootstrap.scm (%bootstrap-guile)[raw]: Add
  #:search-paths.
  (%bootstrap-gcc): Add `native-search-paths' field.
* gnu/packages/perl.scm (perl): Likewise.
* gnu/packages/pkg-config.scm (pkg-config): Likewise.
* gnu/packages/glib.scm (intltool): Remove `arguments'.
* gnu/packages/avahi.scm (avahi): Remove #:phases.
bc3073c8 — Andreas Enge 13 years ago
gnu: xorg: Make font-adobe75dpi and font-adobe100dpi compile (not install).

* gnu/packages/xorg/scm (font-adobe75dpi, font-adobe100dpi): Add inputs
     bdftopcf, font-util and mkfontdir.
84419dfd — Andreas Enge 13 years ago
gnu: xorg: Add mtdev and make xf86-input-synaptics compile (not install).

* gnu/packages/xorg.scm (mtdev): New variable.
* gnu/packages/xorg.scm (xf86-input-synaptics): Add inputs libx11, libxi
     and mtdev.
* gnu/packages/xorg.scm (libxi): Propagate input libxext.
7e2ec42b — Andreas Enge 13 years ago
gnu: xorg: Disable not compiling xf86-video-geode.

* gnu/packages/xorg.scm (xf86-video-geode): Comment out since not compiling
     (assembler errors).
3a5d9585 — Andreas Enge 13 years ago
gnu: xorg: Fix compilation of xorg-server.

* gnu/packages/xorg.scm (mesa): Propagate input libxxf86vm.
1f44111f — Andreas Enge 13 years ago
gnu: xorg: Disable xf86-video-glide.

* gnu/packages/xorg.scm (xf86-video-glide): Comment variable; driver for
     obsolete graphics cards, depends on libglide, last updated in 2003,
     and which does not compile out of the box any more.
Next