mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-im/purple-teams: Add new MS Teams plugin for pidgin
MS Teams Plugin for Pidgin is a third-party alternative for the Microsoft Teams client in development since April 2022, with no Electron or Webview.
This commit is contained in:
parent
61210880c6
commit
78e64988ef
5 changed files with 43 additions and 0 deletions
|
@ -109,6 +109,7 @@
|
||||||
SUBDIR += purple-plugin-pack
|
SUBDIR += purple-plugin-pack
|
||||||
SUBDIR += purple-rocketchat
|
SUBDIR += purple-rocketchat
|
||||||
SUBDIR += purple-slack
|
SUBDIR += purple-slack
|
||||||
|
SUBDIR += purple-teams
|
||||||
SUBDIR += py-apprise
|
SUBDIR += py-apprise
|
||||||
SUBDIR += py-fbmq
|
SUBDIR += py-fbmq
|
||||||
SUBDIR += py-matrix-synapse
|
SUBDIR += py-matrix-synapse
|
||||||
|
|
28
net-im/purple-teams/Makefile
Normal file
28
net-im/purple-teams/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
PORTNAME= purple-teams
|
||||||
|
PORTVERSION= 20240827
|
||||||
|
CATEGORIES= net-im
|
||||||
|
|
||||||
|
MAINTAINER= rodrigo@FreeBSD.org
|
||||||
|
COMMENT= Plugin for Pidgin to provide MS Teams connectivity
|
||||||
|
WWW= https://github.com/EionRobb/purple-teams
|
||||||
|
|
||||||
|
LICENSE= GPLv3
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
|
||||||
|
libpurple.so:net-im/libpurple
|
||||||
|
RUN_DEPENDS= pidgin:net-im/pidgin \
|
||||||
|
xdg-open:devel/xdg-utils
|
||||||
|
|
||||||
|
USES= dos2unix gmake gnome pkgconfig
|
||||||
|
DOS2UNIX_REGEX= .*\.([ch]|cpp)
|
||||||
|
DOS2UNIX_FILES= Makefile
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
|
||||||
|
GH_ACCOUNT= EionRobb
|
||||||
|
GH_TAGNAME= nightly-f4a02c5047ba296c76eb923f2ba83cabab8a8089
|
||||||
|
USE_GNOME= glib20
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
net-im/purple-teams/distinfo
Normal file
3
net-im/purple-teams/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1727009122
|
||||||
|
SHA256 (EionRobb-purple-teams-20240827-nightly-f4a02c5047ba296c76eb923f2ba83cabab8a8089_GH0.tar.gz) = 6689e7c1fe19f1d78db523374995054cfba375bda065671ae55f116c36090407
|
||||||
|
SIZE (EionRobb-purple-teams-20240827-nightly-f4a02c5047ba296c76eb923f2ba83cabab8a8089_GH0.tar.gz) = 310343
|
3
net-im/purple-teams/pkg-descr
Normal file
3
net-im/purple-teams/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MS Teams Plugin for Pidgin is a third-party alternative
|
||||||
|
for the Microsoft Teams client - in development since
|
||||||
|
April 2022 -, with no Electron/Webview.
|
8
net-im/purple-teams/pkg-plist
Normal file
8
net-im/purple-teams/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
lib/purple-2/libteams-personal.so
|
||||||
|
lib/purple-2/libteams.so
|
||||||
|
share/pixmaps/pidgin/protocols/16/teams.png
|
||||||
|
share/pixmaps/pidgin/protocols/16/teams_personal.png
|
||||||
|
share/pixmaps/pidgin/protocols/22/teams.png
|
||||||
|
share/pixmaps/pidgin/protocols/22/teams_personal.png
|
||||||
|
share/pixmaps/pidgin/protocols/48/teams.png
|
||||||
|
share/pixmaps/pidgin/protocols/48/teams_personal.png
|
Loading…
Add table
Reference in a new issue