From b3b9bfa4efc5e697f4638771f08473d6f8e11b07 Mon Sep 17 00:00:00 2001 From: miwi Date: Tue, 8 Dec 2015 16:52:42 +0000 Subject: - Update to 1.0 PR: 204960 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4404 --- net-im/pidgin-skypeweb/Makefile | 28 ++++++++++++++++------------ net-im/pidgin-skypeweb/distinfo | 4 ++-- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/net-im/pidgin-skypeweb/Makefile b/net-im/pidgin-skypeweb/Makefile index 57b69af97b20..af1e778930b0 100644 --- a/net-im/pidgin-skypeweb/Makefile +++ b/net-im/pidgin-skypeweb/Makefile @@ -2,7 +2,9 @@ # $FreeBSD$ PORTNAME= pidgin-skypeweb -PORTVERSION= 08222015 +PORTVERSION= 1.0 +DISTVERSIONPREFIX= v +PORTEPOCH= 1 CATEGORIES= net-im MAINTAINER= sepulkarium45@yahoo.com @@ -18,25 +20,27 @@ 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 +USES= cmake dos2unix pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes +LDFLAGS+= -L${LOCALBASE}/lib + +DOS2UNIX_FILES= gpl3.txt \ + libskypeweb.c \ + skypeweb_connection.c \ + skypeweb_contacts.c \ + skypeweb_login.c \ + skypeweb_messages.c \ + skypeweb_util.c \ + skypeweb_util.h \ + theme 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 +post-install: ${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 diff --git a/net-im/pidgin-skypeweb/distinfo b/net-im/pidgin-skypeweb/distinfo index 1ea89b4f7a5b..e9652ae041a2 100644 --- a/net-im/pidgin-skypeweb/distinfo +++ b/net-im/pidgin-skypeweb/distinfo @@ -1,2 +1,2 @@ -SHA256 (EionRobb-skype4pidgin-08222015-08cbc21_GH0.tar.gz) = c76481b4153404d1c8bb0ec5872ed0e51d2fc5456c5f114ebfa4c5ec62e2bd91 -SIZE (EionRobb-skype4pidgin-08222015-08cbc21_GH0.tar.gz) = 314925 +SHA256 (EionRobb-skype4pidgin-v1.0_GH0.tar.gz) = bb392d152f99d53a46841304672698560b50ae256a35c79920f3a2be9b5d876f +SIZE (EionRobb-skype4pidgin-v1.0_GH0.tar.gz) = 315862 -- cgit