summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: setxkbmap: Update to 1.3.1.•••* gnu/packages/xorg.scm (setxkbmap): Update to 1.3.1. Andy Wingo2016-02-241-2/+2
* gnu: sessreg: Update to 1.1.0.•••* gnu/packages/xorg.scm (sessreg): Update to 1.1.0. Andy Wingo2016-02-241-2/+2
* gnu: randrproto: Update to 1.5.0.•••* gnu/packages/xorg.scm (randrproto): Update to 1.5.0. Andy Wingo2016-02-241-2/+2
* gnu: mkfontscale: Update to 1.1.2.•••* gnu/packages/xorg.scm (mkfontscale): Update to 1.1.2. Andy Wingo2016-02-241-2/+2
* gnu: libxkbfile: Update to 1.0.9.•••* gnu/packages/xorg.scm (libxkbfile): Update to 1.0.9. Andy Wingo2016-02-241-2/+2
* gnu: libxdmcp: Update to 1.1.2.•••* gnu/packages/xorg.scm (libxdmcp): Update to 1.1.2. Andy Wingo2016-02-241-2/+2
* gnu: libfs: Update to 1.0.7.•••* gnu/packages/xorg.scm (libfs): Update to 1.0.7. Andy Wingo2016-02-241-2/+2
* gnu: libfontenc: Update to 1.1.3.•••* gnu/packages/xorg.scm (libfontenc): Update to 1.1.3. Andy Wingo2016-02-241-2/+2
* gnu: libxshmfence: Update to 1.2.•••* gnu/packages/xorg.scm (libxshmfence): Update to 1.2. Andy Wingo2016-02-241-2/+2
* gnu: kbproto: Update to 1.0.7.•••* gnu/packages/xorg.scm (kbproto): Update to 1.0.7. Andy Wingo2016-02-241-2/+2
* gnu: iceauth: Update to 1.0.7.•••* gnu/packages/xorg.scm (iceauth): Update to 1.0.7. Andy Wingo2016-02-241-2/+2
* gnu: font-util: Update to 1.3.1.•••* gnu/packages/xorg.scm (font-util): Update to 1.3.1. Andy Wingo2016-02-241-2/+2
* gnu: bdftopcf: Update to 1.0.5.•••* gnu/packages/xorg.scm (bdftopcf): Update to 1.0.5. Andy Wingo2016-02-241-2/+2
* Update all sources from freedesktop.org to use https•••* gnu/packages/xorg.scm: * gnu/packages/xdisorg.scm: * gnu/packages/video.scm: * gnu/packages/tls.scm: * gnu/packages/python.scm: * gnu/packages/pulseaudio.scm: * gnu/packages/polkit.scm: * gnu/packages/pdf.scm: * gnu/packages/libcanberra.scm: * gnu/packages/gtk.scm: * gnu/packages/gstreamer.scm: * gnu/packages/gnome.scm: * gnu/packages/glib.scm: * gnu/packages/ghostscript.scm: * gnu/packages/freedesktop.scm: * gnu/packages/fontutils.scm: Update all sources hosted on freedesktop to fetch tarballs via https. freedesktop.org appears to have updated recently to redirect all http to https. As an exception, we leave pkg-config like it is, because pkg-config is needed to build gnutls, and without gnutls we can't download https URLs. Andy Wingo2016-02-211-2/+2
* gnu: xterm: Update to 322.•••* gnu/packages/xorg.scm (xterm): Update to 322. Mathieu Lirzin2016-01-081-2/+3
* gnu: Move pkg-config to native inputs.•••* gnu/packages/xiph.scm (ao)[native-inputs]: Move pkg-config from inputs. * gnu/packages/xorg.scm (xf86-video-geode)[native-inputs]: Likewise. Mathieu Lirzin2015-12-061-2/+2
* Merge branch 'master' into dbus-update宋文武2015-10-301-0/+42
|\
| * gnu: Add xcompmgr.•••* gnu/packages/xorg.scm (xcompmgr): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Cyrill Schenkel2015-10-271-0/+42
* | Merge branch 'master' into dbus-updateMark H Weaver2015-10-231-1/+46
|\|
| * font-alias: Install dummy fonts.dir files.•••* gnu/packages/xorg.scm (font-alias)[arguments]: New 'install-fonts-dir' phase. Eric Bavier2015-10-201-0/+17
| * gnu: Add xlsfonts.•••* gnu/packages/xorg.scm (xlsfonts): New variable. Eric Bavier2015-10-201-1/+29
* | gnu: libpciaccess: Update to 0.13.4.•••* gnu/packages/xorg.scm (libpciaccess): Update to 0.13.4. 宋文武2015-10-171-2/+2
|/
* Merge branch 'master' into core-updatesMark H Weaver2015-10-071-2/+2
|\
| * gnu: xterm: Update to 320.•••* gnu/packages/xorg.scm (xterm): Update to 320. 宋文武2015-10-011-2/+2
* | gnu: python: Add "minimal" variants.•••* gnu/packages/python.scm (python2-minimal, python-minimal): New variables. (wrap-python3): New procedure. (python-wrapper): Use it. (python-minimal-wrapper): New variable. * gnu/packages/xml.scm (libxslt)[native-inputs]: Use PYTHON-MINIMAL-WRAPPER instead of PYTHON-WRAPPER. * gnu/packages/xorg.scm (xcb-proto, libxcb, xorg-server): Likewise. Ludovic Courtès2015-10-071-3/+3
|/
* gnu: libxt: Add "doc" output.•••* gnu/packages/xorg.scm (libxt)[outputs, arguments]: New fields. Ludovic Courtès2015-09-111-0/+6
* gnu: libx11: Add "doc" output.•••* gnu/packages/xorg.scm (libx11)[outputs, arguments]: New fields. Ludovic Courtès2015-09-111-0/+6
* gnu: Add xcb-util-cursor.•••* gnu/packages/xorg.scm (xcb-util-cursor): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org> Eric Dvorsak2015-08-231-0/+30
* gnu: Document xorg packages.•••* gnu/packages/xorg.scm: Add/improve 'synopsis'/'description' fields of many packages. Alex Kost2015-07-181-372/+744
* Merge branch 'wip-glib' into master.•••Conflicts: gnu/packages/package-management.scm Andreas Enge2015-04-261-2/+2
|\
| * gnu: libxfont: Update to 1.5.1.•••* gnu/packages/xorg.scm (libxfont): Update to 1.5.1. Mark H Weaver2015-04-211-2/+2
* | gnu: Add xf86-input-libinput.•••* gnu/packages/xorg.scm (xf86-input-libinput): New variable. 宋文武2015-04-231-1/+31
|/
* gnu: xorg: Add patch to fix sis driver crashes.•••* gnu/packages/patches/xf86-video-sis-fix-exa-crash.patch: New file. * gnu/packages/xorg.scm (xf86-video-sis): Use it. * gnu-system.am (dist_patch_DATA): Add it. Alex Kost2015-04-031-1/+2
* gnu: xterm: Update to 317.•••* gnu/packages/xorg.scm (xterm): Update to 317. Mark H Weaver2015-03-311-2/+2
* gnu: libxrandr: Propagate more inputs.•••* gnu/packages/xorg.scm (libxrandr): Propagate libxrender, xproto, libx11. Taylan Ulrich Bayırlı/Kammer2015-03-191-6/+6
* gnu: xterm: Update to 315.•••* gnu/packages/xorg.scm (xterm): Update to 315. 宋文武2015-03-041-2/+2
* gnu: xorg-server: Update to 1.16.4.•••* gnu/packages/xorg.scm (xorg-server): Update to 1.16.4. Mark H Weaver2015-02-181-2/+2
* gnu: Add xf86-video-nouveau.•••* gnu/packages/xorg.scm (xf86-video-nouveau): New variable. Ludovic Courtès2015-02-061-0/+34
* gnu: xf86-video-nv: Improve description.•••* gnu/packages/xorg.scm (xf86-video-nv): Adjust synopsis and description. Ludovic Courtès2015-02-061-2/+7
* gnu: libxtst: Propagate libxi.•••* gnu/packages/xorg.scm (libxtst): Move libxi to 'propagated-inputs'. 宋文武2015-01-311-3/+3
* gnu: xf86-video-geode: Only supported on i686 systems.•••* gnu/packages/xorg.scm (xf86-video-geode)[supported-systems]: Trim to include only i686-based systems. Mark H Weaver2015-01-281-0/+4
* gnu: xf86-video-intel: Only supported on Intel-based systems.•••* gnu/packages/xorg.scm (xf86-video-intel)[supported-systems]: Trim to include only Intel-based systems. Mark H Weaver2015-01-281-0/+5
* gnu: Remove 'xf86-video-ast' and 'xf86-video-newport' drivers.•••* gnu/packages/xorg.scm (xf86-video-ast, xf86-video-newport): Comment out. Mark H Weaver2015-01-281-45/+48
* gnu: Add xinit.•••* gnu/packages/xorg.scm (xinit): New variable. Ludovic Courtès2015-01-271-0/+27
* gnu: xorg-server: Disable parallel execution of tests.•••* gnu/packages/xorg.scm (xorg-server): Set '#:parallel-tests?' to '#f'. Federico Beffa2015-01-181-1/+2
* gnu: xorg-server: Update to 1.16.3.•••* gnu/packages/xorg.scm (xorg-server): Update to 1.16.3. Mark H Weaver2015-01-131-2/+2
* gnu: Fix misuses of 'x11-style' licenses.•••* gnu/packages/xorg.scm (libevdev)[license]: Actually call 'license:x11-style'. (libxshmfence): Likewise. Ludovic Courtès2014-12-291-2/+4
* gnu: Consistently use modular xorg source URIs in xorg.scm.•••* gnu/packages/xorg.scm (bigreqsproto, compositeproto, damageproto) (dmxproto, encodings, font-adobe100dpi, font-adobe75dpi, font-alias) (font-arabic-misc, font-cronyx-cyrillic, font-dec-misc, font-isas-misc) (font-micro-misc, font-misc-cyrillic, font-misc-ethiopic, font-misc-misc) (font-mutt-misc, font-schumacher-misc, font-screen-cyrillic, font-sony-misc) (font-sun-misc, font-util, font-winitzki-cyrillic, font-xfree86-type1) (libpthread-stubs, libwindowswm, libxdmcp, libxkbfile, libxscrnsaver) (luit, recordproto, renderproto, resourceproto, scrnsaverproto, setxkbmap) (smproxy, windowswmproto, x11perf, xcb-proto, xcmiscproto, xcmsdb, xdriinfo) (xf86-input-void, xf86-video-newport, xf86bigfontproto, xf86dgaproto) (xf86driproto, xf86vidmodeproto, xgamma, xineramaproto, xkbevd, xlsatoms) (xorg-sgml-doctools, xpr, xwud, fixesproto, mkfontdir, libxcb, xcb-util) (xcb-util-image, xcb-util-keysyms, xcb-util-renderutil, kbproto, xbitmaps): Use source URIs with prefix mirror://xorg/individual/ for consistency. (dri3proto, presentproto, printproto): Remove comments about them not being part of X11R7.7. Mark H Weaver2014-12-191-74/+69
* gnu: xorg-server: Update to 1.16.2.901, with many security fixes.•••Includes fixes for CVE-2014-8091, CVE-2014-8092, CVE-2014-8093, CVE-2014-8094, CVE-2014-8095, CVE-2014-8096, CVE-2014-8097, CVE-2014-8098, CVE-2014-8099, CVE-2014-8100, CVE-2014-8101, CVE-2014-8102, and CVE-2014-8103. See <http://www.x.org/wiki/Development/Security/Advisory-2014-12-09/> * gnu/packages/xorg.scm (xorg-server): Update to 1.16.2.901. Move mesa, resourceproto, scrnsaverproto, and xf86driproto from inputs to propagated-inputs. Add dri3proto and presentproto to propagated-inputs. Add eudev and libxshmfence to inputs. Add a 'pre-configure' phase instead of modifying the 'configure' phase. Adapt substitution that avoids trying to 'mkdir /var' to build system changes. * gnu/services/xorg.scm (xserver.conf): Add xf86-input-evdev ModulePath line. Mark H Weaver2014-12-191-25/+25
* gnu: xf86-video-voodoo: Update to 1.2.5.•••* gnu/packages/xorg.scm (xf86-video-voodoo): Update to 1.2.5. Mark H Weaver2014-12-191-3/+3