summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2021-01-15 18:47:42 +0100
committerIsmael Luceno2021-01-15 19:55:52 +0100
commitb7dc3e7a55e5a612afd68229fc48ab2bdbad22f4 (patch)
tree82adde1e3430a0ffddf87d1a5c6a1f832f205b0a
parentb7e646c3d7ea4d1edfa2467d1b3eeec632903b45 (diff)
pidgin: Make libgnt optional
It's only needed for finch (TUI). Because libgnt depends on ncurses, just swap them.
-rwxr-xr-xchat-im/pidgin/DEPENDS3
-rw-r--r--chat-im/pidgin/HISTORY3
2 files changed, 4 insertions, 2 deletions
diff --git a/chat-im/pidgin/DEPENDS b/chat-im/pidgin/DEPENDS
index 24beb8a58d..e3d51caa37 100755
--- a/chat-im/pidgin/DEPENDS
+++ b/chat-im/pidgin/DEPENDS
@@ -1,5 +1,4 @@
depends glib2 &&
-depends libgnt &&
depends intltool &&
depends libxml2 &&
depends nspr &&
@@ -31,7 +30,7 @@ optional_depends gtk+2 \
"--disable-gtkui" \
"for GTK+ user interface" &&
-optional_depends ncurses \
+optional_depends libgnt \
"--enable-consoleui" \
"--disable-consoleui" \
"for console user interface" &&
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
index ac7d15d14a..843be5460a 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,3 +1,6 @@
+2021-01-15 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: made libgnt optional
+
2020-07-04 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS, DEPENDS: version 2.14.1