pkgsrc/chat/skypeweb-purple/Makefile
khorben 205421bfce Update skypeweb-purple to version 1.3
List of changes:
* Skype4Business (S4B) and Bot support
* Receive contacts
* Updated status icons - Users that would previously show as 'Away' will now show as 'Idle'
* Fixed buddy authorisation requests and responses
* Auto reconnects when there's an error, so you shouldn't have to press the Re-Enable button
* Call display improvements
* Tooltips display for people with special characters (&, ', <, >) in their user info
* Can remove yourself from the buddy list (that annoying cid- user!)
* Fixes tiny-text being sent when copy-pasting into Pidgin
* File transfer and image transfer improvements
* Allows clearing out your "Mood" message, so you don't show as "I'm not here right now" when you're actually Online
* Better error messages when a message failed to send
2017-04-21 23:09:57 +00:00

20 lines
663 B
Makefile

# $NetBSD: Makefile,v 1.2 2017/04/21 23:09:57 khorben Exp $
DISTNAME= skype4pidgin-1.3
PKGNAME= skypeweb-purple-1.3
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=EionRobb/skype4pidgin/archive/${DISTNAME:C:skype4pidgin-::}/}
HOMEPAGE= https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb
COMMENT= Skype (HTTP) plugin for libpurple messengers
LICENSE= gnu-gpl-v3
USE_TOOLS+= gmake pkg-config
WRKSRC= ${WRKDIR}/${DISTNAME}/skypeweb
.include "../../devel/zlib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../chat/libpurple/buildlink3.mk"
.include "../../textproc/json-glib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"