net-im/purple-googlechat: New port: Google Chat plugin for libpurple

WWW: https://github.com/EionRobb/purple-googlechat/

PR:		259687
Approved by:	mentors (implicit)
This commit is contained in:
Jose G. Juanino 2021-12-08 11:44:19 +01:00 committed by Daniel Engberg
parent ab8391bc3c
commit c6af9d33ff
5 changed files with 45 additions and 0 deletions

View File

@ -115,6 +115,7 @@
SUBDIR += psi
SUBDIR += purple-discord
SUBDIR += purple-facebook
SUBDIR += purple-googlechat
SUBDIR += purple-hangouts
SUBDIR += purple-mattermost
SUBDIR += purple-plugin-pack

View File

@ -0,0 +1,29 @@
PORTNAME= purple-googlechat
DISTVERSION= g20211018
CATEGORIES= net-im
MAINTAINER= jjuanino@gmail.com
COMMENT= Google Chat Plugin for libpurple
LICENSE= GPLv3+
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
libprotobuf-c.so:devel/protobuf-c \
libpurple.so:net-im/libpurple
USES= gmake gnome pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= EionRobb
GH_TAGNAME= 56ba7f7
USE_GNOME= glib20
USE_LDCONFIG= yes
PLIST_FILES= lib/purple-2/libgooglechat.so \
share/pixmaps/pidgin/protocols/16/googlechat.png \
share/pixmaps/pidgin/protocols/22/googlechat.png \
share/pixmaps/pidgin/protocols/48/googlechat.png
post-install:
${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/purple-2/libgooglechat.so
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1636231968
SHA256 (EionRobb-purple-googlechat-g20211018-56ba7f7_GH0.tar.gz) = b90c5a2c74a44807d96154437f4ecb87ca16dad03e7cfe024eaf96e26355a282
SIZE (EionRobb-purple-googlechat-g20211018-56ba7f7_GH0.tar.gz) = 257362

View File

@ -0,0 +1,4 @@
Google Chat for libpurple is a plugin for pidgin to support the proprietary
protocol that Google uses for its "Google Chat" service.
WWW: https://github.com/EionRobb/purple-googlechat

View File

@ -0,0 +1,8 @@
[
{ type: install
message: <<EOM
This plugin needs an oauth token in order to work properly. Watch the following
youtube video https://www.youtube.com/watch?v=hlDhp-eNLMU on how to obtain one.
EOM
}
]