pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sylpheed-gtk2 update to sylpheed-0.9.12-gtk2-2004...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94238f5e9da6
branches:  trunk
changeset: 480191:94238f5e9da6
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed Sep 01 12:12:14 2004 +0000

description:
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:

 mail/sylpheed-gtk2/Makefile         |   6 +++---
 mail/sylpheed-gtk2/distinfo         |   7 +++----
 mail/sylpheed-gtk2/patches/patch-aa |  26 --------------------------
 3 files changed, 6 insertions(+), 33 deletions(-)

diffs (57 lines):

diff -r 143307005700 -r 94238f5e9da6 mail/sylpheed-gtk2/Makefile
--- a/mail/sylpheed-gtk2/Makefile       Wed Sep 01 11:11:11 2004 +0000
+++ b/mail/sylpheed-gtk2/Makefile       Wed Sep 01 12:12:14 2004 +0000
@@ -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 -r 143307005700 -r 94238f5e9da6 mail/sylpheed-gtk2/distinfo
--- a/mail/sylpheed-gtk2/distinfo       Wed Sep 01 11:11:11 2004 +0000
+++ b/mail/sylpheed-gtk2/distinfo       Wed Sep 01 12:12:14 2004 +0000
@@ -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 -r 143307005700 -r 94238f5e9da6 mail/sylpheed-gtk2/patches/patch-aa
--- a/mail/sylpheed-gtk2/patches/patch-aa       Wed Sep 01 11:11:11 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index