pkgsrc-WIP-changes archive

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

profanity: Add libotr dependency



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Sun Apr 16 00:48:59 2017 +0200
Changeset:	83855bdc08b0312f13b9fee1431b570edd74f876

Modified Files:
	profanity/Makefile
	profanity/PLIST

Log Message:
profanity: Add libotr dependency

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

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

diffstat:
 profanity/Makefile | 2 ++
 profanity/PLIST    | 2 ++
 2 files changed, 4 insertions(+)

diffs:
diff --git a/profanity/Makefile b/profanity/Makefile
index 24fe54bc71..cda7c9b64e 100644
--- a/profanity/Makefile
+++ b/profanity/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	profanity-0.5.1
+PKGREVISION=	1
 CATEGORIES=	chat
 MASTER_SITES=	http://www.profanity.im/
 
@@ -28,4 +29,5 @@ BUILDLINK_API_DEPENDS.libmesode+=	libmesode>=0.9.1
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../lang/python/pyversion.mk"
 .include "../../www/curl/buildlink3.mk"
+.include "../../chat/libotr/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/profanity/PLIST b/profanity/PLIST
index 4c07c6c00a..230dea9da5 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


Home | Main Index | Thread Index | Old Index