pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update profanity to 0.7.1 and enable OMEMO support



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%nil.im@localhost>
Pushed By:	js
Date:		Sat Jan 4 02:41:36 2020 +0100
Changeset:	dbcd1ff4c89dd3e1c4a885ed71f42aebb5f36784

Modified Files:
	profanity/Makefile
	profanity/PLIST
	profanity/distinfo

Log Message:
Update profanity to 0.7.1 and enable OMEMO support

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dbcd1ff4c89dd3e1c4a885ed71f42aebb5f36784

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 profanity/Makefile | 8 +++++++-
 profanity/PLIST    | 2 ++
 profanity/distinfo | 8 ++++----
 3 files changed, 13 insertions(+), 5 deletions(-)

diffs:
diff --git a/profanity/Makefile b/profanity/Makefile
index d6b33592f7..ab6c348155 100644
--- a/profanity/Makefile
+++ b/profanity/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	profanity-0.7.0
+DISTNAME=	profanity-0.7.1
 CATEGORIES=	chat
 MASTER_SITES=	http://profanity-im.github.io/
 
@@ -15,6 +15,11 @@ AUTOCONF_REQD=	2.69
 GNU_CONFIGURE=	yes
 USE_TOOLS+=	pkg-config
 
+CONFIGURE_ARGS+=	--enable-plugins 	\
+			--enable-c-plugins	\
+			--enable-python-plugins	\
+			--enable-omemo
+
 pre-configure:
 	cd ${WRKSRC} && autoconf
 
@@ -23,6 +28,7 @@ pre-configure:
 .include "../../devel/readline/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libmesode+=	libmesode>=0.9.1
 .include "../../wip/libmesode/buildlink3.mk"
+.include "../../wip/libsignal-protocol-c/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../lang/python/pyversion.mk"
diff --git a/profanity/PLIST b/profanity/PLIST
index ec60eea311..7835a4ca46 100644
--- a/profanity/PLIST
+++ b/profanity/PLIST
@@ -1,5 +1,7 @@
 @comment $NetBSD$
 bin/profanity
+include/profapi.h
+lib/libprofanity.la
 man/man1/profanity.1
 share/profanity/icons/proIcon.png
 share/profanity/icons/proIconMsg.png
diff --git a/profanity/distinfo b/profanity/distinfo
index b85d07f0d5..c3fa5dd7c8 100644
--- a/profanity/distinfo
+++ b/profanity/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (profanity-0.7.0.tar.gz) = da71a8352a8a34db29f0fdbf6e11abe5ef55bbc3
-RMD160 (profanity-0.7.0.tar.gz) = b136b747aef0e7ac32f37565647d2b701d98318a
-SHA512 (profanity-0.7.0.tar.gz) = d4be02ad560f53ba59f6d814b6489fe8b7fe59a9c26e72867e23aa33d8badadfd518bc27a1f63266cb5f651f422a5de70f474ff551f5e97f5eab7b643f3a9106
-Size (profanity-0.7.0.tar.gz) = 789373 bytes
+SHA1 (profanity-0.7.1.tar.gz) = ddb36f278cdae4359987ea837263baad97c6ea5b
+RMD160 (profanity-0.7.1.tar.gz) = 77804a5d5a1ba4bbfda68fef6de16a69e3d80927
+SHA512 (profanity-0.7.1.tar.gz) = a6e159a5452ebb193dcff74dc8673de5dbc4bc5b2f2b8abc129641fc1b4b370aee9617dc0b26cfcc6aae58a1a900fda29356e61cdc17ee7ba69c879d6ccc2339
+Size (profanity-0.7.1.tar.gz) = 788754 bytes
 SHA1 (patch-configure.ac) = 16b2c5c64e0b227bd615121f133968024326ac3a
 SHA1 (patch-src_common.c) = 1df8ee42b0548c0a0f01e19361ddb6321deca0c9
 SHA1 (patch-src_config.h.in) = a6597f343bbb06128ce97849f02a6f6f2b57d25e


Home | Main Index | Thread Index | Old Index