Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Profanity - Build with Python Support
@ 2019-07-24  6:43 voidlinux-github
  2019-07-24  8:42 ` voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-24  6:43 UTC (permalink / raw)
  To: ml

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

New issue by Manchotix on void-packages repository

https://github.com/void-linux/void-packages/issues/13307
Description: ### System

* xuname:  
  Void 5.2.2_1 x86_64 GenuineIntel uptodate rrrmFFFF
* package:  
  pkgver: profanity-0.6.0_1

### Expected behavior
profanity --version

> Build information:
> XMPP library: libstrophe
> Desktop notification support: Enabled
> OTR support: Enabled (libotr 4.1.1)
> PGP support: Enabled (libgpgme 1.13.1)
> C plugins: Enabled
> **Python plugins: Enabled**
> GTK icons: Disabled
> 

### Actual behavior
profanity --version

> Build information:
> XMPP library: libstrophe
> Desktop notification support: Enabled
> OTR support: Enabled (libotr 4.1.1)
> PGP support: Enabled (libgpgme 1.13.1)
> C plugins: Enabled
> **Python plugins: Disabled**
> GTK icons: Disabled
> 

### Steps to reproduce the behavior
I will install all Packages that is need to build profanity with Python-support with :
_xbps-install python python-devel_ ...(and all other that need for OTR, PGP ...)
After that i install with:
_xbps-install profanity_
But i cant install Python Plugins in profanity because it has no Python plugin support.

### My question
Did i have do something wrong or can i rebuild it with Python Support?
Because without the py-plugins i cant install the OMEMO-plugin.
In my installed package query (xbps-query profanity) i have this in the build-options:
_build-options: notify otr pgp xscreensaver ~python_


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Profanity - Build with Python Support
  2019-07-24  6:43 [ISSUE] Profanity - Build with Python Support voidlinux-github
@ 2019-07-24  8:42 ` voidlinux-github
  2019-07-24  8:56 ` [ISSUE] [CLOSED] " voidlinux-github
  2019-07-24  8:56 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-24  8:42 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/issues/13307#issuecomment-514538437
Comment:
People are heavily working on OMEMO support in version 0.7.0. I am waiting desperately for this release and will update the package.
Their OMEMO implementation is based on libsignal-c. 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Profanity - Build with Python Support
  2019-07-24  6:43 [ISSUE] Profanity - Build with Python Support voidlinux-github
  2019-07-24  8:42 ` voidlinux-github
  2019-07-24  8:56 ` [ISSUE] [CLOSED] " voidlinux-github
@ 2019-07-24  8:56 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-24  8:56 UTC (permalink / raw)
  To: ml

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

New comment by Manchotix on void-packages repository

https://github.com/void-linux/void-packages/issues/13307#issuecomment-514543349
Comment:
Ok, thanks for the response and its good to hear that the support will implement native in the Application.
I will use gajim and switch back if profanity update to 0.7.
** and i have see that the python plugin is currently not maintained

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ISSUE] [CLOSED] Profanity - Build with Python Support
  2019-07-24  6:43 [ISSUE] Profanity - Build with Python Support voidlinux-github
  2019-07-24  8:42 ` voidlinux-github
@ 2019-07-24  8:56 ` voidlinux-github
  2019-07-24  8:56 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-24  8:56 UTC (permalink / raw)
  To: ml

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

Closed issue by Manchotix on void-packages repository

https://github.com/void-linux/void-packages/issues/13307
Description: ### System

* xuname:  
  Void 5.2.2_1 x86_64 GenuineIntel uptodate rrrmFFFF
* package:  
  pkgver: profanity-0.6.0_1

### Expected behavior
profanity --version

> Build information:
> XMPP library: libstrophe
> Desktop notification support: Enabled
> OTR support: Enabled (libotr 4.1.1)
> PGP support: Enabled (libgpgme 1.13.1)
> C plugins: Enabled
> **Python plugins: Enabled**
> GTK icons: Disabled
> 

### Actual behavior
profanity --version

> Build information:
> XMPP library: libstrophe
> Desktop notification support: Enabled
> OTR support: Enabled (libotr 4.1.1)
> PGP support: Enabled (libgpgme 1.13.1)
> C plugins: Enabled
> **Python plugins: Disabled**
> GTK icons: Disabled
> 

### Steps to reproduce the behavior
I will install all Packages that is need to build profanity with Python-support with :
_xbps-install python python-devel_ ...(and all other that need for OTR, PGP ...)
After that i install with:
_xbps-install profanity_
But i cant install Python Plugins in profanity because it has no Python plugin support.

### My question
Did i have do something wrong or can i rebuild it with Python Support?
Because without the py-plugins i cant install the OMEMO-plugin.
In my installed package query (xbps-query profanity) i have this in the build-options:
_build-options: notify otr pgp xscreensaver ~python_


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-07-24  8:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-24  6:43 [ISSUE] Profanity - Build with Python Support voidlinux-github
2019-07-24  8:42 ` voidlinux-github
2019-07-24  8:56 ` [ISSUE] [CLOSED] " voidlinux-github
2019-07-24  8:56 ` voidlinux-github

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).