all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: tanguy@bioneland.org
To: 37923@debbugs.gnu.org
Cc: tanguy@bioneland.org
Subject: [bug#37923] [PATCH v3 1/4] gnu: profanity: Add configure flags and inputs for better defaults.
Date: Sat, 26 Oct 2019 23:11:07 +0200	[thread overview]
Message-ID: <20191026211110.2595-1-tanguy@bioneland.org> (raw)
In-Reply-To: <20191025151711.aoqcwzuz7vwcgdbm@rafflesia>

From: Tanguy Le Carrour <tanguy@bioneland.org>

* gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>:
Add --enable-omemo, --enable-notifications and --enable-icon.
[native-inputs]: Add libnotify and libsignal-protocol-c.
---
 gnu/packages/messaging.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f890ad8dd5..b56a3e92cb 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1627,6 +1627,11 @@ are both supported).")
                (base32
                 "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags
+       (list "--enable-omemo"
+             "--enable-icons"
+             "--enable-notifications")))
     (inputs
      `(("curl" ,curl)
        ("expat" ,expat)
@@ -1642,7 +1647,10 @@ are both supported).")
        ("autoconf-archive" ,autoconf-archive)
        ("automake" ,automake)
        ("cmocka" ,cmocka)
+       ("gtk+" ,gtk+-2)
+       ("libnotify" ,libnotify)
        ("libtool" ,libtool)
+       ("libsignal-protocol-c" ,libsignal-protocol-c)
        ("pkg-config" ,pkg-config)))
     (synopsis "Console-based XMPP client")
     (description "Profanity is a console based XMPP client written in C
-- 
2.23.0

  parent reply	other threads:[~2019-10-26 21:12 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-25 15:17 [bug#37923] [PATCH 0/2] gnu: profanity: Add configure flags and inputs for better defaults Tanguy Le Carrour
2019-10-25 15:20 ` [bug#37923] [PATCH 1/2] " Tanguy Le Carrour
2019-10-25 15:20   ` [bug#37923] [PATCH 2/2] gnu: profanity: Update home-page URL Tanguy Le Carrour
2019-10-25 17:25   ` [bug#37923] [PATCH 1/2] gnu: profanity: Add configure flags and inputs for better defaults Mathieu Othacehe
2019-10-26 16:12     ` Tanguy Le Carrour
2019-10-26 16:16 ` [bug#37923] [PATCH v2 1/4] " tanguy
2019-10-26 16:16   ` [bug#37923] [PATCH v2 2/4] gnu: profanity: Update home-page URL tanguy
2019-10-26 16:16   ` [bug#37923] [PATCH v2 3/4] gnu: profanity: Add configure flags, so that build fail if libs are missing tanguy
2019-10-26 16:16   ` [bug#37923] [PATCH v2 4/4] gnu: profanity: Add configure flags for better defaults tanguy
2019-10-26 21:09 ` [bug#37923] [PATCH 0/4] gnu: profanity: Add configure flags and inputs " Tanguy Le Carrour
2019-10-26 21:11 ` tanguy [this message]
2019-10-26 21:11   ` [bug#37923] [PATCH v3 2/4] gnu: profanity: Update home-page URL tanguy
2019-10-26 21:11   ` [bug#37923] [PATCH v3 3/4] gnu: profanity: Add configure flags, so that build fail if libs are missing tanguy
2019-10-26 21:11   ` [bug#37923] [PATCH v3 4/4] gnu: profanity: Add configure flags for better defaults tanguy
2019-10-28 10:31   ` [bug#37923] [PATCH v3 1/4] gnu: profanity: Add configure flags and inputs " Mathieu Othacehe

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

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

  git send-email \
    --in-reply-to=20191026211110.2595-1-tanguy@bioneland.org \
    --to=tanguy@bioneland.org \
    --cc=37923@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.