Github messages for voidlinux
 help / color / mirror / Atom feed
From: AnInternetTroll <AnInternetTroll@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] profanity: Add qrcode support
Date: Sat, 06 Jan 2024 09:48:54 +0100	[thread overview]
Message-ID: <20240106084854.DuW7VfwnLAhoJ2eq4JBVN8lQTkl1DREESQMjz823jUs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48084@inbox.vuxu.org>

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

There is an updated 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: 2689 bytes --]

From 5ac352c5604b0cb47c6f6bbf4a3d3a3ae46a3da9 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 | 29 +++++++++--------------------
 1 file changed, 9 insertions(+), 20 deletions(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index 2642a12ec0d71..9a9127c648f18 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,18 +1,16 @@
 # 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)
- $(vopt_with xscreensaver) $(vopt_enable omemo) $(vopt_enable cplugins c-plugins)
- ac_cv_prog_PYTHON_CONFIG_EXISTS=yes PYTHON_VERSION=3"
-hostmakedepends="pkg-config $(vopt_if python python3-devel) $(vopt_if gtk gtk+3-devel)"
-makedepends="libcurl-devel libglib-devel libstrophe-devel readline-devel sqlite-devel
- $(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')"
+configure_args="--enable-notifications --enable-otr --enable-pgp
+ --enable-python-plugins --enable-plugins --with-xscreensaver --enable-omemo
+ --enable-c-plugins ac_cv_prog_PYTHON_CONFIG_EXISTS=yes PYTHON_VERSION=3"
+hostmakedepends="pkg-config python3-devel gtk+3-devel"
+makedepends="libcurl-devel libglib-devel libstrophe-devel readline-devel
+ sqlite-devel libnotify-devel libotr-devel libgcrypt-devel gpgme-devel
+ python3-devel gtk+3-devel libXScrnSaver-devel libsignal-protocol-c-devel
+ libgcrypt-devel qrencode-devel"
 checkdepends="cmocka-devel"
 short_desc="Console based XMPP client"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -27,12 +25,3 @@ case "$XBPS_TARGET_MACHINE" in
 		export PYTHON_CPPFLAGS="-I${XBPS_CROSS_BASE}/${py3_inc}"
 		export PYTHON_EXTRA_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lpython${py3_ver}" ;;
 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"
-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"

  reply	other threads:[~2024-01-06  8:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-05 21:57 [PR PATCH] " AnInternetTroll
2024-01-06  8:48 ` AnInternetTroll [this message]
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=20240106084854.DuW7VfwnLAhoJ2eq4JBVN8lQTkl1DREESQMjz823jUs@z \
    --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).