1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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

PR:		227094
Submitted by:	Volodymyr Kostyrko <arcade@b1t.name>
This commit is contained in:
Eugene Grosbein 2018-05-24 19:45:55 +00:00
parent c27a7e99f9
commit 8d4438526f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470805
4 changed files with 41 additions and 0 deletions

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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