From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLzyz-0005Lx-Ny for guix-patches@gnu.org; Mon, 04 Dec 2017 18:17:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLzyw-0003K8-EC for guix-patches@gnu.org; Mon, 04 Dec 2017 18:17:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37419) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eLzyw-0003K2-7V for guix-patches@gnu.org; Mon, 04 Dec 2017 18:17:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eLzyw-0003kF-1o for guix-patches@gnu.org; Mon, 04 Dec 2017 18:17:02 -0500 Subject: [bug#29569] Guile-wm +Guile-xcb patches (updates, urls,etc) Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLzxs-0005Hj-2E for guix-patches@gnu.org; Mon, 04 Dec 2017 18:15:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLzxo-0002w1-Qr for guix-patches@gnu.org; Mon, 04 Dec 2017 18:15:56 -0500 Received: from aibo.runbox.com ([91.220.196.211]:43172) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eLzxo-0002t2-9N for guix-patches@gnu.org; Mon, 04 Dec 2017 18:15:52 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eLzxl-0002lU-2s for guix-patches@gnu.org; Tue, 05 Dec 2017 00:15:49 +0100 Received: from dslb-092-073-137-015.092.073.pools.vodafone-ip.de ([92.73.137.15] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eLzxi-0004RZ-0l for guix-patches@gnu.org; Tue, 05 Dec 2017 00:15:46 +0100 Date: Mon, 4 Dec 2017 23:15:44 +0000 From: ng0 Message-ID: <20171204231544.5usv6zwdgcxjjk2g@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="hb2pfgcewj5oaalw" 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: 29569@debbugs.gnu.org --hb2pfgcewj5oaalw Content-Type: multipart/mixed; boundary="odvpij3c2ljy2ebk" Content-Disposition: inline --odvpij3c2ljy2ebk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable So, I've updated to the latest commits in the hope that it would fix the problem I have where guile-wm keeps crashing. It's my first couple of hours with guile-wm and I don't know the code yet, so I'll look into it why none of the recent commits fixed it (while the messages said they should). The state of it is as before. I doubt Guile-wm is stable as it is in our master. There are some changes. Like upstream made building with Guile 2.2 an option, the original home page is gone, development happens on github, etc. I've made the change to use 2.2 a commit on its own. I'll contribute a fix to upstream as soon as I can which will address the fact that their build system picks 2.2 even when 2.0 is given. This should not happen. Nice project, with some more work it could replace scrotwm for me. Rntime crashes (like we have them now) would be good to get automated tests for these, simulating garbage keystrokes etc. Long store short, here are 5 patches and I'll contact the upstream developer soon. --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys WWW: https://n0.is --odvpij3c2ljy2ebk Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-guile-xcb-Update-to-1.3-1.db7d5a3.patch" Content-Transfer-Encoding: quoted-printable =46rom 5240b7433a3cff12dcea49d02a940adb905357d4 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Mon, 4 Dec 2017 21:35:47 +0000 Subject: [PATCH 1/5] gnu: guile-xcb: Update to 1.3-1.db7d5a3. * gnu/packages/guile-wm.scm (guile-xcb): Update to 1.3-1.db7d5a3. (version): Use git-version. (source): Switch to git-fetch. (native-inputs): Add texinfo. (home-page): Update to new location. --- gnu/packages/guile-wm.scm | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/gnu/packages/guile-wm.scm b/gnu/packages/guile-wm.scm index c28c4753c..7a810ad52 100644 --- a/gnu/packages/guile-wm.scm +++ b/gnu/packages/guile-wm.scm @@ -2,6 +2,7 @@ ;;; Copyright =C2=A9 2013, 2014 Ludovic Court=C3=A8s ;;; Copyright =C2=A9 2016 Alex ter Weele ;;; Copyright =C2=A9 2017 Ricardo Wurmus +;;; Copyright =C2=A9 2017 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -24,22 +25,27 @@ #:use-module (gnu packages xorg) #:use-module (gnu packages guile) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages texinfo) #:use-module (guix packages) #:use-module (guix download) + #:use-module (guix git-download) #:use-module (guix build-system gnu)) =20 (define-public guile-xcb + (let ((commit "db7d5a393cc37a56f66541b3f33938b40c6f35b3") + (revision "1")) (package (name "guile-xcb") - (version "1.3") + (version (git-version "1.3" revision commit)) (source (origin - (method url-fetch) - (uri (string-append "http://web.archive.org/web/2015080309484= 8/" - "http://www.markwitmer.com/dist/guile-xcb= -" - version ".tar.gz")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/mwitmer/guile-xcb") + (commit commit))) + (file-name (git-file-name name version)) (sha256 (base32 - "04dvbqdrrs67490gn4gkq9zk8mqy3mkls2818ha4p0ckhh0pm149")))) + "16w4vgzbmnwih4bgfn8rw85ryfvzhc6hyly6bic9sd7hhc82rcnd")))) (build-system gnu-build-system) (arguments '(;; Parallel builds fail. #:parallel-build? #f @@ -52,16 +58,17 @@ "--with-guile-site-ccache-dir=3D" (assoc-ref %outputs "out") "/share/guile/site/2.0")))) - (native-inputs `(("pkg-config" ,pkg-config))) + (native-inputs `(("pkg-config" ,pkg-config) + ("texinfo" ,texinfo))) (inputs `(("guile" ,guile-2.0) ("xcb" ,xcb-proto))) - (home-page "http://www.markwitmer.com/guile-xcb/guile-xcb.html") + (home-page "https://github.com/mwitmer/guile-xcb") (synopsis "XCB bindings for Guile") (description "Guile-XCB implements the XCB protocol and provides all the tools necessary to write X client code in Guile Scheme without any external dependencies.") - (license gpl3+))) + (license gpl3+)))) =20 (define-public guile-wm (package --=20 2.15.1 --odvpij3c2ljy2ebk Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0002-gnu-guile-wm-Update-to-1.0-1.f3c7b3b.patch" Content-Transfer-Encoding: quoted-printable =46rom 2a79a9ee3fbbeca4f6014b55ad6c0834459dcc2d Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Mon, 4 Dec 2017 21:48:44 +0000 Subject: [PATCH 2/5] gnu: guile-wm: Update to 1.0-1.f3c7b3b. * gnu/packages/guile-wm.scm (guile-xcb): Update to 1.0-1.f3c7b3b. (version): Use git-version. (source): Switch to git-fetch. (native-inputs): Add texinfo. (home-page): Update to new location. --- gnu/packages/guile-wm.scm | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/gnu/packages/guile-wm.scm b/gnu/packages/guile-wm.scm index 7a810ad52..7f302668a 100644 --- a/gnu/packages/guile-wm.scm +++ b/gnu/packages/guile-wm.scm @@ -71,18 +71,21 @@ dependencies.") (license gpl3+)))) =20 (define-public guile-wm + (let ((commit "f3c7b3be719f425ffb87265d34855a73366351be") + (revision "1")) (package (name "guile-wm") - (version "1.0") + (version (git-version "1.0" revision commit)) (synopsis "X11 window manager toolkit in Scheme") (source (origin - (method url-fetch) - (uri (string-append "http://web.archive.org/web/201610050843= 24/" - "http://www.markwitmer.com/dist/guile-wm= -" - version ".tar.gz")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/mwitmer/guile-wm") + (commit commit))) + (file-name (git-file-name name version)) (sha256 (base32 - "1l9qcz236jxvryndimjy62cf8zxf8i3f8vg3zpqqjhw15j9mdk3r")))) + "086dijnpl5dpglf70d6f9sizyakr313y7blpdjrmbi687j1x3qcl")))) (build-system gnu-build-system) (arguments `( ;; The '.scm' files go to $(datadir), so set that to the @@ -135,14 +138,15 @@ dependencies.") Type=3DApplication~%" ,name ,synopsis %output)))) #t))))) - (native-inputs `(("pkg-config" ,pkg-config))) + (native-inputs `(("pkg-config" ,pkg-config) + ("texinfo" ,texinfo))) (inputs `(("guile" ,guile-2.0) ("guile-xcb" ,guile-xcb))) - (home-page "http://www.markwitmer.com/guile-xcb/guile-wm.html") + (home-page "https://github.com/mwitmer/guile-wm/releases") (description "Guile-WM is a simple window manager that's completely customizable= =E2=80=94you have total control of what it does by choosing which modules to include. Included with it are a few modules that provide basic TinyWM-like window management, some window record-keeping, multi-monitor support, and emacs-l= ike keymaps and minibuffer. At this point, it's just enough to get you starte= d.") - (license gpl3+))) + (license gpl3+)))) --=20 2.15.1 --odvpij3c2ljy2ebk Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0003-gnu-guile-wm-and-guile-xcb-Build-with-guile-2.2.patch" Content-Transfer-Encoding: quoted-printable =46rom 0c289de3c5b226772f7f05c8e8733e0aee9ae20c Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Mon, 4 Dec 2017 22:08:53 +0000 Subject: [PATCH 3/5] gnu: guile-wm and guile-xcb: Build with guile-2.2. * gnu/packages/guile-wm.scm (guile-wm): Build with guile-2.2. (arguments)[configure-flags]: Replace references of "2.0" with "2.2". (inputs): Use guile-2.2. * (guile-xcb): Build with guile-2.2. (arguments)[configure-flags] Use Guile 2.2. --- gnu/packages/guile-wm.scm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gnu/packages/guile-wm.scm b/gnu/packages/guile-wm.scm index 7f302668a..918761259 100644 --- a/gnu/packages/guile-wm.scm +++ b/gnu/packages/guile-wm.scm @@ -53,14 +53,14 @@ #:configure-flags (list (string-append "--with-guile-site-dir=3D" (assoc-ref %outputs "out") - "/share/guile/site/2.0") + "/share/guile/site/2.2") (string-append "--with-guile-site-ccache-dir=3D" (assoc-ref %outputs "out") - "/share/guile/site/2.0")))) + "/share/guile/site/2.2")))) (native-inputs `(("pkg-config" ,pkg-config) ("texinfo" ,texinfo))) - (inputs `(("guile" ,guile-2.0) + (inputs `(("guile" ,guile-2.2) ("xcb" ,xcb-proto))) (home-page "https://github.com/mwitmer/guile-xcb") (synopsis "XCB bindings for Guile") @@ -92,17 +92,17 @@ dependencies.") ;; standard value. #:configure-flags (list (string-append "--datadir=3D" (assoc-ref %outputs "out") - "/share/guile/site/2.0")) + "/share/guile/site/2.2")) #:phases (modify-phases %standard-phases (add-before 'configure 'set-go-directory (lambda* (#:key outputs #:allow-other-keys) - ;; Install .go files to $out/share/guile/site/2.0. + ;; Install .go files to $out/share/guile/site/2.2. (let ((out (assoc-ref outputs "out"))) (substitute* "module/Makefile.in" (("^wmdir =3D .*$") (string-append "wmdir =3D " out - "/share/guile/site/2.0\n")))) + "/share/guile/site/2.2\n")))) #t)) (add-after 'install 'set-load-path (lambda* (#:key inputs outputs #:allow-other-keys) @@ -111,10 +111,10 @@ dependencies.") (let* ((out (assoc-ref outputs "out")) (prog (string-append out "/bin/guile-wm")) (mods (string-append - out "/share/guile/site/2.0")) + out "/share/guile/site/2.2")) (xcb (string-append (assoc-ref inputs "guile-xcb") - "/share/guile/site/2.0"))) + "/share/guile/site/2.2"))) (wrap-program prog `("GUILE_LOAD_PATH" ":" prefix (,mods ,xcb)) @@ -140,7 +140,7 @@ dependencies.") #t))))) (native-inputs `(("pkg-config" ,pkg-config) ("texinfo" ,texinfo))) - (inputs `(("guile" ,guile-2.0) + (inputs `(("guile" ,guile-2.2) ("guile-xcb" ,guile-xcb))) (home-page "https://github.com/mwitmer/guile-wm/releases") (description --=20 2.15.1 --odvpij3c2ljy2ebk Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0004-gnu-guile-xcb-Fix-up-indentation.patch" Content-Transfer-Encoding: quoted-printable =46rom c24e45c9aad4841f78be540dc4f49ca00e6834b9 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Mon, 4 Dec 2017 22:14:58 +0000 Subject: [PATCH 4/5] gnu: guile-xcb: Fix up indentation. * gnu/packages/guile-wm.scm (guile-xcb): Fix up indentation. --- gnu/packages/guile-wm.scm | 65 +++++++++++++++++++++++--------------------= ---- 1 file changed, 32 insertions(+), 33 deletions(-) diff --git a/gnu/packages/guile-wm.scm b/gnu/packages/guile-wm.scm index 918761259..5a21975fd 100644 --- a/gnu/packages/guile-wm.scm +++ b/gnu/packages/guile-wm.scm @@ -34,41 +34,40 @@ (define-public guile-xcb (let ((commit "db7d5a393cc37a56f66541b3f33938b40c6f35b3") (revision "1")) - (package - (name "guile-xcb") - (version (git-version "1.3" revision commit)) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mwitmer/guile-xcb") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "16w4vgzbmnwih4bgfn8rw85ryfvzhc6hyly6bic9sd7hhc82rcnd")))) - (build-system gnu-build-system) - (arguments '(;; Parallel builds fail. - #:parallel-build? #f - - #:configure-flags (list (string-append - "--with-guile-site-dir=3D" - (assoc-ref %outputs "out") - "/share/guile/site/2.2") - (string-append - "--with-guile-site-ccache-dir=3D" - (assoc-ref %outputs "out") - "/share/guile/site/2.2")))) - (native-inputs `(("pkg-config" ,pkg-config) - ("texinfo" ,texinfo))) - (inputs `(("guile" ,guile-2.2) - ("xcb" ,xcb-proto))) - (home-page "https://github.com/mwitmer/guile-xcb") - (synopsis "XCB bindings for Guile") - (description - "Guile-XCB implements the XCB protocol and provides all the tools + (package + (name "guile-xcb") + (version (git-version "1.3" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/mwitmer/guile-xcb") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16w4vgzbmnwih4bgfn8rw85ryfvzhc6hyly6bic9sd7hhc82rcnd"))= )) + (build-system gnu-build-system) + (arguments '(;; Parallel builds fail. + #:parallel-build? #f + #:configure-flags (list (string-append + "--with-guile-site-dir=3D" + (assoc-ref %outputs "out") + "/share/guile/site/2.2") + (string-append + "--with-guile-site-ccache-dir= =3D" + (assoc-ref %outputs "out") + "/share/guile/site/2.2")))) + (native-inputs `(("pkg-config" ,pkg-config) + ("texinfo" ,texinfo))) + (inputs `(("guile" ,guile-2.2) + ("xcb" ,xcb-proto))) + (home-page "https://github.com/mwitmer/guile-xcb") + (synopsis "XCB bindings for Guile") + (description + "Guile-XCB implements the XCB protocol and provides all the tools necessary to write X client code in Guile Scheme without any external dependencies.") - (license gpl3+)))) + (license gpl3+)))) =20 (define-public guile-wm (let ((commit "f3c7b3be719f425ffb87265d34855a73366351be") --=20 2.15.1 --odvpij3c2ljy2ebk Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0005-gnu-guile-wm-Fix-up-indentation.patch" Content-Transfer-Encoding: quoted-printable =46rom 1da280f71f792a6a9e8bcafa029c7a6c368ae52b Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Mon, 4 Dec 2017 22:18:40 +0000 Subject: [PATCH 5/5] gnu: guile-wm: Fix up indentation. * gnu/packages/guile-wm.scm (guile-wm): Fix up indentation. --- gnu/packages/guile-wm.scm | 138 +++++++++++++++++++++++-------------------= ---- 1 file changed, 69 insertions(+), 69 deletions(-) diff --git a/gnu/packages/guile-wm.scm b/gnu/packages/guile-wm.scm index 5a21975fd..06c839910 100644 --- a/gnu/packages/guile-wm.scm +++ b/gnu/packages/guile-wm.scm @@ -72,80 +72,80 @@ dependencies.") (define-public guile-wm (let ((commit "f3c7b3be719f425ffb87265d34855a73366351be") (revision "1")) - (package - (name "guile-wm") - (version (git-version "1.0" revision commit)) - (synopsis "X11 window manager toolkit in Scheme") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mwitmer/guile-wm") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "086dijnpl5dpglf70d6f9sizyakr313y7blpdjrmbi687j1x3qcl")))) - (build-system gnu-build-system) - (arguments - `( ;; The '.scm' files go to $(datadir), so set that to the - ;; standard value. - #:configure-flags (list (string-append "--datadir=3D" - (assoc-ref %outputs "out") - "/share/guile/site/2.2")) - #:phases - (modify-phases %standard-phases - (add-before 'configure 'set-go-directory - (lambda* (#:key outputs #:allow-other-keys) - ;; Install .go files to $out/share/guile/site/2.2. - (let ((out (assoc-ref outputs "out"))) - (substitute* "module/Makefile.in" - (("^wmdir =3D .*$") - (string-append "wmdir =3D " out - "/share/guile/site/2.2\n")))) - #t)) - (add-after 'install 'set-load-path - (lambda* (#:key inputs outputs #:allow-other-keys) - ;; Put Guile-XCB's and Guile-WM's modules in the - ;; search path of PROG. - (let* ((out (assoc-ref outputs "out")) - (prog (string-append out "/bin/guile-wm")) - (mods (string-append - out "/share/guile/site/2.2")) - (xcb (string-append - (assoc-ref inputs "guile-xcb") - "/share/guile/site/2.2"))) - (wrap-program - prog - `("GUILE_LOAD_PATH" ":" prefix (,mods ,xcb)) - `("GUILE_LOAD_COMPILED_PATH" ":" prefix - (,mods ,xcb)))) - #t)) - (add-after 'install 'install-xsession - (lambda* (#:key outputs #:allow-other-keys) - ;; add a .desktop file to xsessions - (let ((xsessions (string-append - %output "/share/xsessions"))) - (mkdir-p xsessions) - (call-with-output-file (string-append - xsessions "/guile-wm.desktop") - (lambda (port) - (format port - "[Desktop Entry]~@ + (package + (name "guile-wm") + (version (git-version "1.0" revision commit)) + (synopsis "X11 window manager toolkit in Scheme") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/mwitmer/guile-wm") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "086dijnpl5dpglf70d6f9sizyakr313y7blpdjrmbi687j1x3qcl"))= )) + (build-system gnu-build-system) + (arguments + `( ;; The '.scm' files go to $(datadir), so set that to the + ;; standard value. + #:configure-flags (list (string-append "--datadir=3D" + (assoc-ref %outputs "out") + "/share/guile/site/2.2")) + #:phases + (modify-phases %standard-phases + (add-before 'configure 'set-go-directory + (lambda* (#:key outputs #:allow-other-keys) + ;; Install .go files to $out/share/guile/site/2.2. + (let ((out (assoc-ref outputs "out"))) + (substitute* "module/Makefile.in" + (("^wmdir =3D .*$") + (string-append "wmdir =3D " out + "/share/guile/site/2.2\n")))) + #t)) + (add-after 'install 'set-load-path + (lambda* (#:key inputs outputs #:allow-other-keys) + ;; Put Guile-XCB's and Guile-WM's modules in the + ;; search path of PROG. + (let* ((out (assoc-ref outputs "out")) + (prog (string-append out "/bin/guile-wm")) + (mods (string-append + out "/share/guile/site/2.2")) + (xcb (string-append + (assoc-ref inputs "guile-xcb") + "/share/guile/site/2.2"))) + (wrap-program + prog + `("GUILE_LOAD_PATH" ":" prefix (,mods ,xcb)) + `("GUILE_LOAD_COMPILED_PATH" ":" prefix + (,mods ,xcb)))) + #t)) + (add-after 'install 'install-xsession + (lambda* (#:key outputs #:allow-other-keys) + ;; add a .desktop file to xsessions + (let ((xsessions (string-append + %output "/share/xsessions"))) + (mkdir-p xsessions) + (call-with-output-file (string-append + xsessions "/guile-wm.desktop") + (lambda (port) + (format port + "[Desktop Entry]~@ Name=3D~a~@ Comment=3D~a~@ Exec=3D~a/bin/guile-wm~@ Type=3DApplication~%" - ,name ,synopsis %output)))) - #t))))) - (native-inputs `(("pkg-config" ,pkg-config) - ("texinfo" ,texinfo))) - (inputs `(("guile" ,guile-2.2) - ("guile-xcb" ,guile-xcb))) - (home-page "https://github.com/mwitmer/guile-wm/releases") - (description - "Guile-WM is a simple window manager that's completely customizable= =E2=80=94you + ,name ,synopsis %output)))) + #t))))) + (native-inputs `(("pkg-config" ,pkg-config) + ("texinfo" ,texinfo))) + (inputs `(("guile" ,guile-2.2) + ("guile-xcb" ,guile-xcb))) + (home-page "https://github.com/mwitmer/guile-wm/releases") + (description + "Guile-WM is a simple window manager that's completely customizable= =E2=80=94you have total control of what it does by choosing which modules to include. Included with it are a few modules that provide basic TinyWM-like window management, some window record-keeping, multi-monitor support, and emacs-l= ike keymaps and minibuffer. At this point, it's just enough to get you starte= d.") - (license gpl3+)))) + (license gpl3+)))) --=20 2.15.1 --odvpij3c2ljy2ebk-- --hb2pfgcewj5oaalw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlol1yAACgkQ4i+bv+40 hYgaOhAAu0VpHHInKtHpiclt1jMC6jKt+ujk8vXbVBSunfe2ea5ik14fiCkFYlyW iVFmV7DykkLALOhDcEviLEycjuuZrBCqO7laY1OKjdJzLCktaWAe++AdOotv6Bbu F/5E+2uiNacjbGk3WiiPX9dJFGpSPbfFYpkcRAn1PFWUJBblqonXUAMdT1J/O2HX Zc3r4SBTcxCIIJr7846CeUom/C77wpTgHZN4+NucTep+5TCWD4kYBDt0PLRS6eVd XtFiGb/wXjvwFrDoomB5U/S0VdaDOvhT3TxfGGSn0UXFzjsgTjT0Kuyw0iyw8u5d Qym+6YRyVm/z8FMKZPiCBWQAqPmFb9gR0nuQIXZIQSmGeutuPkd6DuPm9HLgLKJb OVxg+gS8FMAjs3l1CCLLWV5NAu3ut58MiuVTuCOqHB0mieNolDCiDEOz8j6tCjkY YRh4AnB12HX4jTxEYj6XirzaD6pbao3w1zz7d64xCGxsvUvLrnS12qlAIy1qZSWA A8ouL7apOU7RdEIBKI6dTIw/k6fj4869F5FNvVF1k1kNJ8v9sJXBIsfsc+tqRBOs Ch9zRdWhoUx72GVHjxIecVVZjQrv5UclLqGfgiHayRplLBWni/G8rMFvzkuZUeaE tI6hOYW3ydQCOrGMK1cZLHFLZt2EWVJbvEOAkoT+ZzfMCfzYAB0= =x2VZ -----END PGP SIGNATURE----- --hb2pfgcewj5oaalw--