Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,14 +1,15 @@
# $NetBSD: Makefile,v 1.31 2013/06/06 12:54:09 wiz Exp $
# $NetBSD: Makefile,v 1.36 2013/10/10 14:42:02 ryoon Exp $
#
DISTNAME= pidgin-libnotify-0.14
PKGREVISION= 29
PKGREVISION= 33
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim-libnotify/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gaim-libnotify.sourceforge.net/
COMMENT= Pidgin plugin that adds popup support
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_LIBTOOL= yes

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2009/01/16 14:28:37 jmcneill Exp $
$NetBSD: distinfo,v 1.2 2013/08/15 08:35:13 obache Exp $
SHA1 (pidgin-libnotify-0.14.tar.gz) = 005e9663c7a36f68b9572341654818720a1e571a
RMD160 (pidgin-libnotify-0.14.tar.gz) = 39d3f1a6339bb76c774273367b4a2e67c2a4b375
Size (pidgin-libnotify-0.14.tar.gz) = 316365 bytes
SHA1 (patch-src_pidgin-libnotify.c) = f786737a8d425d8a2fc275f28a48c8123a082565

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-src_pidgin-libnotify.c,v 1.1 2013/08/15 08:35:13 obache Exp $
* for libnotify-0.7 API change
--- src/pidgin-libnotify.c.orig 2008-12-14 17:45:51.000000000 +0000
+++ src/pidgin-libnotify.c
@@ -286,7 +286,7 @@ notify (const gchar *title,
g_free (tr_body);
return;
}
- notification = notify_notification_new (title, tr_body, NULL, NULL);
+ notification = notify_notification_new (title, tr_body, NULL);
purple_debug_info (PLUGIN_ID, "notify(), new: "
"title: '%s', body: '%s', buddy: '%s'\n",
title, tr_body, best_name (buddy));