From unknown Sun Jun 22 11:31:20 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#30344 <30344@debbugs.gnu.org> To: bug#30344 <30344@debbugs.gnu.org> Subject: Status: cwm Reply-To: bug#30344 <30344@debbugs.gnu.org> Date: Sun, 22 Jun 2025 18:31:20 +0000 retitle 30344 cwm reassign 30344 guix-patches submitter 30344 ng0@n0.is severity 30344 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 04 06:20:25 2018 Received: (at submit) by debbugs.gnu.org; 4 Feb 2018 11:20:25 +0000 Received: from localhost ([127.0.0.1]:56218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eiILJ-0007h4-4Y for submit@debbugs.gnu.org; Sun, 04 Feb 2018 06:20:25 -0500 Received: from eggs.gnu.org ([208.118.235.92]:35820) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eiILG-0007gq-UU for submit@debbugs.gnu.org; Sun, 04 Feb 2018 06:20:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eiILA-0002jZ-CT for submit@debbugs.gnu.org; Sun, 04 Feb 2018 06:20:09 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:46471) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eiILA-0002in-9e for submit@debbugs.gnu.org; Sun, 04 Feb 2018 06:20:08 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eiIL8-0000sr-NN for guix-patches@gnu.org; Sun, 04 Feb 2018 06:20:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eiIL4-0002Xn-Lz for guix-patches@gnu.org; Sun, 04 Feb 2018 06:20:06 -0500 Received: from aibo.runbox.com ([91.220.196.211]:60094) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eiIL4-0002TB-CG for guix-patches@gnu.org; Sun, 04 Feb 2018 06:20:02 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eiIL2-0003c2-5G for guix-patches@gnu.org; Sun, 04 Feb 2018 12:20:00 +0100 Received: from dslb-092-072-208-126.092.072.pools.vodafone-ip.de ([92.72.208.126] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eiIKf-000654-TP for guix-patches@gnu.org; Sun, 04 Feb 2018 12:19:38 +0100 From: ng0@n0.is To: guix-patches@gnu.org Subject: cwm Date: Sun, 04 Feb 2018 11:19:40 +0000 Message-ID: <87h8qx6lyr.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --=-=-= Content-Type: text/plain Trying to reduce the amount of software I keep in my domain. Here's cwm, the OpenBSD window manager. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-cwm.patch Content-Transfer-Encoding: 8bit >From 6c3d991fd5b99dded91e00b6f98d79c041e4be7d Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 4 Feb 2018 11:15:19 +0000 Subject: [PATCH] gnu: Add cwm. * gnu/packages/wm.scm (cwm): New variable. --- gnu/packages/wm.scm | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 0cf6c1a2d..09015126c 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2016 Al McElrath ;;; Copyright © 2016 Carlo Zancanaro ;;; Copyright © 2016, 2017 Ludovic Courtès -;;; Copyright © 2016, 2017 ng0 +;;; Copyright © 2016, 2017, 2018 ng0 ;;; Copyright © 2016 doncatnip ;;; Copyright © 2016 Ivan Vilata i Balaguer ;;; Copyright © 2017 Mekeor Melire @@ -46,6 +46,7 @@ #:use-module (gnu packages haskell-check) #:use-module (gnu packages haskell-web) #:use-module (gnu packages autotools) + #:use-module (gnu packages bison) #:use-module (gnu packages gawk) #:use-module (gnu packages base) #:use-module (gnu packages pkg-config) @@ -915,3 +916,56 @@ It is inspired by Xmonad and dwm. Its major features include: @end itemize\n") (home-page "https://github.com/conformal/spectrwm") (license license:isc))) + +(define-public cwm + (package + (name "cwm") + (version "6.2") + (source + (origin + (method url-fetch) + (uri (string-append "http://chneukirchen.org/releases/cwm-" + version ".tar.gz")) + (sha256 + (base32 + "1b8k2hjxpb0bzqjh2wj6mn2nf2360zacf8z19sw2rw5lxvmfy89x")))) + (build-system gnu-build-system) + (arguments + `(#:make-flags (list "CC=gcc" + (string-append "PREFIX=" %output)) + #:tests? #f + #:phases + (modify-phases %standard-phases + (delete 'configure) + (add-after 'build 'install-xsession + (lambda* (#:key outputs #:allow-other-keys) + ;; Add a .desktop file to xsessions. + (let* ((output (assoc-ref outputs "out")) + (xsessions (string-append output "/share/xsessions"))) + (mkdir-p xsessions) + (with-output-to-file + (string-append xsessions "/cwm.desktop") + (lambda _ + (format #t + "[Desktop Entry]~@ + Name=cwm~@ + Comment=OpenBSD Calm Window Manager fork~@ + Exec=~a/bin/cwm~@ + TryExec=~@*~a/bin/cwm~@ + Icon=~@ + Type=Application~%" + output))) + #t)))))) + (inputs + `(("libxft" ,libxft) + ("libxrandr" ,libxrandr) + ("libxinerama" ,libxinerama))) + (native-inputs + `(("pkg-config" ,pkg-config) + ("bison" ,bison))) + (home-page "https://github.com/chneukirchen/cwm") + (synopsis "OpenBSD fork of calmwm") + (description + "Cwm is a OpenBSD fork of the clean and lightweight window manager +calmwm.") + (license license:isc))) -- 2.16.1 --=-=-= Content-Type: text/plain -- ng0 :: https://ea.n0.is A88C8ADD129828D7EAC02E52E22F9BBFEE348588 :: https://ea.n0.is/keys/ --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 04 06:32:28 2018 Received: (at 30344) by debbugs.gnu.org; 4 Feb 2018 11:32:28 +0000 Received: from localhost ([127.0.0.1]:56224 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eiIWz-00083O-KE for submit@debbugs.gnu.org; Sun, 04 Feb 2018 06:32:28 -0500 Received: from aibo.runbox.com ([91.220.196.211]:48450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eiIWt-00083B-UU for 30344@debbugs.gnu.org; Sun, 04 Feb 2018 06:32:19 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eiIWs-0000PM-Mu for 30344@debbugs.gnu.org; Sun, 04 Feb 2018 12:32:14 +0100 Received: from dslb-092-072-208-126.092.072.pools.vodafone-ip.de ([92.72.208.126] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eiIWk-00014R-Ve for 30344@debbugs.gnu.org; Sun, 04 Feb 2018 12:32:07 +0100 From: ng0@n0.is To: 30344@debbugs.gnu.org Subject: Re: [bug#30344] cwm In-Reply-To: <87h8qx6lyr.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> (ng0@n0.is's message of "Sun, 04 Feb 2018 11:19:40 +0000") References: <87h8qx6lyr.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> Date: Sun, 04 Feb 2018 11:32:09 +0000 Message-ID: <87d11l6ldy.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30344 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) On Sun, 04 Feb 2018, ng0@n0.is wrote: > Trying to reduce the amount of software I keep in my domain. > Here's cwm, the OpenBSD window manager. > > From 6c3d991fd5b99dded91e00b6f98d79c041e4be7d Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sun, 4 Feb 2018 11:15:19 +0000 > Subject: [PATCH] gnu: Add cwm. > > * gnu/packages/wm.scm (cwm): New variable. > --- > gnu/packages/wm.scm | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 55 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm > index 0cf6c1a2d..09015126c 100644 > --- a/gnu/packages/wm.scm > +++ b/gnu/packages/wm.scm > @@ -9,7 +9,7 @@ > ;;; Copyright © 2016 Al McElrath > ;;; Copyright © 2016 Carlo Zancanaro > ;;; Copyright © 2016, 2017 Ludovic Courtès > -;;; Copyright © 2016, 2017 ng0 > +;;; Copyright © 2016, 2017, 2018 ng0 > ;;; Copyright © 2016 doncatnip > ;;; Copyright © 2016 Ivan Vilata i Balaguer > ;;; Copyright © 2017 Mekeor Melire > @@ -46,6 +46,7 @@ > #:use-module (gnu packages haskell-check) > #:use-module (gnu packages haskell-web) > #:use-module (gnu packages autotools) > + #:use-module (gnu packages bison) > #:use-module (gnu packages gawk) > #:use-module (gnu packages base) > #:use-module (gnu packages pkg-config) > @@ -915,3 +916,56 @@ It is inspired by Xmonad and dwm. Its major features include: > @end itemize\n") > (home-page "https://github.com/conformal/spectrwm") > (license license:isc))) > + > +(define-public cwm > + (package > + (name "cwm") > + (version "6.2") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "http://chneukirchen.org/releases/cwm-" > + version ".tar.gz")) > + (sha256 > + (base32 > + "1b8k2hjxpb0bzqjh2wj6mn2nf2360zacf8z19sw2rw5lxvmfy89x")))) > + (build-system gnu-build-system) > + (arguments > + `(#:make-flags (list "CC=gcc" > + (string-append "PREFIX=" %output)) > + #:tests? #f > + #:phases > + (modify-phases %standard-phases > + (delete 'configure) > + (add-after 'build 'install-xsession > + (lambda* (#:key outputs #:allow-other-keys) > + ;; Add a .desktop file to xsessions. > + (let* ((output (assoc-ref outputs "out")) > + (xsessions (string-append output "/share/xsessions"))) > + (mkdir-p xsessions) > + (with-output-to-file > + (string-append xsessions "/cwm.desktop") > + (lambda _ > + (format #t > + "[Desktop Entry]~@ > + Name=cwm~@ > + Comment=OpenBSD Calm Window Manager fork~@ > + Exec=~a/bin/cwm~@ > + TryExec=~@*~a/bin/cwm~@ > + Icon=~@ > + Type=Application~%" > + output))) > + #t)))))) > + (inputs > + `(("libxft" ,libxft) > + ("libxrandr" ,libxrandr) > + ("libxinerama" ,libxinerama))) > + (native-inputs > + `(("pkg-config" ,pkg-config) > + ("bison" ,bison))) > + (home-page "https://github.com/chneukirchen/cwm") > + (synopsis "OpenBSD fork of calmwm") ^- about this... > + (description > + "Cwm is a OpenBSD fork of the clean and lightweight window manager ^- ... and this I am not so sure, as the man pages state there has been a rewrite since then, so maybe just "inspired by"? It could be the same as with neomutt. Wikipedia has more on this: cwm (Calm Window Manager)[1] is a stacking window manager for the X Window System. While it is primarily developed as a part of OpenBSD's base system,[2] portable versions are available on other Unix-like operating systems. Development of cwm started from patches to evilwm by Marius Aamodt Eriksen.[3] To ease the implementation of new features, cwm was eventually rewritten using some code from 9wm.[4] The last release by the original author came out in August 2005.[3] In April 2007, cwm was imported into OpenBSD source tree.[5] By January 2008, a substantial part of the original source code, including all of the 9wm code, was rewritten.[6] cwm has been distributed with OpenBSD since version 4.2, where it replaced wm2.[7] A third-party Linux port also exists.[8] ... so I'd say it's not a fork but maintained by OpenBSD, in OpenBSD's source tree. For reference: https://en.wikipedia.org/wiki/Cwm_(window_manager) > +calmwm.") > + (license license:isc))) > -- > 2.16.1 -- ng0 :: https://ea.n0.is A88C8ADD129828D7EAC02E52E22F9BBFEE348588 :: https://ea.n0.is/keys/ From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 05 17:48:29 2018 Received: (at 30344) by debbugs.gnu.org; 5 Feb 2018 22:48:29 +0000 Received: from localhost ([127.0.0.1]:59189 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eipYq-00089H-Na for submit@debbugs.gnu.org; Mon, 05 Feb 2018 17:48:28 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:43295) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eipYp-000899-Mw for 30344@debbugs.gnu.org; Mon, 05 Feb 2018 17:48:28 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 89E9620AF9; Mon, 5 Feb 2018 17:48:27 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Mon, 05 Feb 2018 17:48:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=i3F35Y7scrO7fC8V1FToVUsfuvljwQFlfXX1F4jPawY=; b=pzrUt ap/3dsjchrBR39kXXPDYemyY0DIYrlKux+h0ZYR+bt6l093CBKf/lwjU0yYN4w12 gbNCVh6nS6YPTOQxE4rX2m6ba3dPozHwZRAC4OqJbXTaFzCLsGgAiLxfWlUrsj3K pyaUpQhu4q7AosUgFzt55nAjoSVjz9+XWnCRpc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=i3F35Y7scrO7fC8V1FToVUsfuvljw QFlfXX1F4jPawY=; b=CDlxmWbErKGA+xTzBBll8cJqjUV0bXljD47N2S9PSndKU TNkbOKAV8cvVLk61jKVPIbUIFrIVv/R1tD+TcC3v94GbkYvUC9r8ssG5jk+RxznS OmM0y2UM8FIcbGhssQvexsgbELaTXIEKDBn00I1BaflGKpW9+tLMKYUIAqjh1MlE vEnOKD17qqzVGwitvq+cZp+7YRcHDy9DDZflxcTXlcScpMMvK41V5d4Sr59jlzSE pd+PQIg03nK6lcbS8o5VxoSF27G931DmBHrmfpxiJIFKleVIgA1PrRr2gDabG8U2 wdgTV/0h1IQlp3ScJQFFg1fpyH/uk5QRVfIwuZziQ== X-ME-Sender: Received: from localhost (c-76-124-202-137.hsd1.pa.comcast.net [76.124.202.137]) by mail.messagingengine.com (Postfix) with ESMTPA id 3CBB324235; Mon, 5 Feb 2018 17:48:27 -0500 (EST) Date: Mon, 5 Feb 2018 17:48:26 -0500 From: Leo Famulari To: ng0@n0.is Subject: Re: [bug#30344] cwm Message-ID: <20180205224826.GB20907@jasmine.lan> References: <87h8qx6lyr.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> <87d11l6ldy.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="i0/AhcQY5QxfSsSZ" Content-Disposition: inline In-Reply-To: <87d11l6ldy.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> User-Agent: Mutt/1.9.2 (2017-12-15) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30344 Cc: 30344@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --i0/AhcQY5QxfSsSZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 04, 2018 at 11:32:09AM +0000, ng0@n0.is wrote: > On Sun, 04 Feb 2018, ng0@n0.is wrote: > > Trying to reduce the amount of software I keep in my domain. > > Here's cwm, the OpenBSD window manager. > > > > From 6c3d991fd5b99dded91e00b6f98d79c041e4be7d Mon Sep 17 00:00:00 2001 > > From: ng0 > > Date: Sun, 4 Feb 2018 11:15:19 +0000 > > Subject: [PATCH] gnu: Add cwm. > > > > * gnu/packages/wm.scm (cwm): New variable. > > + (synopsis "OpenBSD fork of calmwm") > ^- about this... >=20 > > + (description > > + "Cwm is a OpenBSD fork of the clean and lightweight window manager > ^- ... and this I am not so sure, as > the man pages state there has been a > rewrite since then, so maybe just > "inspired by"? It could be the same as > with neomutt. You could say that it's "derived from" calmwn. --i0/AhcQY5QxfSsSZ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlp43zoACgkQJkb6MLrK fwgZJA//VoMBN2j/5xoI7dRRRYzkE9yv9SMO/IQtZ/iZF5Y9tViBCpWIE+6Wkbnr wmULzSjBBWeUzrJKT0LQE8GhxsBVwTwHCTQQjdX+lfSon6tQn13K41sprJARNJ8L tL7o+wypAzdGDq4evhBcB7lsdFLNuQ+IO1kWfYacDQIlxIcUCilAyFeLxEFraD3n NY0O0Xk5ARd6y5K4U74XVf6VRBLOSubUoY8WInyoe3rBBzI7O22tshAnkmsFgMYg 7VETMjwaRFdis0k/yQduEXLeXXE/sSB9IAq3zIpF6wyp1fcmzWgb6UTndbWrdoWH hm6/eg1Ay0HgtIFP1BbxEcl/X+QbMOSHi+SJD1KSmD0XNGK9gxPuS781EduDGjWK IHL+4ZsVLXTAzY0cWeofQ4ofjfYZzDEy3ZZ4muJoFb4tHdk41S32BribQ7JUrI4A 6ClznJvcP/L0uWsw9IXLZpgSZcLY9UdkZc1wTB+OEJs088uI2V3wuD72E1Y5/eoN 4njFMJcdFVQ7pYJpZrPN5yw0uZwSRHbi5gnZzB0T7xyqhfgDFVsZbL2uG/eTHG06 TQHTxrR77sDrtTJk/j2U1tRf6I2COcb2+cMx5jzW95FDcB+XgsW5NqGBzGedlyYu Pe/C76P3h6IS1yBcA1cLPX8fZwi3YSgEkaKz0na8SRZUKnc2NcQ= =OoR9 -----END PGP SIGNATURE----- --i0/AhcQY5QxfSsSZ-- From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 12 18:45:40 2018 Received: (at 30344) by debbugs.gnu.org; 12 Feb 2018 23:45:40 +0000 Received: from localhost ([127.0.0.1]:40209 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elNmu-0006Gu-MT for submit@debbugs.gnu.org; Mon, 12 Feb 2018 18:45:40 -0500 Received: from aibo.runbox.com ([91.220.196.211]:44074) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elNms-0006Gm-Nt for 30344@debbugs.gnu.org; Mon, 12 Feb 2018 18:45:31 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1elNmr-0007Gc-Cn for 30344@debbugs.gnu.org; Tue, 13 Feb 2018 00:45:29 +0100 Received: from dslb-178-001-033-223.178.001.pools.vodafone-ip.de ([178.1.33.223] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1elNma-0007U2-3j for 30344@debbugs.gnu.org; Tue, 13 Feb 2018 00:45:12 +0100 From: ng0@crash.cx To: 30344@debbugs.gnu.org Subject: Re: [bug#30344] cwm In-Reply-To: <20180205224826.GB20907@jasmine.lan> (Leo Famulari's message of "Mon, 5 Feb 2018 17:48:26 -0500") References: <87h8qx6lyr.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> <87d11l6ldy.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> <20180205224826.GB20907@jasmine.lan> Date: Mon, 12 Feb 2018 23:45:18 +0000 Message-ID: <87tvulu60h.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30344 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --=-=-= Content-Type: text/plain On Mon, 05 Feb 2018, Leo Famulari wrote: > On Sun, Feb 04, 2018 at 11:32:09AM +0000, ng0@n0.is wrote: >> On Sun, 04 Feb 2018, ng0@n0.is wrote: >> > Trying to reduce the amount of software I keep in my domain. >> > Here's cwm, the OpenBSD window manager. >> > >> > From 6c3d991fd5b99dded91e00b6f98d79c041e4be7d Mon Sep 17 00:00:00 2001 >> > From: ng0 >> > Date: Sun, 4 Feb 2018 11:15:19 +0000 >> > Subject: [PATCH] gnu: Add cwm. >> > >> > * gnu/packages/wm.scm (cwm): New variable. > >> > + (synopsis "OpenBSD fork of calmwm") >> ^- about this... >> >> > + (description >> > + "Cwm is a OpenBSD fork of the clean and lightweight window manager >> ^- ... and this I am not so sure, as >> the man pages state there has been a >> rewrite since then, so maybe just >> "inspired by"? It could be the same as >> with neomutt. > > You could say that it's "derived from" calmwn. > Okay, I've written a new variant which is appended. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-cwm.patch Content-Transfer-Encoding: 8bit >From 13398bb7d37d99c4103815cd3765bf1f687f27db Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 4 Feb 2018 11:15:19 +0000 Subject: [PATCH] gnu: Add cwm. * gnu/packages/wm.scm (cwm): New variable. --- gnu/packages/wm.scm | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 0cf6c1a2d..78e9d5b8d 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2016 Al McElrath ;;; Copyright © 2016 Carlo Zancanaro ;;; Copyright © 2016, 2017 Ludovic Courtès -;;; Copyright © 2016, 2017 ng0 +;;; Copyright © 2016, 2017, 2018 ng0 ;;; Copyright © 2016 doncatnip ;;; Copyright © 2016 Ivan Vilata i Balaguer ;;; Copyright © 2017 Mekeor Melire @@ -46,6 +46,7 @@ #:use-module (gnu packages haskell-check) #:use-module (gnu packages haskell-web) #:use-module (gnu packages autotools) + #:use-module (gnu packages bison) #:use-module (gnu packages gawk) #:use-module (gnu packages base) #:use-module (gnu packages pkg-config) @@ -915,3 +916,56 @@ It is inspired by Xmonad and dwm. Its major features include: @end itemize\n") (home-page "https://github.com/conformal/spectrwm") (license license:isc))) + +(define-public cwm + (package + (name "cwm") + (version "6.2") + (source + (origin + (method url-fetch) + (uri (string-append "http://chneukirchen.org/releases/cwm-" + version ".tar.gz")) + (sha256 + (base32 + "1b8k2hjxpb0bzqjh2wj6mn2nf2360zacf8z19sw2rw5lxvmfy89x")))) + (build-system gnu-build-system) + (arguments + `(#:make-flags (list "CC=gcc" + (string-append "PREFIX=" %output)) + #:tests? #f + #:phases + (modify-phases %standard-phases + (delete 'configure) + (add-after 'build 'install-xsession + (lambda* (#:key outputs #:allow-other-keys) + ;; Add a .desktop file to xsessions. + (let* ((output (assoc-ref outputs "out")) + (xsessions (string-append output "/share/xsessions"))) + (mkdir-p xsessions) + (with-output-to-file + (string-append xsessions "/cwm.desktop") + (lambda _ + (format #t + "[Desktop Entry]~@ + Name=cwm~@ + Comment=OpenBSD Calm Window Manager fork~@ + Exec=~a/bin/cwm~@ + TryExec=~@*~a/bin/cwm~@ + Icon=~@ + Type=Application~%" + output))) + #t)))))) + (inputs + `(("libxft" ,libxft) + ("libxrandr" ,libxrandr) + ("libxinerama" ,libxinerama))) + (native-inputs + `(("pkg-config" ,pkg-config) + ("bison" ,bison))) + (home-page "https://github.com/chneukirchen/cwm") + (synopsis "OpenBSD fork of calmwm") + (description + "Cwm is a stacking window manager for X11. +It is a OpenBSD project derived from the original Calm Window Manager.") + (license license:isc))) -- 2.16.1 --=-=-= Content-Type: text/plain -- ng0 :: https://crash.cx A88C8ADD129828D7EAC02E52E22F9BBFEE348588 :: https://crash.cx/keys/ --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 22 13:41:08 2018 Received: (at 30344) by debbugs.gnu.org; 22 Feb 2018 18:41:08 +0000 Received: from localhost ([127.0.0.1]:56810 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eovnf-0005ch-Oc for submit@debbugs.gnu.org; Thu, 22 Feb 2018 13:41:07 -0500 Received: from aibo.runbox.com ([91.220.196.211]:45358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eovnc-0005cX-Nh for 30344@debbugs.gnu.org; Thu, 22 Feb 2018 13:40:58 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eovna-0005h2-VF; Thu, 22 Feb 2018 19:40:55 +0100 Received: from dslb-092-073-184-121.092.073.pools.vodafone-ip.de ([92.73.184.121] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eovnR-0003Fn-NN; Thu, 22 Feb 2018 19:40:45 +0100 Date: Thu, 22 Feb 2018 18:40:54 +0000 From: ng0 To: Leo Famulari Subject: Re: [bug#30344] cwm Message-ID: <20180222184054.kth55obzypuytvfz@abyayala> References: <87h8qx6lyr.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> <87d11l6ldy.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> <20180205224826.GB20907@jasmine.lan> <87tvulu60h.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="etemju3hbi5pdoos" Content-Disposition: inline In-Reply-To: <87tvulu60h.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30344 Cc: 30344@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --etemju3hbi5pdoos Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Leo, is this good to be merged now or is there something missing? Thanks for your review. ng0@crash.cx transcribed 4.7K bytes: > On Mon, 05 Feb 2018, Leo Famulari wrote: > > On Sun, Feb 04, 2018 at 11:32:09AM +0000, ng0@n0.is wrote: > >> On Sun, 04 Feb 2018, ng0@n0.is wrote: > >> > Trying to reduce the amount of software I keep in my domain. > >> > Here's cwm, the OpenBSD window manager. > >> > > >> > From 6c3d991fd5b99dded91e00b6f98d79c041e4be7d Mon Sep 17 00:00:00 20= 01 > >> > From: ng0 > >> > Date: Sun, 4 Feb 2018 11:15:19 +0000 > >> > Subject: [PATCH] gnu: Add cwm. > >> > > >> > * gnu/packages/wm.scm (cwm): New variable. > > > >> > + (synopsis "OpenBSD fork of calmwm") > >> ^- about this... > >>=20 > >> > + (description > >> > + "Cwm is a OpenBSD fork of the clean and lightweight window man= ager > >> ^- ... and this I am not so sure, as > >> the man pages state there has been a > >> rewrite since then, so maybe just > >> "inspired by"? It could be the same as > >> with neomutt. > > > > You could say that it's "derived from" calmwn. > > >=20 > Okay, I've written a new variant which is appended. > From 13398bb7d37d99c4103815cd3765bf1f687f27db Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sun, 4 Feb 2018 11:15:19 +0000 > Subject: [PATCH] gnu: Add cwm. >=20 > * gnu/packages/wm.scm (cwm): New variable. > --- > gnu/packages/wm.scm | 56 +++++++++++++++++++++++++++++++++++++++++++++++= +++++- > 1 file changed, 55 insertions(+), 1 deletion(-) >=20 > diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm > index 0cf6c1a2d..78e9d5b8d 100644 > --- a/gnu/packages/wm.scm > +++ b/gnu/packages/wm.scm > @@ -9,7 +9,7 @@ > ;;; Copyright =C2=A9 2016 Al McElrath > ;;; Copyright =C2=A9 2016 Carlo Zancanaro > ;;; Copyright =C2=A9 2016, 2017 Ludovic Court=C3=A8s > -;;; Copyright =C2=A9 2016, 2017 ng0 > +;;; Copyright =C2=A9 2016, 2017, 2018 ng0 > ;;; Copyright =C2=A9 2016 doncatnip > ;;; Copyright =C2=A9 2016 Ivan Vilata i Balaguer > ;;; Copyright =C2=A9 2017 Mekeor Melire > @@ -46,6 +46,7 @@ > #:use-module (gnu packages haskell-check) > #:use-module (gnu packages haskell-web) > #:use-module (gnu packages autotools) > + #:use-module (gnu packages bison) > #:use-module (gnu packages gawk) > #:use-module (gnu packages base) > #:use-module (gnu packages pkg-config) > @@ -915,3 +916,56 @@ It is inspired by Xmonad and dwm. Its major feature= s include: > @end itemize\n") > (home-page "https://github.com/conformal/spectrwm") > (license license:isc))) > + > +(define-public cwm > + (package > + (name "cwm") > + (version "6.2") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "http://chneukirchen.org/releases/cwm-" > + version ".tar.gz")) > + (sha256 > + (base32 > + "1b8k2hjxpb0bzqjh2wj6mn2nf2360zacf8z19sw2rw5lxvmfy89x")))) > + (build-system gnu-build-system) > + (arguments > + `(#:make-flags (list "CC=3Dgcc" > + (string-append "PREFIX=3D" %output)) > + #:tests? #f > + #:phases > + (modify-phases %standard-phases > + (delete 'configure) > + (add-after 'build 'install-xsession > + (lambda* (#:key outputs #:allow-other-keys) > + ;; Add a .desktop file to xsessions. > + (let* ((output (assoc-ref outputs "out")) > + (xsessions (string-append output "/share/xsessions")= )) > + (mkdir-p xsessions) > + (with-output-to-file > + (string-append xsessions "/cwm.desktop") > + (lambda _ > + (format #t > + "[Desktop Entry]~@ > + Name=3Dcwm~@ > + Comment=3DOpenBSD Calm Window Manager fork~@ > + Exec=3D~a/bin/cwm~@ > + TryExec=3D~@*~a/bin/cwm~@ > + Icon=3D~@ > + Type=3DApplication~%" > + output))) > + #t)))))) > + (inputs > + `(("libxft" ,libxft) > + ("libxrandr" ,libxrandr) > + ("libxinerama" ,libxinerama))) > + (native-inputs > + `(("pkg-config" ,pkg-config) > + ("bison" ,bison))) > + (home-page "https://github.com/chneukirchen/cwm") > + (synopsis "OpenBSD fork of calmwm") > + (description > + "Cwm is a stacking window manager for X11. > +It is a OpenBSD project derived from the original Calm Window Manager.") > + (license license:isc))) > --=20 > 2.16.1 >=20 > --=20 > ng0 :: https://crash.cx > A88C8ADD129828D7EAC02E52E22F9BBFEE348588 :: https://crash.cx/keys/ --=20 ng0 :: https://n0.is | https://crash.cx A88C8ADD129828D7EAC02E52E22F9BBFEE348588 --etemju3hbi5pdoos Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlqPDrYACgkQ4i+bv+40 hYiFqRAAqRwIN5/izirD+wc42MUJnp+kC16ypMai0o5RySQ8A4E3LinX/BKhV6CK p/qrHFUG7Rgo3+RfMZqJzFVFBAJEiMKpGGalB0y3Lw38/BdJ836G+zuJhRpN/eKp T07KDfhoUTNZIA/NujxM1S7vKlA0Q1hH6rCO5WqxJ5QzlZcGhmlzvwnl3kjv0QBw 4Gf+2Ysx5oBi4YhpaJ2InUSlwKbYxE2kKhVCJQt/a/xof3CpLd5LAq8KJB485Zzn txPvJbriwZ28IU3b2X0Yj/VSbzWDWI1M0DkRgzm6u3zzbFbaWsw1JYEhpo5QX6O8 2mYIXTju9GMlUnMDSdTnXMkKYMiL/DDDm/mGA/YaOFNcZUnMJUr4sRFG4neIUBy6 YecHC3o67lTymZD9Isv2wQXawapx7R2hEWtc9uP+swlPPFG7E2JI2l8Et8RKhi65 MILBjq5Nz4gY6qAopienwh/jfIVZTeOUEBoyCRF6ON95caXe6AsziKdlqSYH5N19 J+QCkIIA/G+1ThcAhzi+aB55klMNzjYsY3aVEh5BcIpe9Rpc0Egtn6XtA6jDU/nl xUTmUmas98Z+52Fjec/cVacfucWn5yDc06GqiJ/4zLYs9h0MImY5EgfFgzWARkwq ie7ql/2XUIMAPpu/Cz6aHZRrU5snuyCZL3tzSJ12NVOkZMk9bvA= =Vr9a -----END PGP SIGNATURE----- --etemju3hbi5pdoos-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 22 14:25:01 2018 Received: (at 30344-done) by debbugs.gnu.org; 22 Feb 2018 19:25:01 +0000 Received: from localhost ([127.0.0.1]:56859 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eowUH-0006fi-Al for submit@debbugs.gnu.org; Thu, 22 Feb 2018 14:25:01 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:55995) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eowUF-0006fa-FE for 30344-done@debbugs.gnu.org; Thu, 22 Feb 2018 14:25:00 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id D5B42217CF; Thu, 22 Feb 2018 14:24:58 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Thu, 22 Feb 2018 14:24:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=vKeVvscicCDeXynP40vBwFvJJUnUmclHuOkGk6Kh9to=; b=H1EQs GC6KuxJFHMuxT8z22wBvB2y5EUT/ztw4Vy6L2Aq4eg1zIw+n95F5ilpbI20yu2iO iJUFqUyAEoLysaP7g/LBOJ2l+fpXssWv9QyCfJ0J8cHbrSJHil14ZRlTVLS18J9R 8W2/i1PVBN8niy2vZhQkGjxfql04wJj1DM1iPU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=vKeVvscicCDeXynP40vBwFvJJUnUm clHuOkGk6Kh9to=; b=hUnCtOo9BivPk0rcADMYoPjCrG3Lrsy/jt6AquDyoV5p9 rcAFjBOTqiN6K27Y4Pb99kkDNWYsGh8IhsYi3ByF18SrG19L2E7OAsBpyI1qipxm imXt4aBlD4Bic0z6Sk6vq0AzavzPBIZNG484txNoLQ2eooQSeA/wsW2ZKCeTTVLE QtM+ZB1crDMk21JiCTFaZsb8OAFfIUPLd7yyeTDsU9Kv3dA6UsBoYfbZrM0PBFE3 fyAv1l2ZUCRIZzJuCTo33FdWARlG7EGruCSdDwS6iHUSyY0gslWikYwwEIvKsk3G oTalahcjT5CG70ImyBgMD600S5ytX8sk0MSBlQSfQ== X-ME-Sender: Received: from localhost (c-76-124-202-137.hsd1.pa.comcast.net [76.124.202.137]) by mail.messagingengine.com (Postfix) with ESMTPA id 879167E51D; Thu, 22 Feb 2018 14:24:58 -0500 (EST) Date: Thu, 22 Feb 2018 14:24:57 -0500 From: Leo Famulari To: ng0 Subject: Re: [bug#30344] cwm Message-ID: <20180222192457.GA23632@jasmine.lan> References: <87h8qx6lyr.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> <87d11l6ldy.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> <20180205224826.GB20907@jasmine.lan> <87tvulu60h.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> <20180222184054.kth55obzypuytvfz@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="k1lZvvs/B4yU6o8G" Content-Disposition: inline In-Reply-To: <20180222184054.kth55obzypuytvfz@abyayala> User-Agent: Mutt/1.9.3 (2018-01-21) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30344-done Cc: 30344-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 22, 2018 at 06:40:54PM +0000, ng0 wrote: > Hi Leo, >=20 > is this good to be merged now or is there something missing? >=20 > Thanks for your review. Thank you for the reminder! > > Okay, I've written a new variant which is appended. >=20 > > From 13398bb7d37d99c4103815cd3765bf1f687f27db Mon Sep 17 00:00:00 2001 > > From: ng0 > > Date: Sun, 4 Feb 2018 11:15:19 +0000 > > Subject: [PATCH] gnu: Add cwm. > >=20 > > * gnu/packages/wm.scm (cwm): New variable. Pushed as b4cb9308f722061076d267c39ee0b8b86ba6f8f2 --k1lZvvs/B4yU6o8G Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlqPGQkACgkQJkb6MLrK fwjzzxAAwLYqlUncIpc26dwwozAgPYzLq8vIzsXug+05+gen6CDW15C9uj+cK2C6 6Iso/iFmYv0/H/H2EaXZwh/M9FpQ1vp4OS0nFrkit0xjuQ5MskHXKo9uArps4YKd /zoN7Xybh1cp3Am7+vwEE5kxVaWLBxPCfZTHdbKxCIy029bPliBjIGl79ZBnNp9K zr0b7csaH1OVGLBZsYOa6+iaPFLUFXfdTJQ12xfM9sRm/IXH5UVmbrYZCrun7/j4 mruzfHS7lGgOFoTEZCn5p80pp2F0dNJCoERvaGrLv+bg9b9XMksHif754pvaw9km ZXJr2PkzQWUhYG015M3UaRSnBW1O0lG1uNMrs/Zq6jpoCN9qLDtykEX64YimKmrx kd6wpH67jCIkslZH3h8izG1EkdZNHgliAIZpvEErSnscEMx3mIwnAz5A9r3ebmw9 h7WOg54TMO8uNRHyjeaWNIewXC+5G0DTMZLeYV6GrhuqqOPreFnI/RXBnN1rxkCL 9ENTQXBn5IgYq4XqwzeIV/7YQuAJ7/yTwSrs6dJB1ObB2Afiq6kQCmJ5wYi37Hfe eFcsAm/HGlAPaK5r4xKgr85C3MI6RUCdMbjYQw1RW8Ub9waPSmMKd2l5HDGKBr96 c7EbjMLWtDbGDjwP9kzCZ8rFsgKbiyDHZfHrB+ZIHUrxjg+roWg= =pvpI -----END PGP SIGNATURE----- --k1lZvvs/B4yU6o8G-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 22 16:12:05 2018 Received: (at 30344-done) by debbugs.gnu.org; 22 Feb 2018 21:12:05 +0000 Received: from localhost ([127.0.0.1]:56903 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eoy9t-0000xF-K5 for submit@debbugs.gnu.org; Thu, 22 Feb 2018 16:12:05 -0500 Received: from aibo.runbox.com ([91.220.196.211]:57048) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eoy9r-0000wr-1s for 30344-done@debbugs.gnu.org; Thu, 22 Feb 2018 16:12:03 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eoy9p-0000kN-8s; Thu, 22 Feb 2018 22:12:01 +0100 Received: from dslb-092-073-184-121.092.073.pools.vodafone-ip.de ([92.73.184.121] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eoy9d-0003MP-S5; Thu, 22 Feb 2018 22:11:50 +0100 Date: Thu, 22 Feb 2018 21:11:58 +0000 From: ng0 To: Leo Famulari Subject: Re: [bug#30344] cwm Message-ID: <20180222211158.rjor2urd4s3cpwlk@abyayala> References: <87h8qx6lyr.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> <87d11l6ldy.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> <20180205224826.GB20907@jasmine.lan> <87tvulu60h.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> <20180222184054.kth55obzypuytvfz@abyayala> <20180222192457.GA23632@jasmine.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ipgrbl4mf5rzraq3" Content-Disposition: inline In-Reply-To: <20180222192457.GA23632@jasmine.lan> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30344-done Cc: 30344-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --ipgrbl4mf5rzraq3 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Leo Famulari transcribed 1.6K bytes: > On Thu, Feb 22, 2018 at 06:40:54PM +0000, ng0 wrote: > > Hi Leo, > >=20 > > is this good to be merged now or is there something missing? > >=20 > > Thanks for your review. >=20 > Thank you for the reminder! > > > > Okay, I've written a new variant which is appended. Oh no. I've just seen that we've been a bit sloppy in the review of other mentions of "fork". I think synopsis and the .desktop file should be edited to express the change in description. > > > From 13398bb7d37d99c4103815cd3765bf1f687f27db Mon Sep 17 00:00:00 2001 > > > From: ng0 > > > Date: Sun, 4 Feb 2018 11:15:19 +0000 > > > Subject: [PATCH] gnu: Add cwm. > > >=20 > > > * gnu/packages/wm.scm (cwm): New variable. >=20 > Pushed as b4cb9308f722061076d267c39ee0b8b86ba6f8f2 Thanks! --=20 ng0 :: https://n0.is | https://crash.cx A88C8ADD129828D7EAC02E52E22F9BBFEE348588 --ipgrbl4mf5rzraq3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlqPMh4ACgkQ4i+bv+40 hYgrwxAAipmM6mjQln/n5MS8WwXKZApFDdL/xYpx7Ca4KzczTYLqZhCKBjQ3oUJh lOevizhc+pFJN4PKch2PhBkBaEeyJiAKOcxJ2wj2dUm0EGdj5viPvSwXBF0edFkV n0CUMCL01FljnX8ioEl4eOF5SnUEuK5PGxFjK8iqEkAT3nCEdnu0rQMGed63YU2c zndI4RbrOPysJ8PeqlW+Vm0rTxRHQUBP0F6ymjQMhb44CkIfllWgsuTiTyAzyKcq JJTuFNsYv9uDs/6fKCT09JxVnvflzCN70dyjbMh5KnNJc776BlgQlFIXjdsIz2FA ytewN40atoZa173aAQTixqkoQ0pAlcofZIiiNF4opKFX3bVFME+ENu/hGAUzoZTq iqH5acqd/CV1941q7mzBN/dgIKLuQei7hwJhbJNgpzucs0d7yGdCIHXos69A36wI iiZJlsBQv8G8RlELWrVNaBbGcu3B4CqBZZa649LcqggsqMZLpacCJhVZEtckah+A pf9vEBd/Z7yZmNoaMgcrM0mxtBy7gxrlZPOONuOLzCCzDZcue3Xv/0GsXfuMVyNh JHpSRKHEKE6TwLaj+CN6KxjkQSRWoKUdGDPdUobOAmF1qqEHJVPK1lUHaIbVduoF RILxKG2OZVP/ew2ooauyFSKZh6BTZ7r0IfimaSrCxbgwGgHskNU= =xlXn -----END PGP SIGNATURE----- --ipgrbl4mf5rzraq3-- From unknown Sun Jun 22 11:31:20 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 23 Mar 2018 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator