pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/gnomeicu Update to 0.99.12:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/826eece84ac5
branches:  trunk
changeset: 527872:826eece84ac5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 15 11:05:03 2007 +0000

description:
Update to 0.99.12:

GnomeICU 0.99.12 Released

Some people had problems connecting recently, this release should
fix it. The login code was the oldest code from the v7 port and
was in a dire need of re-writing. GnomeICU has also been ported to
use GtkStatusIcon and GOption. The required version of GTK+ is now
2.6. But you will need 2.10 if you want to have the status icon.
You can still use the applet for older versions. The history parsing
should now work properly with long messages. There are also a bunch
of other assorted protocol and UTF-8 bugs fixed.

The Fedora Core 5 RPM includes the applet, you need to start it
independantly of GnomeICU by adding it to the panel like any other
applet.

GnomeICU 0.99.10 Released       February 15, 2006

Another change in the protocol was recently made and I did not
notice it in time for the last version. Messages from recent versions
of the Windows ICQ client were not received properly, this new
version should fix it.

GnomeICU 0.99.9 Released        February 12, 2006

No GnomeICU is not dead, We have a new release. A recent change in
the ICQ protocol has caused GnomeICU to disconnect all the time,
so here is GnomeICU 0.99.9. Its mostly a bug fix release.

    * Added a --hide command line option
    * Save the position into the session
    * The tray icon now responds to single click to be consistent
      with other gnome apps
    * Added "onlince since", "last seen online" and "idle for" to
      user info dialog
    * Added user info button to the authorization request dialog
    * Fix the gnomeicu icon to show up correctly in the session splash screen
    * Do not play user is online during the first 30 seconds of a session
    * Now send with enter by default (ctrl-enter is still an option)
    * It now compiles on NetBSD 2.x (thanks to Julio M. Merino Vidal )
    * New translations: Punjabi (pa), Norwegian Bokmål (nb),
      Kinyarwanda (rw), Nepali (ne)
    * Fix various bugs, crashes

diffstat:

 chat/gnomeicu/Makefile         |   5 ++---
 chat/gnomeicu/PLIST            |  11 ++++++++---
 chat/gnomeicu/distinfo         |  11 +++++------
 chat/gnomeicu/patches/patch-ab |  12 ------------
 chat/gnomeicu/patches/patch-ac |  13 -------------
 chat/gnomeicu/patches/patch-ad |  22 ++++++++++++++++++++++
 6 files changed, 37 insertions(+), 37 deletions(-)

diffs (133 lines):

diff -r 7b81f03a51fd -r 826eece84ac5 chat/gnomeicu/Makefile
--- a/chat/gnomeicu/Makefile    Sun Apr 15 10:43:07 2007 +0000
+++ b/chat/gnomeicu/Makefile    Sun Apr 15 11:05:03 2007 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2007/03/21 12:05:41 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2007/04/15 11:05:03 wiz Exp $
 
-DISTNAME=      gnomeicu-0.99.5
-PKGREVISION=   9
+DISTNAME=      gnomeicu-0.99.12
 CATEGORIES=    chat gnome
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnomeicu/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 7b81f03a51fd -r 826eece84ac5 chat/gnomeicu/PLIST
--- a/chat/gnomeicu/PLIST       Sun Apr 15 10:43:07 2007 +0000
+++ b/chat/gnomeicu/PLIST       Sun Apr 15 11:05:03 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2006/04/17 07:07:13 jlam Exp $
+@comment $NetBSD: PLIST,v 1.11 2007/04/15 11:05:03 wiz Exp $
 bin/gnomeicu
 bin/gnomeicu-client
 share/applications/GnomeICU.desktop
@@ -250,16 +250,20 @@
 share/locale/mk/LC_MESSAGES/gnomeicu.mo
 share/locale/ml/LC_MESSAGES/gnomeicu.mo
 share/locale/ms/LC_MESSAGES/gnomeicu.mo
+share/locale/nb/LC_MESSAGES/gnomeicu.mo
+share/locale/ne/LC_MESSAGES/gnomeicu.mo
 share/locale/nl/LC_MESSAGES/gnomeicu.mo
 share/locale/nn/LC_MESSAGES/gnomeicu.mo
-share/locale/no/LC_MESSAGES/gnomeicu.mo
+share/locale/pa/LC_MESSAGES/gnomeicu.mo
 share/locale/pl/LC_MESSAGES/gnomeicu.mo
 share/locale/pt/LC_MESSAGES/gnomeicu.mo
 share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo
 share/locale/ro/LC_MESSAGES/gnomeicu.mo
 share/locale/ru/LC_MESSAGES/gnomeicu.mo
+share/locale/rw/LC_MESSAGES/gnomeicu.mo
 share/locale/sk/LC_MESSAGES/gnomeicu.mo
 share/locale/sl/LC_MESSAGES/gnomeicu.mo
+share/locale/sq/LC_MESSAGES/gnomeicu.mo
 share/locale/sr/LC_MESSAGES/gnomeicu.mo
 share/locale/sr@Latn/LC_MESSAGES/gnomeicu.mo
 share/locale/sv/LC_MESSAGES/gnomeicu.mo
