summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesRicardo Wurmus2018-03-14
|\
| * gnu: xprop: Update to 1.2.3.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xprop): Update to 1.2.3.
| * gnu: xpr: Update to 1.0.5.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xpr): Update to 1.0.5.
| * gnu: xlsfonts: Update to 1.0.6.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xlsfonts): Update to 1.0.6.
| * gnu: xkill: Update to 1.0.5.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xkill): Update to 1.0.5.
| * gnu: xbacklight: Update to 1.2.2.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xbacklight): Update to 1.2.2.
| * gnu: xwininfo: Update to 1.1.4.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xwininfo): Update to 1.1.4.
| * gnu: xset: Update to 1.2.4.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xset): Update to 1.2.4.
| * gnu: xwd: Update to 1.0.7.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xwd): Update to 1.0.7.
| * gnu: xlsclients: Update to 1.1.4.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xlsclients): Update to 1.1.4.
| * gnu: xmessage: Update to 1.0.5.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xmessage): Update to 1.0.5.
| * gnu: xinit: Update to 1.4.0.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xinit): Update to 1.4.0.
| * gnu: xwud: Update to 1.0.5.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xwud): Update to 1.0.5.
| * gnu: xsetroot: Update to 1.1.2.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xsetroot): Update to 1.1.2.
| * gnu: xrefresh: Update to 1.0.6.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xrefresh): Update to 1.0.6.
| * gnu: xrdb: Update to 1.1.1.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xrdb): Update to 1.1.1.
| * gnu: xfontsel: Update to 1.0.6.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xfontsel): Update to 1.0.6.
| * gnu: xcursor-themes: Update to 1.0.5.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xcursor-themes): Update to 1.0.5.
| * gnu: xbitmaps: Update to 1.1.2.Marius Bakke2018-03-10
| | | | | | | | * gnu/packages/xorg.scm (xbitmaps): Update to 1.1.2.
| * gnu: xdriinfo: Update to 1.0.6.Marius Bakke2018-03-07
| | | | | | | | * gnu/packages/xorg.scm (xdriinfo): Update to 1.0.6.
| * gnu: twm: Update to 1.0.10.Marius Bakke2018-03-07
| | | | | | | | | | * gnu/packages/xorg.scm (twm): Update to 1.0.10. [source]: Use bzip-compressed tarball.
| * gnu: mkfontscale: Update to 1.1.3.Marius Bakke2018-03-07
| | | | | | | | * gnu/packages/xorg.scm (mkfontscale): Update to 1.1.3.
| * gnu: iceauth: Update to 1.0.8.Marius Bakke2018-03-06
| | | | | | | | * gnu/packages/xorg.scm (iceauth): Update to 1.0.8.
| * gnu: editres: Update to 1.0.7.Tobias Geerinckx-Rice2018-03-05
| | | | | | | | * gnu/packages/xorg.scm (editres): Update to 1.0.7.
| * gnu: xpra: Update to 2.2.5.Rutger Helling2018-03-05
| | | | | | | | * gnu/packages/xorg.scm (xpra): Update to 2.2.5.
| * gnu: xorgproto: Update to 2018.4.Marius Bakke2018-03-01
| | | | | | | | * gnu/packages/xorg.scm (xorgproto): Update to 2018.4.
| * gnu: perl-x11-xcb: Update to 0.17.Tobias Geerinckx-Rice2018-02-27
| | | | | | | | * gnu/packages/xorg.scm (perl-x11-xcb): Update to 0.17.
* | build-system/gnu: Add 'bootstrap' phase.Ludovic Courtès2018-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This factorizes what has become a widespread idiom. * guix/build/gnu-build-system.scm (%bootstrap-scripts): New variable. (bootstrap): New procedure. (%standard-phases): Add it after 'unpack'. * guix/build/ant-build-system.scm (%standard-phases): Delete 'bootstrap. * guix/build/asdf-build-system.scm (%standard-phases/source) (%standard-phases): Likewise. * guix/build/cargo-build-system.scm (%standard-phases): Likewise. * guix/build/cmake-build-system.scm (%standard-phases): Likewise. * guix/build/dub-build-system.scm (%standard-phases): Likewise. * guix/build/emacs-build-system.scm (%standard-phases): Likewise. * guix/build/font-build-system.scm (%standard-phases): Likewise. * guix/build/go-build-system.scm (%standard-phases): Likewise. * guix/build/haskell-build-system.scm (%standard-phases): Likewise. * guix/build/minify-build-system.scm (%standard-phases): Likewise. * guix/build/ocaml-build-system.scm (%standard-phases): Likewise. * guix/build/perl-build-system.scm (%standard-phases): Likewise. * guix/build/python-build-system.scm (%standard-phases): Likewise. * guix/build/r-build-system.scm (%standard-phases): Likewise. * guix/build/ruby-build-system.scm (%standard-phases): Likewise. * guix/build/scons-build-system.scm (%standard-phases): Likewise. * guix/build/texlive-build-system.scm (%standard-phases): Likewise. * guix/build/waf-build-system.scm (%standard-phases): Likewise. * gnu/packages/audio.scm (faad2)[arguments]: Replace 'bootstrap. (soundtouch, cuetools, bluez-alsa): Remove 'arguments'. (cava)[arguments]: Replace 'bootstrap. * gnu/packages/backup.scm (rdup): Remove 'bootstrap. * gnu/packages/bioinformatics.scm (seek)[arguments]: Replace 'bootstrap. * gnu/packages/bioinformatics.scm (htslib-for-sambamba): Remove 'arguments'. * gnu/packages/ci.scm (hydra, cuirass): Remove 'bootstrap'. * gnu/packages/crypto.scm (libb2): Remove #:phases. * gnu/packages/databases.scm (guile-wiredtiger): Likewise. * gnu/packages/debug.scm (stress-make): Remove 'bootstrap'. * gnu/packages/documentation.scm (asciidoc): Likewise. * gnu/packages/fontutils.scm (libuninameslist): Remove 'arguments'. * gnu/packages/ftp.scm (weex): Remove 'arguments'. * gnu/packages/game-development.scm (ois): Remove 'arguments'. * gnu/packages/games.scm (pioneer): Remove 'bootstrap. * gnu/packages/gnome.scm (vte-ng, byzanz): Replace 'bootstrap. (arc-theme): Remove 'arguments'. (faba-icon-theme): Remove 'bootstrap. (arc-icon-theme): Remove 'arguments'. * gnu/packages/gnunet.scm (guile-gnunet): Likewise. * gnu/packages/gtk.scm (guile-rsvg): Likewise. * gnu/packages/guile.scm (mcron2): Remove 'bootstrap. (guile-bash): Remove #:phases. (guile-git): Remove 'bootstrap. (guile-syntax-highlight): Remove 'arguments'. (guile-sjson): Likewise. * gnu/packages/java.scm (classpath-devel): Remove 'bootstrap. * gnu/packages/kodi.scm (libdvdnav/kodi) (libdvdread/kodi, libdvdcss/kodi): Likewise. * gnu/packages/libreoffice.scm (hunspell): Remove 'arguments'. * gnu/packages/libusb.scm (hidapi): Likewise. * gnu/packages/linux.scm (bridge-utils): Rename 'bootstrap' to 'patch-stuff'; move it before 'bootstrap', without autoreconf invocation. (eudev): Rename 'bootstrap' to 'patch-file-names', without 'autogen.sh' invocation; move it before 'bootstrap. (gpm): Replace 'bootstrap'. (f2fs-tools): Remove 'arguments'. (rng-tools): Remove #:phases. * gnu/packages/messaging.scm (hexchat): Rename 'bootstrap' to 'copy-intltool-makefile'; remove "autoreconf" invocation and move before 'bootstrap'. (libmesode): Remove 'arguments'. (libstrophe): Likewise. * gnu/packages/microcom.scm (microcom): Likewise. * gnu/packages/networking.scm (libnet): Remove 'bootstrap. * gnu/packages/onc-rpc.scm (libnsl): Remove 'arguments'. * gnu/packages/package-management.scm (guix): Replace 'bootstrap. * gnu/packages/sawfish.scm (librep): Remove 'arguments'. * gnu/packages/version-control.scm (findnewest): Likewise. * gnu/packages/video.scm (liba52, handbrake, motion): Replace 'bootstrap. * gnu/packages/web.scm (fcgiwrap): Remove #:phases. (tidy): Replace 'bootstrap. (gumbo-parser): Remove #:phases. * gnu/packages/wget.scm (wget2): Replace 'bootstrap. * gnu/packages/wm.scm (i3lock-color): Remove #:phases. * gnu/packages/xdisorg.scm (xclip): Likewise. * gnu/packages/xml.scm (libxls): Replace 'bootstrap'. * gnu/packages/xorg.scm (xf86-video-freedreno) (xf86-video-intel): Remove #:phases. * gnu/packages/zile.scm (zile-on-guile): Replace 'bootstrap.
* | gnu: libxcb: Update to 1.13.Marius Bakke2018-03-08
| | | | | | | | | | | | | | * gnu/packages/xorg.scm (libxcb): Update to 1.13. [source](patches): Remove. * gnu/packages/patches/libxcb-python-3.5-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* | gnu: xcb-proto: Update to 1.13.Marius Bakke2018-03-08
| | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (xcb-proto): Update to 1.13. [source](patches): Remove. * gnu/packages/patches/xcb-proto-python3-print.patch, gnu/packages/patches/xcb-proto-python3-whitespace.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* | gnu: util-macros: Update to 1.19.2.Marius Bakke2018-03-08
| | | | | | | | * gnu/packages/xorg.scm (util-macros): Update to 1.19.2.
* | Merge branch 'master' into core-updatesMarius Bakke2018-02-24
|\|
| * gnu: xorgproto: Update to 2018.3.Marius Bakke2018-02-22
| | | | | | | | * gnu/packages/xorg.scm (xorgproto): Update to 2018.3.
* | gnu: util-macros: Update phase style.Tobias Geerinckx-Rice2018-02-20
|/ | | | | * gnu/packages/xorg.scm (util-macros)[arguments]: Use MODIFY-PHASES syntax and end phases with #t.
* gnu: xpra: Disable abstract X11 sockets.Rutger Helling2018-02-19
| | | | * gnu/packages/xorg.scm (xpra): Disable abstract X11 sockets.
* gnu: Add xorgproto.Marius Bakke2018-02-18
| | | | * gnu/packages/xorg.scm (xorgproto): New public variable.
* Merge branch 'master' into core-updatesRicardo Wurmus2018-02-18
|\
| * gnu: xf86-video-vesa: Update to 2.4.0.Marius Bakke2018-02-16
| | | | | | | | * gnu/packages/xorg.scm (xf86-video-vesa): Update to 2.4.0.
* | Merge branch 'master' into core-updatesMark H Weaver2018-02-09
|\|
| * gnu: xpra: Update to 2.2.4.Rutger Helling2018-02-05
| | | | | | | | * gnu/packages/xorg.scm (xpra): Update to 2.2.4.
* | Merge branch 'master' into core-updatesMark H Weaver2018-01-19
|\|
| * gnu: xpra: Update to 2.2.3.Rutger Helling2018-01-19
| | | | | | | | * gnu/packages/xorg.scm (xpra): Update to 2.2.3.
| * gnu: xpra: Update to 2.2.2.Rutger Helling2018-01-17
| | | | | | | | * gnu/packages/xorg.scm (xpra): Update to 2.2.2.
| * gnu: Use HTTPS for invisible-island.net home pages.Tobias Geerinckx-Rice2018-01-16
| | | | | | | | | | | | * gnu/packages/ncurses.scm (dialog)[home-page]: Use HTTPS. * gnu/packages/version-control.scm (diffstat)[home-page]: Likewise. * gnu/packages/xorg.scm (xterm)[home-page]: Likewise.
* | Merge branch 'master' into core-updatesLeo Famulari2018-01-11
|\|
| * gnu: xterm: Download over HTTP by default.Tobias Geerinckx-Rice2018-01-10
| | | | | | | | * gnu/packages/xorg.scm (xterm)[source]: Add HTTP mirror URI.
| * gnu: xterm: Update to 331.Tobias Geerinckx-Rice2018-01-10
| | | | | | | | | | | | * gnu/packages/xorg.scm (xterm): Update to 331. [arguments]: Remove now-default ‘--enable-256-color’ from #:configure-flags. now enabled by default.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-12-31
|\|
| * gnu: xorg-server: Update to 1.19.6.Marius Bakke2017-12-27
| | | | | | | | * gnu/packages/xorg.scm (xorg-server): Update to 1.19.6.
| * gnu: xf86-video-intel: Update snapshot to af6d8e9.Marius Bakke2017-12-27
| | | | | | | | * gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-9-af6d8e9.