Age | Commit message (Expand) | Author |
2013-11-27 | gnu: luit: Accomodate stricter warnings of gcc-4.8....* gnu/packages/patches/luit-posix.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/xorg.scm (luit): Apply patch.
| Andreas Enge |
2013-11-26 | gnu: xmodmap: Add patch to allow builds with GCC 4.8....* gnu/packages/patches/xmodmap-asprintf.patch: New file.
* gnu/packages/xorg.scm (xmodmap): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
| Ludovic Courtès |
2013-11-24 | gnu: pixman: Upgrade to 0.32.4....* gnu/packages/xorg.scm (pixman): Upgrade to 0.32.4.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| John Darrington |
2013-11-20 | gnu: gettext: Rename binding to 'gnu-gettext'....* gnu/packages/gettext.scm (gettext): Rename to...
(gnu-gettext): ... this. This is used to work around the circular
dependency introduced in commit c42a4b7, which users with a #:renamer
cannot cope with.
* gnu/packages/acl.scm, gnu/packages/attr.scm, gnu/packages/cdrom.scm,
gnu/packages/fdisk.scm, gnu/packages/gkrellm.scm, gnu/packages/glib.scm,
gnu/packages/gnunet.scm, gnu/packages/grub.scm, gnu/packages/linux.scm,
gnu/packages/maths.scm, gnu/packages/nano.scm, gnu/packages/parted.scm,
gnu/packages/system.scm, gnu/packages/version-control.scm,
gnu/packages/vpn.scm, gnu/packages/w3m.scm, gnu/packages/wget.scm:
Adjust accordingly.
| Ludovic Courtès |
2013-10-26 | gnu: mesa: Update URI....* gnu/packages/xorg.scm (mesa): Update URI.
| Andreas Enge |
2013-10-04 | gnu: xorg: Add xcb-util-renderutil....* gnu/packages/xorg.scm (xcb-util-renderutil): New variable.
| Andreas Enge |
2013-10-04 | gnu: xorg: Add xcb-util-keysyms....* gnu/packages/xorg.scm (xcb-util-keysyms): New variable.
| Andreas Enge |
2013-10-04 | gnu: xorg: Add xcb-util-image....* gnu/packages/xorg.scm (xcb-util-image): New variable.
| Andreas Enge |
2013-10-04 | gnu: xorg: Add xcb-util....* gnu/packages/xorg.scm (xcb-util): New variable.
* gnu/packages/xorg.scm (xcb-util-wm): Expand the description.
| Andreas Enge |
2013-10-03 | gnu: xorg: Add xcb-util-wm....* gnu/packages/xorg.scm (xcb-util-wm): New variable.
| Andreas Enge |
2013-10-03 | gnu: libxcb: Enable xcb-xkb....* gnu/packages/xorg.scm (libxcb): Add configure flag "--enable-xkb".
| Andreas Enge |
2013-09-30 | gnu: libxi: Propagate inputs inputproto and libx11....* gnu/packages/xorg.scm (libxi): Propagate inputs inputproto and libx11,
as stipulated by xi.pc.
| Andreas Enge |
2013-09-26 | gnu: xf86-input-joystick: Fix installation path....* gnu/packages/xorg.scm (xf86-input-joystick): Fix installation path.
| Andreas Enge |
2013-09-26 | gnu: xf86-input-vmmouse: Fix installation path....* gnu/packages/xorg.scm (xf86-input-vmmouse): Fix installation path.
| Andreas Enge |
2013-09-26 | gnu: xf86-input-synaptics: Fix installation paths....* gnu/packages/xorg.scm (xf86-input-synaptics): Fix installation paths.
| Andreas Enge |
2013-09-24 | gnu: xorg: Fix xorg-server....* gnu/packages/xorg.scm (xkbcomp-intermediate): New variable, serves as
input to xkeyboard-config.
* gnu/packages/xorg.scm (xkeyboard-config): Add input xkbcomp-intermediate.
* gnu/packages/xorg.scm (xkbcomp): Add input xkeyboard-config.
* gnu/packages/xorg.scm (xorg-server): Adapt xkb paths and replace references
to /bin/sh (with Ludovic Courtès <ludo@gnu.org>).
| Andreas Enge |
2013-09-22 | gnu: xcursor-themes: Install data into package output directory....* gnu/packages/xorg.scm (xcursor-themes): Install icons into output directory
instead of libxcursor.
| Andreas Enge |
2013-09-14 | Merge branch 'python' | Andreas Enge |
2013-09-04 | gnu: mesa: Switch back to Python 2....* gnu/packages/xorg.scm (mesa): Switch back to Python 2.
| Andreas Enge |
2013-09-04 | gnu: xorg: Update comment for mesa....* gnu/packages/xorg.scm (mesa): New compilation trial with 9.2.
| Andreas Enge |
2013-09-04 | gnu: libdrm: Update to 2.4.46....* gnu/packages/xorg.scm (libdrm): Update to 2.4.46.
| Andreas Enge |
2013-09-03 | gnu: python: Replace input python by python-wrapper....* gnu/packages/{gdb.scm (gdb), cryptsetup.scm (cryptsetup),
ghostscript.scm (ghostscript), glib.scm (glib), gnupg.scm (pius),
gtk.scm (cairo, harfbuzz), libevent.scm (libevent), netpbm.scm (netpbm),
oggvorbis.scm (libkate), qemu.scm (qemu), samba.scm (samba),
texlive.scm (rubber, texlive), version-control.scm (subversion),
xml.scm (libxml2, libxslt), xorg.scm (libxcb, mesa, xcb-proto, xorg-server),
yasm.scm (yasm), zip.scm (zziplib)}:
Replace input python by python-wrapper.
| Andreas Enge |
2013-08-20 | gnu: Move non-X11 fonts from module xorg to fonts....* 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.
| Andreas Enge |
2013-08-20 | gnu: xorg: Shorten commented out packages....* gnu/packages/xorg.scm: Shorten package definitions that are already
commented out, keeping only the reason for not including them.
| Andreas Enge |
2013-08-20 | gnu: xorg: Remove non-free font font-bh-ttf/font-luxi-ttf....* gnu/packages/xorg.scm (font-luxi-ttf): Comment out variable.
| Andreas Enge |
2013-08-19 | gnu: freefont: Synchronize synopsis....* gnu/packages/xorg.scm (freefont-ttf): Synchronize synopsis with the
Womb.
| Ludovic Courtès |
2013-08-17 | gnu: Add GNU Freefont....* gnu/packages/xorg.scm (freefont-ttf): New variable.
| Ludovic Courtès |
2013-08-15 | gnu: Add Bitstream Vera....* gnu/packages/xorg.scm (font-bitstream-vera-ttf): New variable.
| Ludovic Courtès |
2013-08-15 | gnu: Correct name and description of the Luxi font package....* gnu/packages/xorg.scm (font-bitstream-type1): Rename to...
(font-luxi-ttf): ... this. Change name to "font-luxi-ttf". Adjust
synopsis and description.
| Ludovic Courtès |
2013-08-06 | gnu: xorg: Install fonts into package output instead of into font-util....* gnu/packages/xorg.scm (font-adobe100dpi, font-adobe75dpi, font-misc-misc,
font-schumacher-misc): Add configure flag to modify FONTROOTDIR.
| Andreas Enge |
2013-05-05 | gnu: Add libxaw3d....* gnu/packages/xorg.scm (libxaw3d): New variable.
| Andreas Enge |
2013-05-01 | gnu: Have python paths set automatically.....* gnu/packages/xorg.scm (meas): Drop special handling of python paths.
* gnu/packages/xml.scm (libxslt): Drop special handling of python paths.
| Andreas Enge |
2013-05-01 | gnu: xorg: Have perl paths set automatically....* gnu/packages/xorg.scm (xkeyboard-config): Drop special handling of perl paths.
| Andreas Enge |
2013-04-13 | gnu: libXaw: Propagate libXt....* gnu/packages/xorg.scm (libxaw): Propagate libXt.
| Ludovic Courtès |
2013-04-02 | gnu: xorg: Re-enable tests for xorg-server....* gnu/packages/xorg.scm (xorg-server): Re-enable (failing) tests.
| Andreas Enge |
2013-03-31 | gnu: xorg: Remove inputs already available through propagation....* gnu/packages/xorg.scm: Remove inputs that are available through propagation.
| Andreas Enge |
2013-03-31 | gnu: xorg: Add libxp and printproto, not included in X11R7.7....* gnu/packages/xorg.scm (libxp, printproto): New variables.
| Andreas Enge |
2013-03-30 | 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.
| Andreas Enge |
2013-03-30 | 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.
| Andreas Enge |
2013-03-30 | gnu: xorg: Disable not compiling xf86-video-geode....* gnu/packages/xorg.scm (xf86-video-geode): Comment out since not compiling
(assembler errors).
| Andreas Enge |
2013-03-30 | gnu: xorg: Fix compilation of xorg-server....* gnu/packages/xorg.scm (mesa): Propagate input libxxf86vm.
| Andreas Enge |
2013-03-30 | 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.
| Andreas Enge |
2013-03-30 | gnu: xorg: Disable xf86-video-wsfb....* gnu/packages/xorg.scm (xf86-video-wsfb): Comment variable, only relevant
for the frame buffer on BSD systems.
| Andreas Enge |
2013-03-30 | gnu: xorg: Make xgamma compile....* gnu/packages/xorg.scm (libxxf86vm): Propagate inputs libxext and
xf86vidmodeproto.
| Andreas Enge |
2013-03-30 | gnu: xorg: Make xvinfo compile....* gnu/packages/xorg.scm (libxv): Propagate input videoproto.
| Andreas Enge |
2013-03-28 | 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.
| Andreas Enge |
2013-03-17 | gnu: xorg: Enable xdriinfo....* gnu/packages/xorg.scm (xdriinfo): Enable input mesa.
| Andreas Enge |
2013-03-17 | 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.
| Andreas Enge |
2013-03-15 | gnu: xorg: Change download location for xcb related packages....* gnu/packages/xorg.sm (libpthread-stubs, libxcb, xcb-proto): Replace broken
xorg mirrors by url of the xcb project.
| Andreas Enge |
2013-03-10 | gnu: xorg: Add xeyes (for testing purposes)....* gnu/packages/xorg.scm (xeyes): New variable.
| Andreas Enge |