================================
mail-notification:source=2.0-1
cvc rdiff mail-notification -1 /[EMAIL PROTECTED]:desktop/2.0-1
================================
2.0-1 Gil Hamlin ([EMAIL PROTECTED]) Sun Oct 2 18:01:33 2005
Added mail-notification - a mail notification applet
mail-notification-2.0.tar.gz: new
mail-notification-2.0-buildfix.diff: new
--- src/mn-mailboxes.c.orig Tue Aug 9 22:01:57 2005
+++ src/mn-mailboxes.c Wed Aug 10 08:32:55 2005
@@ -28,6 +28,7 @@
#include "config.h"
#include <unistd.h>
#include <stdarg.h>
+#include <errno.h>
#include <glib/gi18n.h>
#include <libxml/parser.h>
#include <libxml/tree.h>
mail-notification.recipe: new
# Gil Hamlin
# [EMAIL PROTECTED]
# 2nd October 2005
loadSuperClass('gnomepackage.recipe')
class mailnotification(GnomePackageRecipe):
buildRequires = [ 'GConf:devel', 'ORBit2:devel', 'atk:devel',
'cairo:devel', 'cyrus-sasl:devel', 'eel:devel', 'fontconfig:devel',
'freetype:devel', 'gail:devel', 'glib:devel', 'gmime:devel',
'gnome-keyring:devel', 'gnome-vfs:devel', 'libart_lgpl:devel',
'libbonobo:devel', 'libbonoboui:devel', 'libglade:devel', 'libgnome:devel',
'libgnomecanvas:devel', 'libgnomeui:devel', 'libpng:devel', 'libxml2:devel',
'openssl:devel', 'pango:devel', 'popt:devel' ]
name = "mail-notification"
version = "2.0"
externalArchive =
'http://savannah.nongnu.org/download/mailnotify/%(name)s-%(version)s.tar.gz'
def unpack(r):
GnomePackageRecipe.unpack(r)
r.addPatch("mail-notification-2.0-buildfix.diff", level = 0)
r.addPatch("mail-notification-2.0-gmail-properties-fix.diff", level = 0)
mail-notification-2.0-gmail-properties-fix.diff: new
--- src/mn-gmail-mailbox-properties.c.orig Tue Aug 9 22:01:56 2005
+++ src/mn-gmail-mailbox-properties.c Wed Aug 10 14:29:05 2005
@@ -180,7 +180,7 @@
GTK_ENTRY(auth->password_entry),
NULL);
- g_signal_connect(auth->username_entry, "changed",
G_CALLBACK(mn_mailbox_properties_notify_default_name), self);
+ g_signal_connect_swapped(auth->username_entry, "changed",
G_CALLBACK(mn_mailbox_properties_notify_default_name), self);
#line 186 "mn-gmail-mailbox-properties.c"
}
Committed by: gil
_______________________________________________
Desktop-commits mailing list
[email protected]
http://lists.bizrace.com/mailman/listinfo/desktop-commits