all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaelyn Takata via Guix-patches via <guix-patches@gnu.org>
To: 57914@debbugs.gnu.org
Cc: Kaelyn Takata <kaelyn.alexi@protonmail.com>
Subject: [bug#57914] [PATCH 2/2] gnu: weston: Update to 10.0.2.
Date: Sun, 18 Sep 2022 18:16:31 +0000	[thread overview]
Message-ID: <809efcd1f88f33f6bfc3a3a357a040838e6122c0.1663523777.git.kaelyn.alexi@protonmail.com> (raw)
In-Reply-To: <cover.1663523777.git.kaelyn.alexi@protonmail.com>

* gnu/packages/freedesktop.scm (weston): Update to 10.0.2.
[inputs] Switch from pipewire to pipewire-0.3.
[native-inputs]: Add python-3.
---
 gnu/packages/freedesktop.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 10d3664a04..613b43b173 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1165,7 +1165,7 @@ (define-public waylandpp
 (define-public weston
   (package
     (name "weston")
-    (version "9.0.0")
+    (version "10.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1173,10 +1173,10 @@ (define-public weston
                     "weston-" version ".tar.xz"))
               (sha256
                (base32
-                "1zlql0xgiqc3pvgbpnnvj4xvpd91pwva8qf83xfb23if377ddxaw"))))
+                "1rs92p7sfkw9lqlkfnqh5af19ym3x8l3hp3yfv117m7qv6h6qr49"))))
     (build-system meson-build-system)
     (native-inputs
-     (list mscgen pkg-config xorg-server))
+     (list mscgen pkg-config python-3 xorg-server))
     (inputs
      `(("cairo" ,cairo-xcb)
        ("colord" ,colord)
@@ -1203,7 +1203,7 @@ (define-public weston
        ("mtdev" ,mtdev)
        ("linux-pam" ,linux-pam)
        ("pango" ,pango)
-       ("pipewire" ,pipewire)
+       ("pipewire" ,pipewire-0.3)
        ("wayland-protocols" ,wayland-protocols)
        ("xorg-server-xwayland" ,xorg-server-xwayland)))
     (propagated-inputs
--
2.37.3






  parent reply	other threads:[~2022-09-18 18:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-18 18:02 [bug#57914] [PATCH 0/2] Update weston to 10.0.02 Kaelyn Takata via Guix-patches via
2022-09-18 18:16 ` [bug#57914] [PATCH 1/2] gnu: wayland-protocols: Update to 1.26 Kaelyn Takata via Guix-patches via
2022-09-18 18:59   ` Maxime Devos
2022-09-18 19:29     ` Kaelyn via Guix-patches via
2022-09-18 18:16 ` Kaelyn Takata via Guix-patches via [this message]
2022-09-18 19:34 ` [bug#57914] [PATCH v2 0/1] Update weston to 10.0.2 Kaelyn Takata via Guix-patches via
2022-09-18 19:34   ` [bug#57914] [PATCH v2 1/1] gnu: weston: Update " Kaelyn Takata via Guix-patches via
2022-10-08  8:10 ` bug#57914: [PATCH 0/2] Update weston to 10.0.02 Ricardo Wurmus
2022-10-08 11:34 ` [bug#57914] " dan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=809efcd1f88f33f6bfc3a3a357a040838e6122c0.1663523777.git.kaelyn.alexi@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=57914@debbugs.gnu.org \
    --cc=kaelyn.alexi@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.