diff --git a/net-im/Makefile b/net-im/Makefile index 34b1b30bca51..35958f926339 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -133,6 +133,7 @@ SUBDIR += pidgin-skype SUBDIR += pidgin-skypeweb SUBDIR += pidgin-twitter + SUBDIR += pidgin-window_merge SUBDIR += plasma-applet-ktp-kde4 SUBDIR += poezio SUBDIR += profanity diff --git a/net-im/pidgin-window_merge/Makefile b/net-im/pidgin-window_merge/Makefile new file mode 100644 index 000000000000..40c82d8438b7 --- /dev/null +++ b/net-im/pidgin-window_merge/Makefile @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= window_merge +PORTVERSION= 0.3 +CATEGORIES= net-im +PKGNAMEPREFIX= pidgin- + +MAINTAINER= arcade@b1t.name +COMMENT= One window interface for pidgin + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libpurple.so:net-im/libpurple +BUILD_DEPENDS= pidgin:net-im/pidgin +RUN_DEPENDS= pidgin:net-im/pidgin + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static + +USES= autoreconf gmake libtool pkgconfig localbase:ldflags +USE_GNOME= intltool + +INSTALL_TARGET= install-strip +PLIST_FILES= lib/pidgin/window_merge.so + +USE_GITHUB= yes +GH_ACCOUNT= dm0- +GH_TAGNAME= b4811ae1807a6c124fb06a717951bb2541be19f7 + +.include diff --git a/net-im/pidgin-window_merge/distinfo b/net-im/pidgin-window_merge/distinfo new file mode 100644 index 000000000000..3b0326e90446 --- /dev/null +++ b/net-im/pidgin-window_merge/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1527191072 +SHA256 (dm0--window_merge-0.3-b4811ae1807a6c124fb06a717951bb2541be19f7_GH0.tar.gz) = 43842bbeafca11b46facc215037e186c0d5cb860f5db5193a3d62b3a6ca1e75f +SIZE (dm0--window_merge-0.3-b4811ae1807a6c124fb06a717951bb2541be19f7_GH0.tar.gz) = 33314 diff --git a/net-im/pidgin-window_merge/pkg-descr b/net-im/pidgin-window_merge/pkg-descr new file mode 100644 index 000000000000..208f0d96de09 --- /dev/null +++ b/net-im/pidgin-window_merge/pkg-descr @@ -0,0 +1,6 @@ +Window Merge is a Pidgin plugin that merges a conversation window with the +Buddy List window. It can be used to achieve a rudimentary "single window mode" +for Pidgin. Both Window Merge and Pidgin itself should be kept updated for +the most stable experience. + +WWW: https://github.com/dm0-/window_merge