diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-02-13 13:20:53 +0100 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-02-14 12:59:27 +0800 |
| commit | 6b3b3f7945efff5afd58cd6393a2a6f7c493d92a (patch) | |
| tree | 4ccc10bf87ddbe132bb20663c11e64ae9b1bf470 /gnu/packages | |
| parent | 0add7609d3ab7d52a3c0069990e2651ef8db381c (diff) | |
gnu: srain: Update to 1.8.1.
* 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: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/irc.scm | 14 |
1 files changed, 8 insertions, 6 deletions
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 |
