diff options
author | augustss <augustss@pkgsrc.org> | 2000-06-18 16:06:05 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 2000-06-18 16:06:05 +0000 |
commit | f9945601ed5922d9305232c23e47c410613bd675 (patch) | |
tree | 6cb68268efd290405969109734aa4c74355b8588 /net | |
parent | 5ad095787ad2714cc9cb71d2eb91b5032b10e0a4 (diff) | |
download | pkgsrc-f9945601ed5922d9305232c23e47c410613bd675.tar.gz |
Update to a version that actually works.
Diffstat (limited to 'net')
-rw-r--r-- | net/gaim/Makefile | 4 | ||||
-rw-r--r-- | net/gaim/files/md5 | 4 | ||||
-rw-r--r-- | net/gaim/files/patch-sum | 4 | ||||
-rw-r--r-- | net/gaim/patches/patch-aa | 32 |
4 files changed, 25 insertions, 19 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index 6e786d0041b..8d58d77489f 100644 --- a/net/gaim/Makefile +++ b/net/gaim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2000/06/06 22:17:47 augustss Exp $ +# $NetBSD: Makefile,v 1.12 2000/06/18 16:06:05 augustss Exp $ # -DISTNAME= gaim-0.9.18 +DISTNAME= gaim-0.9.19 CATEGORIES= x11 MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ diff --git a/net/gaim/files/md5 b/net/gaim/files/md5 index 68525685353..6b162edc4df 100644 --- a/net/gaim/files/md5 +++ b/net/gaim/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2000/06/06 22:17:47 augustss Exp $ +$NetBSD: md5,v 1.4 2000/06/18 16:06:06 augustss Exp $ -MD5 (gaim-0.9.18.tar.gz) = 0645359f18d20c06aadabdf9254242a2 +MD5 (gaim-0.9.19.tar.gz) = 41ec5b1bd000ae1038ab312b587011f8 diff --git a/net/gaim/files/patch-sum b/net/gaim/files/patch-sum index 6d1e422604e..b0b64748b93 100644 --- a/net/gaim/files/patch-sum +++ b/net/gaim/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.1 2000/06/06 22:17:47 augustss Exp $ +$NetBSD: patch-sum,v 1.2 2000/06/18 16:06:06 augustss Exp $ -MD5 (patch-aa) = d03692b436ab8fabc88db64336c069db +MD5 (patch-aa) = d3154a99675299f7c62feec3d0c8904c diff --git a/net/gaim/patches/patch-aa b/net/gaim/patches/patch-aa index 80735480ff3..4323957c15f 100644 --- a/net/gaim/patches/patch-aa +++ b/net/gaim/patches/patch-aa @@ -1,13 +1,19 @@ -$NetBSD: patch-aa,v 1.1 2000/06/06 22:17:47 augustss Exp $ - ---- src/prefs.c.orig Wed May 31 19:24:34 2000 -+++ src/prefs.c Tue Jun 6 11:20:16 2000 -@@ -788,7 +788,7 @@ - gaim_button("Transparent text window (experimental)", &transparent, appbox ); - #endif - gaim_button("Show logon/logoffs in conversation windows", &display_options, OPT_DISP_SHOW_LOGON, appbox ); -- gaim_button("Use devil icons", &display_options, OPT_DISP_DEVIL_PIXMAPS, appbox ); -+ gaim_button("Use daemon icons", &display_options, OPT_DISP_DEVIL_PIXMAPS, appbox ); - - - +*** src/prefs.c.orig Sun Jun 18 18:00:02 2000 +--- src/prefs.c Sun Jun 18 18:00:13 2000 +*************** +*** 770,776 **** + gaim_button("Transparent text window (experimental)", &transparent, appbox ); + #endif + gaim_button(_("Show logon/logoffs in conversation windows"), &display_options, OPT_DISP_SHOW_LOGON, appbox ); +! gaim_button(_("Use devil icons"), &display_options, OPT_DISP_DEVIL_PIXMAPS, appbox ); + gaim_button(_("Show graphical smileys (experimental)"), &display_options, OPT_DISP_SHOW_SMILEY, appbox ); + + +--- 770,776 ---- + gaim_button("Transparent text window (experimental)", &transparent, appbox ); + #endif + gaim_button(_("Show logon/logoffs in conversation windows"), &display_options, OPT_DISP_SHOW_LOGON, appbox ); +! gaim_button(_("Use daemon icons"), &display_options, OPT_DISP_DEVIL_PIXMAPS, appbox ); + gaim_button(_("Show graphical smileys (experimental)"), &display_options, OPT_DISP_SHOW_SMILEY, appbox ); + + |