all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53542] [PATCH] gnu: i3-wm: Update to 4.20.1
@ 2022-01-26  3:53 Yusuf Talha via Guix-patches via
  2022-01-31 23:26 ` bug#53542: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Yusuf Talha via Guix-patches via @ 2022-01-26  3:53 UTC (permalink / raw)
  To: 53542


[-- Attachment #1.1: Type: text/plain, Size: 77 bytes --]

Hello.  This is my very first patch for Guix.  I hope it is acceptable.


[-- Attachment #1.2: Type: text/html, Size: 247 bytes --]

[-- Attachment #2: i3-4.20.1-update.patch --]
[-- Type: text/x-patch, Size: 1207 bytes --]

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 9549b073cf..6c0f16cfb8 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -290,23 +290,18 @@ (define-public i3status
 (define-public i3-wm
   (package
     (name "i3-wm")
-    (version "4.18.3")
+    (version "4.20.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://i3wm.org/downloads/i3-"
-                                  version ".tar.bz2"))
+                                  version ".tar.xz"))
               (sha256
                (base32
-                "03dijnwv2n8ak9jq59fhq0rc80m5wjc9d54fslqaivnnz81pkbjk"))))
-    (build-system gnu-build-system)
+                "1rpwdgykcvmrmdz244f0wm7446ih1dcw8rlc1hm1c7cc42pyrq93"))))
+    (build-system meson-build-system)
     (arguments
-     `(#:configure-flags
-       ;; The build system tries to build in a separate directory, but that
-       ;; seems to be unnecessary.
-       (list "--disable-builddir")
-
+     `(#:tests? #f
        ;; The test suite requires the unpackaged Xephyr X server.
-       #:tests? #f
        #:phases
        (modify-phases %standard-phases
          (add-after 'install 'patch-session-file

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53542: [PATCH] gnu: i3-wm: Update to 4.20.1
  2022-01-26  3:53 [bug#53542] [PATCH] gnu: i3-wm: Update to 4.20.1 Yusuf Talha via Guix-patches via
@ 2022-01-31 23:26 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-01-31 23:26 UTC (permalink / raw)
  To: Yusuf Talha; +Cc: 53542-done

Hello,

Yusuf Talha <yusuftalha@tuta.io> skribis:

> Hello.  This is my very first patch for Guix.  I hope it is acceptable.
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index 9549b073cf..6c0f16cfb8 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -290,23 +290,18 @@ (define-public i3status
>  (define-public i3-wm
>    (package
>      (name "i3-wm")
> -    (version "4.18.3")
> +    (version "4.20.1")

I added a commit log and applied on your behalf.

For future patches, please take a look at
<https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html>,
in particular regarding the use of ‘git send-email’.

Thank you, and welcome!  :-)

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-31 23:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-26  3:53 [bug#53542] [PATCH] gnu: i3-wm: Update to 4.20.1 Yusuf Talha via Guix-patches via
2022-01-31 23:26 ` bug#53542: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.