This plugin adds a libnotify interface to pidgin, enabling popups much like
guifications. It has some configuration options, to show popups when a buddy signs on, on new messages and on new conversations only. WWW: http://gaim-libnotify.sourceforge.net/ PR: ports/114479 Submitted by: Meethune Bhowmick <meethune at gmail.com>
This commit is contained in:
parent
d8c97d05f2
commit
ec93b6aea2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195685
5 changed files with 70 additions and 0 deletions
|
@ -99,6 +99,7 @@
|
|||
SUBDIR += pidgin
|
||||
SUBDIR += pidgin-guifications
|
||||
SUBDIR += pidgin-hotkeys
|
||||
SUBDIR += pidgin-libnotify
|
||||
SUBDIR += pidgin-rhythmbox
|
||||
SUBDIR += pork
|
||||
SUBDIR += py-msnp
|
||||
|
|
44
net-im/pidgin-libnotify/Makefile
Normal file
44
net-im/pidgin-libnotify/Makefile
Normal file
|
@ -0,0 +1,44 @@
|
|||
# Ports collection Makefile for: pidgin-libnotify
|
||||
# Date created: 2007-07-10
|
||||
# Whom: Meethune Bhowmick <meethune@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libnotify
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S^%SUBDIR%^gaim-libnotify^}
|
||||
PKGNAMEPREFIX= pidgin-
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= meethune@gmail.com
|
||||
COMMENT= This plugin adds a libnotify interface to Pidgin
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \
|
||||
${LOCALBASE}/libdata/pkgconfig/libnotify.pc:${PORTSDIR}/devel/libnotify
|
||||
LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \
|
||||
purple.0:${PORTSDIR}/net-im/libpurple
|
||||
|
||||
USE_XLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= pkgconfig gtk20
|
||||
|
||||
.if defined(WITHOUT_NLS)
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.else
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-im/pidgin-libnotify/distinfo
Normal file
3
net-im/pidgin-libnotify/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (pidgin-libnotify-0.13.tar.gz) = cb71adcb3aa116b6480281e211e61fda
|
||||
SHA256 (pidgin-libnotify-0.13.tar.gz) = 2a2aa46f23fac202bb23c2a7bb297576e8e43a0dac7ca67cf5363eb489d24593
|
||||
SIZE (pidgin-libnotify-0.13.tar.gz) = 356042
|
8
net-im/pidgin-libnotify/pkg-descr
Normal file
8
net-im/pidgin-libnotify/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
This plugin adds a libnotify interface to pidgin, enabling popups much like
|
||||
guifications. It has some configuration options, to show popups when a buddy
|
||||
signs on, on new messages and on new conversations only.
|
||||
|
||||
WWW: http://gaim-libnotify.sourceforge.net/
|
||||
|
||||
- Meethune Bhowmick
|
||||
meethune@gmail.com
|
14
net-im/pidgin-libnotify/pkg-plist
Normal file
14
net-im/pidgin-libnotify/pkg-plist
Normal file
|
@ -0,0 +1,14 @@
|
|||
%%NLS%%share/locale/es/LC_MESSAGES/pidgin-libnotify.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/pidgin-libnotify.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/pidgin-libnotify.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/pidgin-libnotify.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/pidgin-libnotify.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/pidgin-libnotify.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/pidgin-libnotify.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/pidgin-libnotify.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pidgin-libnotify.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/pidgin-libnotify.mo
|
||||
%%NLS%%share/locale/sl/LC_MESSAGES/pidgin-libnotify.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pidgin-libnotify.mo
|
||||
lib/purple-2/pidgin-libnotify.so
|
||||
lib/purple-2/pidgin-libnotify.la
|
Loading…
Reference in a new issue