@@ -268,10 +272,11 @@
 share/locale/uk/LC_MESSAGES/gnomeicu.mo
 share/locale/vi/LC_MESSAGES/gnomeicu.mo
 share/locale/zh_CN/LC_MESSAGES/gnomeicu.mo
+share/locale/zh_HK/LC_MESSAGES/gnomeicu.mo
 share/locale/zh_TW/LC_MESSAGES/gnomeicu.mo
 share/omf/gnomeicu/gnomeicu-C.omf
 share/omf/gnomeicu/gnomeicu-uk.omf
-share/pixmaps/gnome-gnomeicu.png
+share/pixmaps/gnomeicu.png
 share/sounds/gnomeicu/Auth.wav
 share/sounds/gnomeicu/File.wav
 share/sounds/gnomeicu/Online.wav
diff -r 7b81f03a51fd -r 826eece84ac5 chat/gnomeicu/distinfo
--- a/chat/gnomeicu/distinfo    Sun Apr 15 10:43:07 2007 +0000
+++ b/chat/gnomeicu/distinfo    Sun Apr 15 11:05:03 2007 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 15:59:11 agc Exp $
+$NetBSD: distinfo,v 1.5 2007/04/15 11:05:03 wiz Exp $
 
-SHA1 (gnomeicu-0.99.5.tar.bz2) = 5cbba61cd23943359bc2c9215b7fad1b166db3d8
-RMD160 (gnomeicu-0.99.5.tar.bz2) = 359b31694679e2574d0f73143b0f1ce8b96a905d
-Size (gnomeicu-0.99.5.tar.bz2) = 2102452 bytes
+SHA1 (gnomeicu-0.99.12.tar.bz2) = 6a7dcb4c6fe606b1dc0b8c9fed762b5cc92d222c
+RMD160 (gnomeicu-0.99.12.tar.bz2) = eb81a40cfb6c20a61bd9e875c0eab088c7efde60
+Size (gnomeicu-0.99.12.tar.bz2) = 1670074 bytes
 SHA1 (patch-aa) = 707e17b3b1564b28ed02635a8b60a54f14578ef5
-SHA1 (patch-ab) = cb932608f98de39292cf763713c07bc14bb51fc5
-SHA1 (patch-ac) = 64bc13d58ac1be02f0e286f65b92cb67dfe6e8f8
+SHA1 (patch-ad) = 7352448dbdab510e3c6a6f3a6a6ec4973e7f8ae5
diff -r 7b81f03a51fd -r 826eece84ac5 chat/gnomeicu/patches/patch-ab
--- a/chat/gnomeicu/patches/patch-ab    Sun Apr 15 10:43:07 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/11/09 22:28:18 jmmv Exp $
-
---- src/gnomeicu-client.c.orig 2004-01-27 23:12:53.000000000 +0100
-+++ src/gnomeicu-client.c
-@@ -8,6 +8,7 @@ This thing interface with userserver.c
- ***************************/
- 
- #include <config.h>
-+#include <locale.h>
- #include <stdio.h>
- #include <pwd.h>
- #include <unistd.h>
diff -r 7b81f03a51fd -r 826eece84ac5 chat/gnomeicu/patches/patch-ac
--- a/chat/gnomeicu/patches/patch-ac    Sun Apr 15 10:43:07 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2004/11/09 22:28:18 jmmv Exp $
-
---- Makefile.in.orig   2004-03-28 22:22:51.000000000 +0200
-+++ Makefile.in
-@@ -149,7 +149,7 @@ desktop_in_files = GnomeICU.desktop.in
- desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
- 
- schema_in_files = gnomeicu.schemas.in
--schemadir = $(sysconfdir)/gconf/schemas
-+schemadir = $(GCONF_SCHEMA_FILE_DIR)
- schema_DATA = $(schema_in_files:.schemas.in=.schemas)
- 
- EXTRA_DIST = \
diff -r 7b81f03a51fd -r 826eece84ac5 chat/gnomeicu/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gnomeicu/patches/patch-ad    Sun Apr 15 11:05:03 2007 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ad,v 1.1 2007/04/15 11:05:03 wiz Exp $
+
+--- configure.orig     2006-10-26 14:38:10.000000000 +0000
++++ configure
+@@ -20484,7 +20484,7 @@ if test "${enable_gtkspell+set}" = set; 
+ fi
+ 
+ 
+-if test "$with_gtkspell" == "yes"; then
++if test "$with_gtkspell" = "yes"; then
+ 
+ 
+ if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
+@@ -20676,7 +20676,7 @@ echo "${ECHO_T}yes" >&6; }
+ fi
+ fi
+ 
+-if test "$with_gtkspell" == "yes"; then
++if test "$with_gtkspell" = "yes"; then
+    GTKSPELL_SPEC="gtkspell-2.0 >= $GTKSPELL_REQUIRED"
+ 
+ cat >>confdefs.h <<\_ACEOF



Home | Main Index | Thread Index | Old Index