From 81105cc892e12fa89e0ce96ca54ee7e7d2e3defe Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Sat, 4 Jul 2020 23:16:52 +0200 Subject: chat-im/telegram-purple: new spell, telegram support for pidgin --- chat-im/telegram-purple/DEPENDS | 18 ++++++++++++++++++ chat-im/telegram-purple/DETAILS | 13 +++++++++++++ chat-im/telegram-purple/HISTORY | 3 +++ 3 files changed, 34 insertions(+) create mode 100755 chat-im/telegram-purple/DEPENDS create mode 100755 chat-im/telegram-purple/DETAILS create mode 100644 chat-im/telegram-purple/HISTORY (limited to 'chat-im') 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 + * DEPENDS, DETAILS: spell created + -- cgit v1.2.3