From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLImI-0002HP-6M for guix-patches@gnu.org; Sat, 02 Dec 2017 20:09:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLImE-0005x4-M7 for guix-patches@gnu.org; Sat, 02 Dec 2017 20:09:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:33635) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eLImE-0005x0-Iq for guix-patches@gnu.org; Sat, 02 Dec 2017 20:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eLImE-0000iY-BJ for guix-patches@gnu.org; Sat, 02 Dec 2017 20:09:02 -0500 Subject: [bug#29544] FVWM: Update to 2.6.7 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLIlN-0001ou-Oo for guix-patches@gnu.org; Sat, 02 Dec 2017 20:08:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLIlK-0005VS-IC for guix-patches@gnu.org; Sat, 02 Dec 2017 20:08:09 -0500 Received: from aibo.runbox.com ([91.220.196.211]:40480) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eLIlK-0005PK-9b for guix-patches@gnu.org; Sat, 02 Dec 2017 20:08:06 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eLIlE-0003Cr-HB for guix-patches@gnu.org; Sun, 03 Dec 2017 02:08:00 +0100 Received: from dslb-088-078-089-228.088.078.pools.vodafone-ip.de ([88.78.89.228] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eLIlD-0002bV-K6 for guix-patches@gnu.org; Sun, 03 Dec 2017 02:07:59 +0100 Date: Sun, 3 Dec 2017 01:07:57 +0000 From: ng0 Message-ID: <20171203010757.k6qsmxjj6jhtji46@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ud2xtnitll3d7ddv" Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 29544@debbugs.gnu.org --ud2xtnitll3d7ddv Content-Type: multipart/mixed; boundary="uhexuqdl7vpj4enq" Content-Disposition: inline --uhexuqdl7vpj4enq Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Not tested: Actually starting FVWM 2.6.7. --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys WWW: https://n0.is --uhexuqdl7vpj4enq Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-fvwm-Update-to-2.6.7.patch" Content-Transfer-Encoding: quoted-printable =46rom 36609f2892ae6261fc4c6b327e6821cd9e64e8a5 Mon Sep 17 00:00:00 2001 =46rom: ng0 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 =C2=A9 2015 Sou Bunnbu ;;; Copyright =C2=A9 2016 Efraim Flashner +;;; Copyright =C2=A9 2017 ng0 ;;; ;;; 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") --=20 2.15.0 --uhexuqdl7vpj4enq-- --ud2xtnitll3d7ddv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlojTm0ACgkQ4i+bv+40 hYjvTg/9GH0yh4rc9mQxMRZxEwz+1r06W9EPhdTY4M5Akri7cplC/6cmgr1bvmnf yLMwmkrW/m/71xLSWwbZliyvm30sU7yLMC0nr5rx/6prxLmu8/GbQmul0Kejp9tI Sp6dFfv0ixuWBY+XdNtwlOk3sBbgOYWDJ8U3BEGfE7G76BJkoEa0kzVicRMdDPhM WBbRtLfSUGPoOPf/JdscFDe1FGy7pVQT2Wpg8hNOd6Lt9PC1G8h+BRNgrNe2uWKV ck6bPocmvMRIpgoOa3TG7hIOQJ4Myp1XR2IlpFhQyGZT1C3HLk2yiqMYk3P9etWK l8y6OTeBHVKkT68kjSlRVMXiEbghzmq8adq3tZPTizwXkjYH6C9808u1dJ6XpVKN q1UjSMIscsfodpKYaxThf/ZUwXkmKR+xkrHthsXx8Z19q/7JHLNIJE6/t9aJdDcb F1pvJODfPNxEmQcbeGr1ARJFWrkoOpe+z5zKnLNZghMXrTYtqh8MukmQmDA0tI62 fP36A9LfSNlXljXGksoNVjnsCC4zJ3uv0948tB2L5paBqTpv2dRTI0XMVwNwA63N 0zP3M2MJ4vdVINspU5O1wF0aAw4K0uW1GKuIVNRjrVeHoaI4J/rxmuN3gbiSqOy5 IBEuasCXDppV9oIufruHgeE8sugzuPI84NKbmDr6BhSfFfeBT7k= =+k4j -----END PGP SIGNATURE----- --ud2xtnitll3d7ddv--