diff options
author | recht <recht> | 2004-09-01 12:12:14 +0000 |
---|---|---|
committer | recht <recht> | 2004-09-01 12:12:14 +0000 |
commit | b8bf403fd165e17414a468b379af58a0135f296e (patch) | |
tree | 98b13275d2584cc4d199d8e024b7ef2e1904caf4 /mail | |
parent | 6fe430e883681fdee956c7f7208bf5e84a2e26f6 (diff) | |
download | pkgsrc-b8bf403fd165e17414a468b379af58a0135f296e.tar.gz |
update to sylpheed-0.9.12-gtk2-20040622
Change PKGVERSION to 0.9.12.0.1 for this, since we already have 0.9.12.
Changes:
* Do not detect as "Edited" just after creating a new mail on compose
window. (OGUCHI Takuya)
* Parse gtkrc-2.0 instead of gtkrc.
* Fixed auto completion bug in address entries on compose window.
(Michael Graham)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-gtk2/Makefile | 6 | ||||
-rw-r--r-- | mail/sylpheed-gtk2/distinfo | 7 | ||||
-rw-r--r-- | mail/sylpheed-gtk2/patches/patch-aa | 26 |
3 files changed, 6 insertions, 33 deletions
diff --git a/mail/sylpheed-gtk2/Makefile b/mail/sylpheed-gtk2/Makefile index 20599f01e21..9069faf15d0 100644 --- a/mail/sylpheed-gtk2/Makefile +++ b/mail/sylpheed-gtk2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2004/06/21 15:18:53 recht Exp $ +# $NetBSD: Makefile,v 1.17 2004/09/01 12:12:14 recht Exp $ # -DISTNAME= sylpheed-0.9.12-gtk2-20040617 -PKGNAME= sylpheed-gtk2-0.9.12 +DISTNAME= sylpheed-0.9.12-gtk2-20040622 +PKGNAME= sylpheed-gtk2-0.9.12.0.1 CATEGORIES= mail x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-gtk2/} diff --git a/mail/sylpheed-gtk2/distinfo b/mail/sylpheed-gtk2/distinfo index 336cf009556..ea02e8064b4 100644 --- a/mail/sylpheed-gtk2/distinfo +++ b/mail/sylpheed-gtk2/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.6 2004/06/21 15:18:53 recht Exp $ +$NetBSD: distinfo,v 1.7 2004/09/01 12:12:14 recht Exp $ -SHA1 (sylpheed-0.9.12-gtk2-20040617.tar.gz) = 55b3509235ed4d284fcf6b5899b9f059749e30c4 -Size (sylpheed-0.9.12-gtk2-20040617.tar.gz) = 3375376 bytes -SHA1 (patch-aa) = a02ce94641b1b75dd050973e282f43af7d4aa505 +SHA1 (sylpheed-0.9.12-gtk2-20040622.tar.gz) = ba20a927ebd8ee6442cbebc9433c599bf9cf814e +Size (sylpheed-0.9.12-gtk2-20040622.tar.gz) = 3375655 bytes diff --git a/mail/sylpheed-gtk2/patches/patch-aa b/mail/sylpheed-gtk2/patches/patch-aa deleted file mode 100644 index 2a70ca8cb63..00000000000 --- a/mail/sylpheed-gtk2/patches/patch-aa +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2004/06/01 17:07:09 recht Exp $ - ---- src/main.c.orig Sun Apr 18 17:22:45 2004 -+++ src/main.c Sun Apr 18 17:23:11 2004 -@@ -194,21 +194,6 @@ - - srandom((gint)time(NULL)); - -- /* parse gtkrc files */ -- userrc = g_strconcat(get_home_dir(), G_DIR_SEPARATOR_S, ".gtkrc", -- NULL); -- gtk_rc_parse(userrc); -- g_free(userrc); -- userrc = g_strconcat(get_home_dir(), G_DIR_SEPARATOR_S, ".gtk", -- G_DIR_SEPARATOR_S, "gtkrc", NULL); -- gtk_rc_parse(userrc); -- g_free(userrc); -- userrc = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, "gtkrc", NULL); -- gtk_rc_parse(userrc); -- g_free(userrc); -- -- gtk_rc_parse("./gtkrc"); -- - userrc = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, MENU_RC, NULL); - gtk_accel_map_load (userrc); - g_free(userrc); |