From c8f41703eadd12b39cfba9716f28a6f20c05b677 Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Fri, 19 Apr 2019 03:28:32 +0000 Subject: profanity: => 0.6.0 --- chat-im/profanity/DEPENDS | 37 +++++++++++++++++++++---------------- chat-im/profanity/DETAILS | 7 ++++--- chat-im/profanity/HISTORY | 4 ++++ 3 files changed, 29 insertions(+), 19 deletions(-) (limited to 'chat-im') diff --git a/chat-im/profanity/DEPENDS b/chat-im/profanity/DEPENDS index 6e10443185..644e8acec2 100755 --- a/chat-im/profanity/DEPENDS +++ b/chat-im/profanity/DEPENDS @@ -1,22 +1,27 @@ -depends ncurses && -depends libstrophe && -depends glib2 && -depends curl && +depends ncurses && +depends libstrophe && +depends glib2 && +depends curl && -optional_depends expat \ - "" \ - "" \ - "for XML parsing" && +optional_depends gtk+2 \ + "--enable-icons" \ + "--disable-icons" \ + "to enable GTK tray icons" && -optional_depends libxml2 \ - "--with-libxml2" \ - "" \ - "for XML parsing" && +optional_depends gpgme \ + "--enable-pgp" \ + "--disable-pgp" \ + "for PGP support" && -optional_depends SSL \ - "" \ - "" \ - "for TLS connections" && +optional_depends libotr \ + "--enable-otr" \ + "--disable-otr" \ + "for OTR support" && + +optional_depends python \ + "--enable-python-plugins" \ + "--disable-python-plugins" \ + "for Python plugins support" && optional_depends libxscrnsaver \ "--with-xscreensaver" \ diff --git a/chat-im/profanity/DETAILS b/chat-im/profanity/DETAILS index 1e49f9b907..956b8b0bb0 100755 --- a/chat-im/profanity/DETAILS +++ b/chat-im/profanity/DETAILS @@ -7,16 +7,17 @@ if [[ ${PROFANITY_BRANCH} == scm ]]; then SOURCE_IGNORE=volatile FORCE_DOWNLOAD=on else - VERSION=0.3.0 + VERSION=0.6.0 SOURCE=${SPELL}-${VERSION}.tar.gz SOURCE_URL[0]=http://www.profanity.im/${SPELL}-${VERSION}.tar.gz - SOURCE_HASH=sha512:a6957dc20b7888073ee4c66862b3cff6dd8a46d1ee937120089e3064aabf9b2ee022a14e098202e79d66fb5233576b3cf3c78e2949ca154d501a2b0c60d704af + SOURCE_HASH=sha512:c7d8e74b764276f59fccfa029d45271032db315cdbf6e00deccbd611f202983a0930fed99021202333047acee9f3f0d7779cd9bb3628d2e5c4757e3de8c3629e fi SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" + DOC_DIRS="" WEB_SITE="http://www.profanity.im/" LICENSE[0]=GPL ENTERED=20131013 - SHORT="a console based XMPP client" + SHORT="Ncurses based XMPP client" cat << EOF Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi. diff --git a/chat-im/profanity/HISTORY b/chat-im/profanity/HISTORY index bd15642ebb..4ad78919cd 100644 --- a/chat-im/profanity/HISTORY +++ b/chat-im/profanity/HISTORY @@ -1,3 +1,7 @@ +2019-04-18 Vlad Glagolev + * DETAILS: updated spell to 0.6.0 + * DEPENDS: rewritten + 2014-08-19 Treeve Jelbert * DEPENDS: openssl => SSL -- cgit v1.2.3