[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
171/181: gnu: chatty: Fix indentation.
From: |
guix-commits |
Subject: |
171/181: gnu: chatty: Fix indentation. |
Date: |
Tue, 13 Sep 2022 02:26:33 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit e1ae27e712f54283df614e709c68bc8f2c271068
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 12 00:13:46 2022 -0400
gnu: chatty: Fix indentation.
* gnu/packages/messaging.scm (chatty): Re-indent.
---
gnu/packages/messaging.scm | 96 +++++++++++++++++++++++-----------------------
1 file changed, 48 insertions(+), 48 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 2af8c5b80a..0c327c7e18 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2805,10 +2805,10 @@ validating international phone numbers.")
(license license:asl2.0)))
(define-public chatty
- (package
- (name "chatty")
- (version "0.6.7")
- (source (origin
+ (package
+ (name "chatty")
+ (version "0.6.7")
+ (source (origin
(method git-fetch)
(uri (git-reference
(url "https://source.puri.sm/Librem5/chatty.git")
@@ -2823,51 +2823,51 @@ validating international phone numbers.")
(sha256
(base32
"11q07vjrrjf3k00kk41vm79brpq0qigz7l328br3g0li979kz32v"))))
- (build-system meson-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'skip-updating-desktop-database
- (lambda _
- (substitute* "meson.build"
- (("meson.add_install_script.*") ""))))
- (add-before 'check 'pre-check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- ;; One test requires a running Xorg server. Start one.
- (system "Xvfb :1 &")
- (setenv "DISPLAY" ":1")
- ;; HOME must be writable for writing configuration files.
- (setenv "HOME" "/tmp")))))))
- (native-inputs
- (list gettext-minimal
- `(,glib "bin")
- pkg-config
- protobuf
- xorg-server-for-tests))
- (inputs
- (list feedbackd
- folks
- gnome-desktop
- gsettings-desktop-schemas
- gspell
- json-glib
- libgcrypt
- libgee
- libhandy
- libolm
- libphonenumber
- modem-manager
- pidgin
- purple-mm-sms
- sqlite))
- (propagated-inputs
- (list adwaita-icon-theme evolution-data-server))
- (synopsis "Mobile client for XMPP and SMS messaging")
- (description "Chatty is a chat program for XMPP and SMS. It works on mobile
+ (build-system meson-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'skip-updating-desktop-database
+ (lambda _
+ (substitute* "meson.build"
+ (("meson.add_install_script.*") ""))))
+ (add-before 'check 'pre-check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ ;; One test requires a running Xorg server. Start one.
+ (system "Xvfb :1 &")
+ (setenv "DISPLAY" ":1")
+ ;; HOME must be writable for writing configuration files.
+ (setenv "HOME" "/tmp")))))))
+ (native-inputs
+ (list gettext-minimal
+ `(,glib "bin")
+ pkg-config
+ protobuf
+ xorg-server-for-tests))
+ (inputs
+ (list feedbackd
+ folks
+ gnome-desktop
+ gsettings-desktop-schemas
+ gspell
+ json-glib
+ libgcrypt
+ libgee
+ libhandy
+ libolm
+ libphonenumber
+ modem-manager
+ pidgin
+ purple-mm-sms
+ sqlite))
+ (propagated-inputs
+ (list adwaita-icon-theme evolution-data-server))
+ (synopsis "Mobile client for XMPP and SMS messaging")
+ (description "Chatty is a chat program for XMPP and SMS. It works on
mobile
as well as on desktop platforms. It's based on libpurple and ModemManager.")
- (home-page "https://source.puri.sm/Librem5/chatty")
- (license license:gpl3+)))
+ (home-page "https://source.puri.sm/Librem5/chatty")
+ (license license:gpl3+)))
(define-public mosquitto
(package
- 55/181: gnu: gnome-online-accounts: Update to 3.45.2, remove "lib" output., (continued)
- 55/181: gnu: gnome-online-accounts: Update to 3.45.2, remove "lib" output., guix-commits, 2022/09/13
- 68/181: gnu: gnome-user-docs: Update to 42.0., guix-commits, 2022/09/13
- 100/181: gnu: blueprint-compiler: Update to 0.4.0., guix-commits, 2022/09/13
- 94/181: gnu: phodav: Update to 3.0., guix-commits, 2022/09/13
- 128/181: gnu: gexiv2: Update to 0.14.0., guix-commits, 2022/09/13
- 123/181: gnu: eog-plugins: Update to 42.1., guix-commits, 2022/09/13
- 141/181: gnu: libgovirt: Update to 0.3.9., guix-commits, 2022/09/13
- 142/181: gnu: gfbgraph: Update to 0.2.5 and enable tests., guix-commits, 2022/09/13
- 176/181: gnu: gnome-maps: Update to 43.rc., guix-commits, 2022/09/13
- 178/181: gnu: gpaste: Update to 42.1., guix-commits, 2022/09/13
- 171/181: gnu: chatty: Fix indentation.,
guix-commits <=
- 43/181: gnu: mozjs: Add 91.13.0., guix-commits, 2022/09/13
- 48/181: gnu: accountsservice: Add bash-minimal to inputs., guix-commits, 2022/09/13
- 52/181: gnu: gtksourceview: Update to 5.5.1., guix-commits, 2022/09/13
- 60/181: gnu: gnome-session: Update to 42.0., guix-commits, 2022/09/13
- 64/181: gnu: gnome-disk-utility: Update to 42.0., guix-commits, 2022/09/13
- 80/181: import: gnome: Improve version handling logic., guix-commits, 2022/09/13
- 86/181: gnu: gnome-boxes: Update to 42.3., guix-commits, 2022/09/13
- 93/181: gnu: gnome-music: Update to 42.1., guix-commits, 2022/09/13
- 113/181: gnu: vte-ng: Update to 0.59.0., guix-commits, 2022/09/13
- 104/181: gnu: gupnp-av: Update to 0.14.1., guix-commits, 2022/09/13