unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: dan <i@dan.games>
To: 71096@debbugs.gnu.org
Subject: [bug#71096] [PATCH] gnu: fnott: Update to 1.6.0.
Date: Wed, 22 May 2024 00:13:39 +0800	[thread overview]
Message-ID: <9b02e752813c2c181b17dcbf7d0e05337a45b7bb.1716308019.git.i@dan.games> (raw)

* gnu/packages/wm.scm (fnott): Update to 1.6.0.
[arguments]<#:phases>: Patch dbus service file install directory.

Change-Id: I0a64c93b0e1ed43f101cb5a77ecfce5025a2b4b0
---
 gnu/packages/wm.scm | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index eee9c8b587..b474ebf6b3 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1154,7 +1154,7 @@ (define-public fbautostart
 (define-public fnott
   (package
     (name "fnott")
-    (version "1.4.1")
+    (version "1.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1163,9 +1163,15 @@ (define-public fnott
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0fmjvmsm2ikcmdzrf6xwyq6vxb9p1dd3bhvz3bvi7q7rb2g8h8pi"))))
+                "04g1d0app9lpvzq3gxs7qjkd9zgbrmlvfy2n3h464r46j0wpgsx2"))))
     (build-system meson-build-system)
-    (arguments `(#:build-type "release"))
+    (arguments `(#:build-type "release"
+                 #:phases
+                 (modify-phases %standard-phases
+                   (add-after 'unpack 'patch-dbus-install-dir
+                     (lambda _
+                       (substitute* "dbus/meson.build"
+                         (("^.*pkgconfig.*$") "")))))))
     (native-inputs
      (list pkg-config
            wayland-protocols

base-commit: 3fd9f25bb385723c70d0bd6af21aeaf784d08049
-- 
2.41.0





             reply	other threads:[~2024-05-21 16:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-21 16:13 dan [this message]
2024-05-22  5:10 ` bug#71096: [PATCH] gnu: fnott: Update to 1.6.0 Z572

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=9b02e752813c2c181b17dcbf7d0e05337a45b7bb.1716308019.git.i@dan.games \
    --to=i@dan.games \
    --cc=71096@debbugs.gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).