gnomeicu stable port information

Package: gnomeicu
Version: 0.99.12
Revision: 6
GCC: 4.0
Maintainer: None
Depends: <<
aspell-shlibs,
gconf2-shlibs (>= 2.20.0-1),
gdbm3-shlibs,
gnome-panel-shlibs (>= 2.20.0-1),
gnome-vfs2-unified-shlibs (>= 1:2.20.0-1),
gtkspell2-shlibs (>= 2.0.11-1004),
libbonobo2-shlibs (>= 2.20.0-1),
libbonoboui2-shlibs (>= 2.20.0-1),
libgettext3-shlibs,
libglade2-shlibs (>= 2.6.2-1),
libgnome2-shlibs (>= 2.20.0-1),
libgnomecanvas2-shlibs (>= 2.20.0-1),
libgnomeui2-shlibs (>= 2.20.0-1),
libxml2-shlibs (>= 2.6.30-1)
<<
BuildDepends: <<
aspell-dev (>= 0.60.5-1),
atk1 (>= 1.20.0-1),
audiofile,
avahi-dev,
cairo (>= 1.6-1),
dbus-dev (>= 1.0-1),
esound (>= 0.2.38-1),
expat1,
fontconfig2-dev (>= 2.4.1-1),
freetype219 (>= 2.3.5-1),
gail18-dev,
gconf2-dev (>= 2.20.0-1),
gdbm3,
glib2-dev (>= 2.14.0-1),
glitz,
gnet2,
gnome-keyring-dev (>= 0.8.1-1),
gnome-panel-dev (>= 2.20.0-1),
gnome-vfs2-unified-dev (>= 1:2.20.0-1),
gtk+2-dev (>= 2.12.0-1),
gtkspell2-dev (>= 2.0.11-1004),
intltool (>= 0.36.0-1),
libart2 (>= 2.3.16-1),
libavahi-glib1-dev,
libbonobo2 (>= 2.20.0-1),
libbonobo2-dev (>= 2.20.0-1),
libbonoboui2-dev (>= 2.20.0-1),
libgettext3-dev,
libglade2 (>= 2.6.2-1),
libgnome2 (>= 2.20.0-1),
libgnome2-dev (>= 2.20.0-1),
libgnomecanvas2-dev (>= 2.20.0-1),
libgnomeui2-dev (>= 2.20.0-1),
libiconv-dev,
libjpeg,
libpng3,
libxml2 (>= 2.6.30-1),
orbit2-dev (>= 2.14.9-1),
pango1-xft2-ft219-dev (>= 1.18.4-4),
pixman (>= 0.10.0-1),
pkgconfig (>= 0.21-1),
popt,
rarian-compat,
x11-dev,
xft2-dev
<<
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 3b6f40d4b90085eef4563a551a0c934b
PatchScript: touch src/malloc.h
ConfigureParams: --enable-applet --enable-gtkspell --disable-scrollkeeper --disable-schemas-install --disable-dependency-tracking PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH" FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
Installscript: make -j1 install DESTDIR="%d"
SetLIBS: -lintl
PostInstScript: <<
if [ configure = "$1" ]; then
scrollkeeper-update
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %p/etc/gconf/schemas/gnomeicu.schemas >/dev/null
fi
<<
PostRmScript: <<
if [ upgrade != "$1" ]; then
scrollkeeper-update
fi
<<
DescPackaging: <<
Fix #include ordering for 10.3 /usr/include bug.
See: http://bugzilla.gnome.org/show_bug.cgi?id=444951

Put local -I before global ones.
See: http://bugzilla.gnome.org/show_bug.cgi?id=444952

Propagate -lintl for _libintl_* symbols.
See: http://bugzilla.gnome.org/show_bug.cgi?id=444955
<<
Description: Popular ICQ program
DocFiles: COPYING README*
Homepage: http://gnomeicu.sourceforge.net
License: GPL

gnomeicu stable port .patch

diff -Nurd -x'*~' gnomeicu-0.99.12.orig/src/Makefile.in gnomeicu-0.99.12/src/Makefile.in
--- gnomeicu-0.99.12.orig/src/Makefile.in 2006-10-09 03:35:01.000000000 -0400
+++ gnomeicu-0.99.12/src/Makefile.in 2007-06-06 12:41:58.000000000 -0400
@@ -215,9 +215,9 @@
gladedir = $(datadir)/gnomeicu/glade/

INCLUDES = \
+ -I$(top_srcdir)/src \
$(GNOMEICU_CFLAGS) \
$(SOCKS_INCDIR) \
- -I$(top_srcdir)/src \
-DGNOMELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\" \
-DGNOMEICU_DATADIR=\""$(datadir)"\" \
-DGNOMEICU_GLADEDIR=\""$(gladedir)"\"
@@ -376,7 +376,7 @@
gnomeicu_DEPENDENCIES =
am_gnomeicu_client_OBJECTS = gnomeicu-client.$(OBJEXT)
gnomeicu_client_OBJECTS = $(am_gnomeicu_client_OBJECTS)
-gnomeicu_client_LDADD = $(LDADD)
+gnomeicu_client_LDADD = $(INTLLIBS)
gnomeicu_client_DEPENDENCIES =
gnomeicu_client_LDFLAGS =

diff -Nurd -x'*~' gnomeicu-0.99.12.orig/src/userserver.c gnomeicu-0.99.12/src/userserver.c
--- gnomeicu-0.99.12.orig/src/userserver.c 2004-05-31 11:32:54.000000000 -0400
+++ gnomeicu-0.99.12/src/userserver.c 2007-06-06 12:15:04.000000000 -0400
@@ -6,12 +6,12 @@
***************************/

#include
+#include
#include
#include
#include
#include
#include
-#include
#include
#include
#include

