summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rwxr-xr-xchat-im/telegram-purple/DEPENDS18
-rwxr-xr-xchat-im/telegram-purple/DETAILS13
-rw-r--r--chat-im/telegram-purple/HISTORY3
4 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2f2c6bbd7..936e169af0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2020-07-04 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* libs/libgnt: new spell, a library for creating TUIs and GUIs
+ * chat-im/telegram-purple: new spell, telegram support for pidgin
2020-06-22 Vlad Glagolev <stealth@sourcemage.org>
* fonts-x11/spleen: new spell, monospaced bitmap fonts for consoles
diff --git a/chat-im/telegram-purple/DEPENDS b/chat-im/telegram-purple/DEPENDS
new file mode 100755
index 0000000000..c94798e3be
--- /dev/null
+++ b/chat-im/telegram-purple/DEPENDS
@@ -0,0 +1,18 @@
+depends pidgin &&
+depends gcc &&
+depends glib2 &&
+depends zlib &&
+depends libgcrypt &&
+depends gettext &&
+
+optional_depends libwebp \
+ "--enable-libwebp" \
+ "--disable-libwebp" \
+ "for displaying stickers" &&
+
+optional_depends libpng \
+ "--enable-libpng" \
+ "--disable-libpng" \
+ "for converting stickers"
+
+
diff --git a/chat-im/telegram-purple/DETAILS b/chat-im/telegram-purple/DETAILS
new file mode 100755
index 0000000000..21c6e52d54
--- /dev/null
+++ b/chat-im/telegram-purple/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=telegram-purple
+ VERSION=1.4.3
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/majn/telegram-purple/releases/download/v$VERSION/telegram-purple_$VERSION.orig.tar.gz
+ SOURCE_HASH=sha512:697d070da5c6671dd54a1709b37153d4b569ae1cd19d574a2d92a777a89ebd7884596b35829564a7f6fd49104f5d26e35cbe9634f64c678b5f061af8197fba16
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="https://github.com/majn/telegram-purple"
+ LICENSE[0]=GPL
+ ENTERED=20200704
+ SHORT="a Libpurple protocol plugin that adds support for the Telegram messenger"
+cat << EOF
+A Libpurple protocol plugin that adds support for the Telegram messenger.
+EOF
diff --git a/chat-im/telegram-purple/HISTORY b/chat-im/telegram-purple/HISTORY
new file mode 100644
index 0000000000..6d25b9f3e6
--- /dev/null
+++ b/chat-im/telegram-purple/HISTORY
@@ -0,0 +1,3 @@
+2020-07-04 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+