From 6b3b3f7945efff5afd58cd6393a2a6f7c493d92a Mon Sep 17 00:00:00 2001 From: Wilko Meyer Date: Fri, 13 Feb 2026 13:20:53 +0100 Subject: gnu: srain: Update to 1.8.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/irc.scm (srain): Update to 1.8.1. [arguments]<#:configure-flags>: Disable app_indicator. [inputs]: Replace libsoup-minimal-2 with libsoup-minimal. [home-page]: Update URL. Closes: guix/guix#6375 Change-Id: I2226b3b3857e9f8272148a864bc5402b71e75928 Signed-off-by: 宋文武 --- gnu/packages/irc.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 173bae37e39..78390c1dce2 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -443,7 +443,7 @@ using a mouse. It is customizable and extensible with plugins and scripts.") (define-public srain (package (name "srain") - (version "1.5.0") + (version "1.8.1") (source (origin (method git-fetch) @@ -452,11 +452,13 @@ using a mouse. It is customizable and extensible with plugins and scripts.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1qswvhx1s90jbsdx5znbc478v2ix3g0p6qm97cj7zzl0kx5kd780")))) + (base32 "105z2kbj9ar6zk6i1qrbysrp9vbz692kbl2dwdxcwly0yh4cbd0p")))) (build-system meson-build-system) (arguments - `(#:tests? #f ;there are no tests - #:glib-or-gtk? #t)) + (list + #:configure-flags #~(list "-Dapp_indicator=false") + #:tests? #f ;there are no tests + #:glib-or-gtk? #t)) (native-inputs `(("gettext" ,gettext-minimal) ("glib:bin" ,glib "bin") @@ -469,9 +471,9 @@ using a mouse. It is customizable and extensible with plugins and scripts.") gtk+ libconfig libsecret - libsoup-minimal-2 + libsoup-minimal openssl)) - (home-page "https://srain.im") + (home-page "https://srain.silverrainz.me") (synopsis "Modern IRC client written in GTK") (description "Srain is an IRC client written in GTK. It aims to be modern and easy to -- cgit v1.3