-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge from vendor branch FIX_VENDOR:
import pidgin-libnotify, a libnotify plugin for pidgin
- Loading branch information
Showing
5 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# $OpenBSD: Makefile,v 1.1.1.1 2008/08/21 02:30:22 jcs Exp $ | ||
|
||
SHARED_ONLY= Yes | ||
|
||
COMMENT= pidgin plugin to display messages through libnotify | ||
|
||
DISTNAME= pidgin-libnotify-0.13 | ||
CATEGORIES= x11 | ||
|
||
HOMEPAGE= http://gaim-libnotify.sourceforge.net/ | ||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim-libnotify/} | ||
|
||
# GPLv2+ | ||
PERMIT_PACKAGE_CDROM= Yes | ||
PERMIT_PACKAGE_FTP= Yes | ||
PERMIT_DISTFILES_CDROM= Yes | ||
PERMIT_DISTFILES_FTP= Yes | ||
|
||
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ | ||
Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1 dbus-glib-1 \ | ||
expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \ | ||
glib-2.0 glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 \ | ||
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png \ | ||
z | ||
|
||
MODULES= devel/gettext | ||
LIB_DEPENDS= purple::net/pidgin \ | ||
notify.>=2::devel/libnotify | ||
|
||
USE_X11= Yes | ||
USE_LIBTOOL= Yes | ||
LIBTOOL_FLAGS+= --tag=disable-static | ||
CONFIGURE_STYLE= gnu | ||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ | ||
LDFLAGS="-L${LOCALBASE}/lib" | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
MD5 (pidgin-libnotify-0.13.tar.gz) = y3GtyzqhFrZIAoHiEeYf2g== | ||
RMD160 (pidgin-libnotify-0.13.tar.gz) = dbj903ofm8mX3J7WwD4gOKahk2A= | ||
SHA1 (pidgin-libnotify-0.13.tar.gz) = 0/sDY770iqndXNM5YSVAiDb3rVk= | ||
SHA256 (pidgin-libnotify-0.13.tar.gz) = KiqkbyP6wgK7I8Knuyl1dujkOg2sfKZ89TY+tInSRZM= | ||
SIZE (pidgin-libnotify-0.13.tar.gz) = 356042 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
$OpenBSD: patch-src_pidgin-libnotify_c,v 1.1.1.1 2008/08/21 02:30:22 jcs Exp $ | ||
--- src/pidgin-libnotify.c.orig Wed Aug 20 21:05:07 2008 | ||
+++ src/pidgin-libnotify.c Wed Aug 20 21:05:30 2008 | ||
@@ -263,7 +263,7 @@ notify (const gchar *title, | ||
contact = purple_buddy_get_contact (buddy); | ||
|
||
if (body) | ||
- tr_body = truncate_escape_string (body, 60); | ||
+ tr_body = truncate_escape_string (body, 300); | ||
else | ||
tr_body = NULL; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
pidgin-libnotify 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. | ||
|
||
After installation, don't forget to enable the plugin in pidgin via | ||
the Tools->Plugins menu. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/08/21 02:30:22 jcs Exp $ | ||
lib/purple-2/pidgin-libnotify.la | ||
lib/purple-2/pidgin-libnotify.so | ||
share/locale/es/LC_MESSAGES/pidgin-libnotify.mo | ||
share/locale/fr/LC_MESSAGES/pidgin-libnotify.mo | ||
share/locale/gl/LC_MESSAGES/pidgin-libnotify.mo | ||
share/locale/hu/LC_MESSAGES/pidgin-libnotify.mo | ||
share/locale/it/LC_MESSAGES/pidgin-libnotify.mo | ||
share/locale/nl/LC_MESSAGES/pidgin-libnotify.mo | ||
share/locale/pl/LC_MESSAGES/pidgin-libnotify.mo | ||
share/locale/pt/LC_MESSAGES/pidgin-libnotify.mo | ||
share/locale/pt_BR/LC_MESSAGES/pidgin-libnotify.mo | ||
share/locale/ro/LC_MESSAGES/pidgin-libnotify.mo | ||
share/locale/sl/LC_MESSAGES/pidgin-libnotify.mo | ||
share/locale/zh_CN/LC_MESSAGES/pidgin-libnotify.mo |