gnomeicu _unstable_ port information

Package: gnomeicu
Version: 0.99.12
Revision: 6
GCC: 4.0
Maintainer: None
Depends: <<
aspell-shlibs,
gconf2-shlibs (>= 2.20.0-1),
gdbm3-shlibs,
gnome-panel-shlibs (>= 2.20.0-1),
gnome-vfs2-unified-shlibs (>= 1:2.20.0-1),
gtkspell2-shlibs (>= 2.0.11-1004),
libbonobo2-shlibs (>= 2.20.0-1),
libbonoboui2-shlibs (>= 2.20.0-1),
libgettext3-shlibs,
libglade2-shlibs (>= 2.6.2-1),
libgnome2-shlibs (>= 2.20.0-1),
libgnomecanvas2-shlibs (>= 2.20.0-1),
libgnomeui2-shlibs (>= 2.20.0-1),
libxml2-shlibs (>= 2.6.30-1)
<<
BuildDepends: <<
aspell-dev (>= 0.60.5-1),
atk1 (>= 1.20.0-1),
audiofile,
avahi-dev,
cairo (>= 1.6-1),
dbus-dev (>= 1.0-1),
esound (>= 0.2.38-1),
expat1,
fontconfig2-dev (>= 2.4.1-1),
freetype219 (>= 2.3.5-1),
gail18-dev,
gconf2-dev (>= 2.20.0-1),
gdbm3,
glib2-dev (>= 2.14.0-1),
glitz,
gnet2,
gnome-keyring-dev (>= 0.8.1-1),
gnome-panel-dev (>= 2.20.0-1),
gnome-vfs2-unified-dev (>= 1:2.20.0-1),
gtk+2-dev (>= 2.12.0-1),
gtkspell2-dev (>= 2.0.11-1004),
intltool (>= 0.36.0-1),
libart2 (>= 2.3.16-1),
libavahi-glib1-dev,
libbonobo2 (>= 2.20.0-1),
libbonobo2-dev (>= 2.20.0-1),
libbonoboui2-dev (>= 2.20.0-1),
libgettext3-dev,
libglade2 (>= 2.6.2-1),
libgnome2 (>= 2.20.0-1),
libgnome2-dev (>= 2.20.0-1),
libgnomecanvas2-dev (>= 2.20.0-1),
libgnomeui2-dev (>= 2.20.0-1),
libiconv-dev,
libjpeg,
libpng3,
libxml2 (>= 2.6.30-1),
orbit2-dev (>= 2.14.9-1),
pango1-xft2-ft219-dev (>= 1.18.4-4),
pixman (>= 0.10.0-1),
pkgconfig (>= 0.21-1),
popt,
rarian-compat,
x11-dev,
xft2-dev
<<
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 3b6f40d4b90085eef4563a551a0c934b
PatchScript: touch src/malloc.h
ConfigureParams: --enable-applet --enable-gtkspell --disable-scrollkeeper --disable-schemas-install --disable-dependency-tracking PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH" FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
Installscript: make -j1 install DESTDIR="%d"
SetLIBS: -lintl
PostInstScript: <<
if [ configure = "$1" ]; then
scrollkeeper-update
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %p/etc/gconf/schemas/gnomeicu.schemas >/dev/null
fi
<<
PostRmScript: <<
if [ upgrade != "$1" ]; then
scrollkeeper-update
fi
<<
DescPackaging: <<
Fix #include ordering for 10.3 /usr/include bug.
See: http://bugzilla.gnome.org/show_bug.cgi?id=444951

Put local -I before global ones.
See: http://bugzilla.gnome.org/show_bug.cgi?id=444952

Propagate -lintl for _libintl_* symbols.
See: http://bugzilla.gnome.org/show_bug.cgi?id=444955
<<
Description: Popular ICQ program
DocFiles: COPYING README*
Homepage: http://gnomeicu.sourceforge.net
License: GPL

gnomeicu _unstable_ port .patch

diff -Nurd -x'*~' gnomeicu-0.99.12.orig/src/Makefile.in gnomeicu-0.99.12/src/Makefile.in
--- gnomeicu-0.99.12.orig/src/Makefile.in 2006-10-09 03:35:01.000000000 -0400
+++ gnomeicu-0.99.12/src/Makefile.in 2007-06-06 12:41:58.000000000 -0400
@@ -215,9 +215,9 @@
gladedir = $(datadir)/gnomeicu/glade/

INCLUDES = \
+ -I$(top_srcdir)/src \
$(GNOMEICU_CFLAGS) \
$(SOCKS_INCDIR) \
- -I$(top_srcdir)/src \
-DGNOMELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\" \
-DGNOMEICU_DATADIR=\""$(datadir)"\" \
-DGNOMEICU_GLADEDIR=\""$(gladedir)"\"
@@ -376,7 +376,7 @@
gnomeicu_DEPENDENCIES =
am_gnomeicu_client_OBJECTS = gnomeicu-client.$(OBJEXT)
gnomeicu_client_OBJECTS = $(am_gnomeicu_client_OBJECTS)
-gnomeicu_client_LDADD = $(LDADD)
+gnomeicu_client_LDADD = $(INTLLIBS)
gnomeicu_client_DEPENDENCIES =
gnomeicu_client_LDFLAGS =

diff -Nurd -x'*~' gnomeicu-0.99.12.orig/src/userserver.c gnomeicu-0.99.12/src/userserver.c
--- gnomeicu-0.99.12.orig/src/userserver.c 2004-05-31 11:32:54.000000000 -0400
+++ gnomeicu-0.99.12/src/userserver.c 2007-06-06 12:15:04.000000000 -0400
@@ -6,12 +6,12 @@
***************************/

#include
+#include
#include
#include
#include
#include
#include
-#include
#include
#include
#include