summaryrefslogtreecommitdiff
path: root/net-im/pidgin-skypeweb
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-18 13:52:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-18 13:52:18 +0000
commit368261eea5aaa189d17acfc40a6a88691defd8ad (patch)
tree402b54da0b3d84d81a5b634ccd18a4be163bd51a /net-im/pidgin-skypeweb
parentSet correct PORTSCOUT variable. (diff)
This is a Libpurple plugin that adds support for a
"Skype for Web(http)" protocol. WWW: https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb PR: 202347 Submitted by: sepulkarium45@yahoo.com
Notes
Notes: svn path=/head/; revision=397235
Diffstat (limited to 'net-im/pidgin-skypeweb')
-rw-r--r--net-im/pidgin-skypeweb/Makefile42
-rw-r--r--net-im/pidgin-skypeweb/distinfo2
-rw-r--r--net-im/pidgin-skypeweb/pkg-descr4
-rw-r--r--net-im/pidgin-skypeweb/pkg-plist8
4 files changed, 56 insertions, 0 deletions
diff --git a/net-im/pidgin-skypeweb/Makefile b/net-im/pidgin-skypeweb/Makefile
new file mode 100644
index 000000000000..57b69af97b20
--- /dev/null
+++ b/net-im/pidgin-skypeweb/Makefile
@@ -0,0 +1,42 @@
+# Created by: Andrey Akhmichin <sepulkarium45@yahoo.com>
+# $FreeBSD$
+
+PORTNAME= pidgin-skypeweb
+PORTVERSION= 08222015
+CATEGORIES= net-im
+
+MAINTAINER= sepulkarium45@yahoo.com
+COMMENT= Plugin to use Skype chat from Pidgin(without Skype running)
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/gpl3.txt
+
+BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
+RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
+LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
+
+USE_GITHUB= yes
+GH_ACCOUNT= EionRobb
+GH_PROJECT= skype4pidgin
+GH_TAGNAME= 08cbc21
+
+USES= gmake pkgconfig
+USE_GNOME= glib20
+USE_LDCONFIG= yes
+
+CONFLICTS_INSTALL= pidgin-skype-*
+WRKSRC_SUBDIR= skypeweb
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/purple-2
+ ${INSTALL_PROGRAM} ${WRKSRC}/libskypeweb.so ${STAGEDIR}${PREFIX}/lib/purple-2
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps/pidgin/emotes/skype
+ ${INSTALL_DATA} ${WRKSRC}/theme ${STAGEDIR}${PREFIX}/share/pixmaps/pidgin/emotes/skype
+.for i in 16 22 48
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps/pidgin/protocols/${i}
+ ${INSTALL_DATA} ${WRKSRC}/icons/${i}/skypeout.png \
+ ${WRKSRC}/icons/${i}/skype.png \
+ ${STAGEDIR}${PREFIX}/share/pixmaps/pidgin/protocols/${i}/
+.endfor
+
+.include <bsd.port.mk>
diff --git a/net-im/pidgin-skypeweb/distinfo b/net-im/pidgin-skypeweb/distinfo
new file mode 100644
index 000000000000..1ea89b4f7a5b
--- /dev/null
+++ b/net-im/pidgin-skypeweb/distinfo
@@ -0,0 +1,2 @@
+SHA256 (EionRobb-skype4pidgin-08222015-08cbc21_GH0.tar.gz) = c76481b4153404d1c8bb0ec5872ed0e51d2fc5456c5f114ebfa4c5ec62e2bd91
+SIZE (EionRobb-skype4pidgin-08222015-08cbc21_GH0.tar.gz) = 314925
diff --git a/net-im/pidgin-skypeweb/pkg-descr b/net-im/pidgin-skypeweb/pkg-descr
new file mode 100644
index 000000000000..5a4e31c33355
--- /dev/null
+++ b/net-im/pidgin-skypeweb/pkg-descr
@@ -0,0 +1,4 @@
+This is a Libpurple plugin that adds support for a
+"Skype for Web(http)" protocol.
+
+WWW: https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb
diff --git a/net-im/pidgin-skypeweb/pkg-plist b/net-im/pidgin-skypeweb/pkg-plist
new file mode 100644
index 000000000000..8983ddaa4a1f
--- /dev/null
+++ b/net-im/pidgin-skypeweb/pkg-plist
@@ -0,0 +1,8 @@
+lib/purple-2/libskypeweb.so
+share/pixmaps/pidgin/emotes/skype/theme
+share/pixmaps/pidgin/protocols/16/skype.png
+share/pixmaps/pidgin/protocols/16/skypeout.png
+share/pixmaps/pidgin/protocols/22/skype.png
+share/pixmaps/pidgin/protocols/22/skypeout.png
+share/pixmaps/pidgin/protocols/48/skype.png
+share/pixmaps/pidgin/protocols/48/skypeout.png