* [bug#71096] [PATCH] gnu: fnott: Update to 1.6.0.
@ 2024-05-21 16:13 dan
2024-05-22 5:10 ` bug#71096: " Z572
0 siblings, 1 reply; 2+ messages in thread
From: dan @ 2024-05-21 16:13 UTC (permalink / raw)
To: 71096
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#71096: [PATCH] gnu: fnott: Update to 1.6.0.
2024-05-21 16:13 [bug#71096] [PATCH] gnu: fnott: Update to 1.6.0 dan
@ 2024-05-22 5:10 ` Z572
0 siblings, 0 replies; 2+ messages in thread
From: Z572 @ 2024-05-22 5:10 UTC (permalink / raw)
To: dan; +Cc: 71096-done
[-- Attachment #1: Type: text/plain, Size: 1690 bytes --]
dan <i@dan.games> writes:
> * 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
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=9523b968d5ac5d500949095fff1aa2bba9d693e0
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-22 5:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-21 16:13 [bug#71096] [PATCH] gnu: fnott: Update to 1.6.0 dan
2024-05-22 5:10 ` bug#71096: " Z572
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).