summaryrefslogtreecommitdiffstats
path: root/chat-im
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im')
-rwxr-xr-xchat-im/pidgin/DEPENDS12
-rwxr-xr-xchat-im/pidgin/DETAILS7
-rw-r--r--chat-im/pidgin/HISTORY3
3 files changed, 17 insertions, 5 deletions
diff --git a/chat-im/pidgin/DEPENDS b/chat-im/pidgin/DEPENDS
index ff513dab88..24beb8a58d 100755
--- a/chat-im/pidgin/DEPENDS
+++ b/chat-im/pidgin/DEPENDS
@@ -1,9 +1,21 @@
depends glib2 &&
+depends libgnt &&
depends intltool &&
depends libxml2 &&
depends nspr &&
depends xml-parser-expat &&
+optional_depends doxygen \
+ "--enable-doxygen" \
+ "--disable-doxygen" \
+ "for doxygen documentation" &&
+if is_depends_enabled $SPELL doxygen; then
+ optional_depends graphviz \
+ "--enable-dot" \
+ "--disable-dot" \
+ "generate graphs in the doxygen documentation"
+fi &&
+
optional_depends silc-toolkit \
"" \
"" \
diff --git a/chat-im/pidgin/DETAILS b/chat-im/pidgin/DETAILS
index dc7d64e51b..a9db8f5eb7 100755
--- a/chat-im/pidgin/DETAILS
+++ b/chat-im/pidgin/DETAILS
@@ -1,12 +1,9 @@
SPELL=pidgin
- VERSION=2.13.0
+ VERSION=2.14.1
SECURITY_PATCH=19
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
- SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
- SOURCE_GPG=pidgin.gpg:$SOURCE2:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
+ SOURCE_HASH=sha512:6ce5c58f32fa680d7f67e37a42b0f77c8253018cee21df2895d52166d9eb6ecaf0458b1610adbd46f337d00e75933db7578c2f9808654bd22838ba5db0a13030
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://pidgin.im
LICENSE[0]=GPL
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
index 3d62684f25..ac7d15d14a 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,3 +1,6 @@
+2020-07-04 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS: version 2.14.1
+
2018-11-30 Pavel Vinogradov <public@sourcemage.org>
* DEPENDS: cyrus-sasl -> LIBSASL