GNU bug report logs -
#29544
FVWM: Update to 2.6.7
Previous Next
Reported by: ng0 <ng0 <at> n0.is>
Date: Sun, 3 Dec 2017 01:09:02 UTC
Severity: normal
Tags: fixed
Done: iyzsong <at> member.fsf.org (宋文武)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
ng0 transcribed 3.8K bytes:
> Not tested: Actually starting FVWM 2.6.7.
Actually this had two lines.. why the first disappeared,
I have no idea. So there you go again: Tested: Building it.
> --
> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
> WWW: https://n0.is
> From 36609f2892ae6261fc4c6b327e6821cd9e64e8a5 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0 <at> infotropique.org>
> Date: Wed, 6 Sep 2017 14:20:58 +0000
> Subject: [PATCH] gnu: fvwm: Update to 2.6.7.
>
> * gnu/packages/fvwm.scm (fvwm): Update to 2.6.7.
> (inputs): Add 'libice', 'libsm', 'libx11', 'libxau', 'libxcb', 'libxdmcp', 'libxfixes',
> 'libxrandr' and 'libxrender'.
> ---
> gnu/packages/fvwm.scm | 17 +++++++++++++----
> 1 file changed, 13 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/fvwm.scm b/gnu/packages/fvwm.scm
> index 933820e5f..b8c827349 100644
> --- a/gnu/packages/fvwm.scm
> +++ b/gnu/packages/fvwm.scm
> @@ -1,6 +1,7 @@
> ;;; GNU Guix --- Functional package management for GNU
> ;;; Copyright © 2015 Sou Bunnbu <iyzsong <at> gmail.com>
> ;;; Copyright © 2016 Efraim Flashner <efraim <at> flashner.co.il>
> +;;; Copyright © 2017 ng0 <ng0 <at> infotropique.org>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -34,16 +35,15 @@
> (define-public fvwm
> (package
> (name "fvwm")
> - (version "2.6.6")
> + (version "2.6.7")
> (source (origin
> (method url-fetch)
> (uri (string-append
> "https://github.com/fvwmorg/fvwm/releases/download/"
> - "version-" (string-join (string-split version #\.) "_")
> - "/" name "-" version ".tar.gz"))
> + version "/" name "-" version ".tar.gz"))
> (sha256
> (base32
> - "0b6w0vk6cpqaz0ws3vl4by0mycv33r42a0m806j2h8avy9ghipn5"))))
> + "0wzghjgy65pkn31rgl14fngizw7nbkzbxsfa670xmrndpmd4sr81"))))
> (build-system gnu-build-system)
> (native-inputs
> `(("perl" ,perl)
> @@ -51,13 +51,22 @@
> ("xsltproc" ,libxslt)))
> (inputs
> `(("fribidi" ,fribidi)
> + ("libice" ,libice)
> ("libpng" ,libpng)
> ("librsvg" ,librsvg)
> + ("libsm" ,libsm)
> + ("libx11" ,libx11)
> + ("libxau" ,libxau)
> + ("libxcb" ,libxcb)
> ("libxcursor" ,libxcursor)
> + ("libxdmcp" ,libxdmcp)
> ("libxext" ,libxext)
> ("libxft" ,libxft)
> + ("libxfixes" ,libxfixes)
> ("libxinerama" ,libxinerama)
> ("libxpm" ,libxpm)
> + ("libxrandr" ,libxrandr)
> + ("libxrender" ,libxrender)
> ("libxt" ,libxt)
> ("readline" ,readline)))
> (synopsis "Virtual window manager for X11")
> --
> 2.15.0
>
--
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
WWW: https://n0.is
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 7 years and 223 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.