| Commit message (Expand) | Author | Age |
* | Merge branch 'master' into core-updates | Ricardo Wurmus | 2018-03-14 |
|\ |
|
| * | gnu: xprop: Update to 1.2.3.•••* gnu/packages/xorg.scm (xprop): Update to 1.2.3.
| Marius Bakke | 2018-03-10 |
| * | gnu: xpr: Update to 1.0.5.•••* gnu/packages/xorg.scm (xpr): Update to 1.0.5.
| Marius Bakke | 2018-03-10 |
| * | gnu: xlsfonts: Update to 1.0.6.•••* gnu/packages/xorg.scm (xlsfonts): Update to 1.0.6.
| Marius Bakke | 2018-03-10 |
| * | gnu: xkill: Update to 1.0.5.•••* gnu/packages/xorg.scm (xkill): Update to 1.0.5.
| Marius Bakke | 2018-03-10 |
| * | gnu: xbacklight: Update to 1.2.2.•••* gnu/packages/xorg.scm (xbacklight): Update to 1.2.2.
| Marius Bakke | 2018-03-10 |
| * | gnu: xwininfo: Update to 1.1.4.•••* gnu/packages/xorg.scm (xwininfo): Update to 1.1.4.
| Marius Bakke | 2018-03-10 |
| * | gnu: xset: Update to 1.2.4.•••* gnu/packages/xorg.scm (xset): Update to 1.2.4.
| Marius Bakke | 2018-03-10 |
| * | gnu: xwd: Update to 1.0.7.•••* gnu/packages/xorg.scm (xwd): Update to 1.0.7.
| Marius Bakke | 2018-03-10 |
| * | gnu: xlsclients: Update to 1.1.4.•••* gnu/packages/xorg.scm (xlsclients): Update to 1.1.4.
| Marius Bakke | 2018-03-10 |
| * | gnu: xmessage: Update to 1.0.5.•••* gnu/packages/xorg.scm (xmessage): Update to 1.0.5.
| Marius Bakke | 2018-03-10 |
| * | gnu: xinit: Update to 1.4.0.•••* gnu/packages/xorg.scm (xinit): Update to 1.4.0.
| Marius Bakke | 2018-03-10 |
| * | gnu: xwud: Update to 1.0.5.•••* gnu/packages/xorg.scm (xwud): Update to 1.0.5.
| Marius Bakke | 2018-03-10 |
| * | gnu: xsetroot: Update to 1.1.2.•••* gnu/packages/xorg.scm (xsetroot): Update to 1.1.2.
| Marius Bakke | 2018-03-10 |
| * | gnu: xrefresh: Update to 1.0.6.•••* gnu/packages/xorg.scm (xrefresh): Update to 1.0.6.
| Marius Bakke | 2018-03-10 |
| * | gnu: xrdb: Update to 1.1.1.•••* gnu/packages/xorg.scm (xrdb): Update to 1.1.1.
| Marius Bakke | 2018-03-10 |
| * | gnu: xfontsel: Update to 1.0.6.•••* gnu/packages/xorg.scm (xfontsel): Update to 1.0.6.
| Marius Bakke | 2018-03-10 |
| * | gnu: xcursor-themes: Update to 1.0.5.•••* gnu/packages/xorg.scm (xcursor-themes): Update to 1.0.5.
| Marius Bakke | 2018-03-10 |
| * | gnu: xbitmaps: Update to 1.1.2.•••* gnu/packages/xorg.scm (xbitmaps): Update to 1.1.2.
| Marius Bakke | 2018-03-10 |
| * | gnu: xdriinfo: Update to 1.0.6.•••* gnu/packages/xorg.scm (xdriinfo): Update to 1.0.6.
| Marius Bakke | 2018-03-07 |
| * | gnu: twm: Update to 1.0.10.•••* gnu/packages/xorg.scm (twm): Update to 1.0.10.
[source]: Use bzip-compressed tarball.
| Marius Bakke | 2018-03-07 |
| * | gnu: mkfontscale: Update to 1.1.3.•••* gnu/packages/xorg.scm (mkfontscale): Update to 1.1.3.
| Marius Bakke | 2018-03-07 |
| * | gnu: iceauth: Update to 1.0.8.•••* gnu/packages/xorg.scm (iceauth): Update to 1.0.8.
| Marius Bakke | 2018-03-06 |
| * | gnu: editres: Update to 1.0.7.•••* gnu/packages/xorg.scm (editres): Update to 1.0.7.
| Tobias Geerinckx-Rice | 2018-03-05 |
| * | gnu: xpra: Update to 2.2.5.•••* gnu/packages/xorg.scm (xpra): Update to 2.2.5.
| Rutger Helling | 2018-03-05 |
| * | gnu: xorgproto: Update to 2018.4.•••* gnu/packages/xorg.scm (xorgproto): Update to 2018.4.
| Marius Bakke | 2018-03-01 |
| * | gnu: perl-x11-xcb: Update to 0.17.•••* gnu/packages/xorg.scm (perl-x11-xcb): Update to 0.17.
| Tobias Geerinckx-Rice | 2018-02-27 |
* | | build-system/gnu: Add 'bootstrap' phase.•••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.
| Ludovic Courtès | 2018-03-11 |
* | | gnu: libxcb: Update to 1.13.•••* 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.
| Marius Bakke | 2018-03-08 |
* | | gnu: xcb-proto: Update to 1.13.•••* 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.
| Marius Bakke | 2018-03-08 |
* | | gnu: util-macros: Update to 1.19.2.•••* gnu/packages/xorg.scm (util-macros): Update to 1.19.2.
| Marius Bakke | 2018-03-08 |
* | | Merge branch 'master' into core-updates | Marius Bakke | 2018-02-24 |
|\| |
|
| * | gnu: xorgproto: Update to 2018.3.•••* gnu/packages/xorg.scm (xorgproto): Update to 2018.3.
| Marius Bakke | 2018-02-22 |
* | | gnu: util-macros: Update phase style.•••* gnu/packages/xorg.scm (util-macros)[arguments]: Use MODIFY-PHASES
syntax and end phases with #t.
| Tobias Geerinckx-Rice | 2018-02-20 |
|/ |
|
* | gnu: xpra: Disable abstract X11 sockets.•••* gnu/packages/xorg.scm (xpra): Disable abstract X11 sockets.
| Rutger Helling | 2018-02-19 |
* | gnu: Add xorgproto.•••* gnu/packages/xorg.scm (xorgproto): New public variable.
| Marius Bakke | 2018-02-18 |
* | Merge branch 'master' into core-updates | Ricardo Wurmus | 2018-02-18 |
|\ |
|
| * | gnu: xf86-video-vesa: Update to 2.4.0.•••* gnu/packages/xorg.scm (xf86-video-vesa): Update to 2.4.0.
| Marius Bakke | 2018-02-16 |
* | | Merge branch 'master' into core-updates | Mark H Weaver | 2018-02-09 |
|\| |
|
| * | gnu: xpra: Update to 2.2.4.•••* gnu/packages/xorg.scm (xpra): Update to 2.2.4.
| Rutger Helling | 2018-02-05 |
* | | Merge branch 'master' into core-updates | Mark H Weaver | 2018-01-19 |
|\| |
|
| * | gnu: xpra: Update to 2.2.3.•••* gnu/packages/xorg.scm (xpra): Update to 2.2.3.
| Rutger Helling | 2018-01-19 |
| * | gnu: xpra: Update to 2.2.2.•••* gnu/packages/xorg.scm (xpra): Update to 2.2.2.
| Rutger Helling | 2018-01-17 |
| * | gnu: Use HTTPS for invisible-island.net home pages.•••* 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.
| Tobias Geerinckx-Rice | 2018-01-16 |
* | | Merge branch 'master' into core-updates | Leo Famulari | 2018-01-11 |
|\| |
|
| * | gnu: xterm: Download over HTTP by default.•••* gnu/packages/xorg.scm (xterm)[source]: Add HTTP mirror URI.
| Tobias Geerinckx-Rice | 2018-01-10 |
| * | gnu: xterm: Update to 331.•••* gnu/packages/xorg.scm (xterm): Update to 331.
[arguments]: Remove now-default ‘--enable-256-color’ from #:configure-flags.
now enabled by default.
| Tobias Geerinckx-Rice | 2018-01-10 |
* | | Merge remote-tracking branch 'origin/master' into core-updates | Efraim Flashner | 2017-12-31 |
|\| |
|
| * | gnu: xorg-server: Update to 1.19.6.•••* gnu/packages/xorg.scm (xorg-server): Update to 1.19.6.
| Marius Bakke | 2017-12-27 |
| * | gnu: xf86-video-intel: Update snapshot to af6d8e9.•••* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-9-af6d8e9.
| Marius Bakke | 2017-12-27 |