~ruther/guix-local

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.
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.
6706269e — Andreas Enge 13 years ago
gnu: xorg: Disable xf86-video-wsfb.

* gnu/packages/xorg.scm (xf86-video-wsfb): Comment variable, only relevant
     for the frame buffer on BSD systems.
47038b76 — Andreas Enge 13 years ago
gnu: xorg: Make xgamma compile.

* gnu/packages/xorg.scm (libxxf86vm): Propagate inputs libxext and
     xf86vidmodeproto.
979bc0f4 — Andreas Enge 13 years ago
gnu: xorg: Make xvinfo compile.

* gnu/packages/xorg.scm (libxv): Propagate input videoproto.
73274a8a — Andreas Enge 13 years ago
gnu: Really add lesstif.

* Makefile.am (MODULES): Commit the module addition.
13f5ea6f — Andreas Enge 13 years ago
gnu: Add lesstif.

* gnu/packages/lesstif.scm: New file.
* Makefile.am (MODULES): Add it.
917748dd — Andreas Enge 13 years ago
gnu: xorg: Make most xserver related packages compile.

* gnu/packages/xorg.scm (xf86-*): Add input xorg-server.
* gnu/packages/xorg.scm (xf86-video-glint, xf86-video-neomagic,
     xf86-video-tga, xf86-video-trident, xf86-video-voodoo):
     Add input xf86dgaproto.
* gnu/packages/xorg.scm (xf86-video-ati, xf86-video-mach64,
     xf86-video-mga, xf86-video-r128, xf86-video-savage, xf86-video-tdfx):
     Add inputs mesa and xf86driproto.
* gnu/packages/xorg.scm (xf86-video-i128): Add inputs libdrm and libx11.
* gnu/packages/xorg.scm (xf86-video-openchrome): Add inputs libx11, libxext,
     libxvmc, mesa and xf86driproto.
* gnu/packages/xorg.scm (xf86-video-siliconmotion): Add inputs mesa,
     xf86dgaproto and xf86driproto.
* gnu/packages/xorg.scm (xf86-video-vmware): Add inputs libx11 and libxext.
* gnu/packages/xorg.scm (libxvmc): Propagate input libxv.
* gnu/packages/xorg.scm (mesa): Propagate input glproto.
* gnu/packages/xorg.scm (xf86-video-geode): Correct source hash.
a25fe6d6 — Cyril Roelandt 13 years ago
gnu: add dependencies to poppler.

Add libpng and zlib to the inputs.
d539646a — Andreas Enge 13 years ago
gnu: xorg: Enable xdriinfo.

* gnu/packages/xorg.scm (xdriinfo): Enable input mesa.
b04ac5a1 — Andreas Enge 13 years ago
gnu: xorg: Arrange more inputs for x server related packages.

* gnu/packages/xorg.scm (xf86-input-evdev): Add input xorg-server.
* gnu/packages/xorg.scm (xorg-server): Propagate inputs and add normal and
     propagated inputs.
Next