summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chat/gnomeicu/Makefile5
-rw-r--r--chat/gnomeicu/PLIST11
-rw-r--r--chat/gnomeicu/distinfo11
-rw-r--r--chat/gnomeicu/patches/patch-ab12
-rw-r--r--chat/gnomeicu/patches/patch-ac13
-rw-r--r--chat/gnomeicu/patches/patch-ad22
6 files changed, 37 insertions, 37 deletions
diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile
index d11cff38424..13f001e33de 100644
--- a/chat/gnomeicu/Makefile
+++ b/chat/gnomeicu/Makefile
@@ -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 --git a/chat/gnomeicu/PLIST b/chat/gnomeicu/PLIST
index aa06bd588b6..a80dddda4b9 100644
--- a/chat/gnomeicu/PLIST
+++ b/chat/gnomeicu/PLIST
@@ -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/lv/LC_MESSAGES/gnomeicu.mo
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/tr/LC_MESSAGES/gnomeicu.mo
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 --git a/chat/gnomeicu/distinfo b/chat/gnomeicu/distinfo
index 8c019b667ec..c204800b3ee 100644
--- a/chat/gnomeicu/distinfo
+++ b/chat/gnomeicu/distinfo
@@ -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 --git a/chat/gnomeicu/patches/patch-ab b/chat/gnomeicu/patches/patch-ab
deleted file mode 100644
index 1e968c6331b..00000000000
--- a/chat/gnomeicu/patches/patch-ab
+++ /dev/null
@@ -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 --git a/chat/gnomeicu/patches/patch-ac b/chat/gnomeicu/patches/patch-ac
deleted file mode 100644
index 427c22f4dae..00000000000
--- a/chat/gnomeicu/patches/patch-ac
+++ /dev/null
@@ -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 --git a/chat/gnomeicu/patches/patch-ad b/chat/gnomeicu/patches/patch-ad
new file mode 100644
index 00000000000..1c1335a2f70
--- /dev/null
+++ b/chat/gnomeicu/patches/patch-ad
@@ -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