Github messages for voidlinux
 help / color / mirror / Atom feed
From: AnInternetTroll <AnInternetTroll@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] profanity: Add qrcode support
Date: Fri, 05 Jan 2024 22:57:58 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48084@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 640 bytes --]

There is a new pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages user/luca/profanity-qrcode
https://github.com/void-linux/void-packages/pull/48084

profanity: Add qrcode support
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86\_64-glibc)

Fixes the following error when running `/omemo qrcode`:
```
This version of Profanity has not been built with libqrencode
```


A patch file from https://github.com/void-linux/void-packages/pull/48084.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/profanity-qrcode-48084.patch --]
[-- Type: text/x-diff, Size: 2139 bytes --]

From aca6aa6dd6f4e1687ee20a9df417edf6bc1239ef Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Fri, 5 Jan 2024 22:56:45 +0100
Subject: [PATCH] profanity: Add qrcode support

---
 srcpkgs/profanity/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index 2642a12ec0d71..d43724435b57e 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)
@@ -12,7 +12,7 @@ makedepends="libcurl-devel libglib-devel libstrophe-devel readline-devel sqlite-
  $(vopt_if notify libnotify-devel) $(vopt_if otr 'libotr-devel libgcrypt-devel')
  $(vopt_if pgp gpgme-devel) $(vopt_if python python3-devel) $(vopt_if gtk gtk+3-devel)
  $(vopt_if xscreensaver libXScrnSaver-devel)
- $(vopt_if omemo 'libsignal-protocol-c-devel libgcrypt-devel')"
+ $(vopt_if omemo 'libsignal-protocol-c-devel libgcrypt-devel') $(vopt_if qrcode qrencode-devel)"
 checkdepends="cmocka-devel"
 short_desc="Console based XMPP client"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -29,10 +29,11 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 # Package build options
-build_options="notify otr pgp omemo gtk python xscreensaver cplugins plugins"
-build_options_default="notify otr pgp gtk omemo python cplugins plugins xscreensaver"
+build_options="notify otr pgp omemo gtk python xscreensaver cplugins plugins qrcode"
+build_options_default="notify otr pgp gtk omemo python cplugins plugins xscreensaver qrcode"
 desc_option_otr="Enable support for OTR encryption"
 desc_option_pgp="Enable support for OpenPGP encryption"
 desc_option_omemo="Enable support for OMEMO encryption"
 desc_option_plugins="Enable support for plugins"
 desc_option_cplugins="Enable support for c-plugins"
+desc_option_qrcode="Enable support for exchanging OMEMO information via QR code"

             reply	other threads:[~2024-01-05 21:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-05 21:57 AnInternetTroll [this message]
2024-01-06  8:48 ` [PR PATCH] [Updated] " AnInternetTroll
2024-01-06 23:23 ` [PR PATCH] [Merged]: " classabbyamp

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48084@inbox.vuxu.org \
    --to=aninternettroll@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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.
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 NNTP newsgroup(s).