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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29544 in the body.
You can then email your comments to 29544 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#29544
; Package
guix-patches
.
(Sun, 03 Dec 2017 01:09:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
ng0 <ng0 <at> n0.is>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 03 Dec 2017 01:09:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Not tested: Actually starting FVWM 2.6.7.
--
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
WWW: https://n0.is
[0001-gnu-fvwm-Update-to-2.6.7.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#29544
; Package
guix-patches
.
(Sun, 03 Dec 2017 01:15:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 29544 <at> debbugs.gnu.org (full text, mbox):
[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)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#29544
; Package
guix-patches
.
(Sat, 09 Dec 2017 08:09:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 29544 <at> debbugs.gnu.org (full text, mbox):
ng0 <ng0 <at> n0.is> writes:
>> 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'.
Pushed without the inputs addition...
I built fvwm twice with those inputs additions and without, then
according to the output of 'guix size', they don't have any difference.
Likely those are propagated by other inputs already, so I leave the
inputs unchanged.
Thanks!
Added tag(s) fixed.
Request was from
iyzsong <at> member.fsf.org (宋文武)
to
control <at> debbugs.gnu.org
.
(Sat, 09 Dec 2017 08:10:02 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
29544 <at> debbugs.gnu.org and ng0 <ng0 <at> n0.is>
Request was from
iyzsong <at> member.fsf.org (宋文武)
to
control <at> debbugs.gnu.org
.
(Sat, 09 Dec 2017 08:10:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 06 Jan 2018 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 168 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.