diff options
Diffstat (limited to 'net-im/gnomeicu')
| -rw-r--r-- | net-im/gnomeicu/Makefile | 54 | ||||
| -rw-r--r-- | net-im/gnomeicu/distinfo | 1 | ||||
| -rw-r--r-- | net-im/gnomeicu/files/patch-configure | 13 | ||||
| -rw-r--r-- | net-im/gnomeicu/files/patch-src::gnomeicu-client.c | 13 | ||||
| -rw-r--r-- | net-im/gnomeicu/files/patch-src::icu_db.c | 17 | ||||
| -rw-r--r-- | net-im/gnomeicu/files/patch-src_userserver.c | 17 | ||||
| -rw-r--r-- | net-im/gnomeicu/pkg-descr | 8 | ||||
| -rw-r--r-- | net-im/gnomeicu/pkg-plist | 313 |
8 files changed, 0 insertions, 436 deletions
diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile deleted file mode 100644 index 3135c24b68b5..000000000000 --- a/net-im/gnomeicu/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Ports collection Makefile for: GnomeICU -# Date created: 03/16/1999 -# Whom: nectar@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= gnomeicu2 -PORTVERSION= 0.99 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gnomeicu -DISTNAME= gnomeicu-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME2 ICQ client - -LIB_DEPENDS+= gnet-glib2.7:${PORTSDIR}/net/gnet-glib2 \ - gdbm.3:${PORTSDIR}/databases/gdbm - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack libglade2 gnomepanel libxml2 -USE_GMAKE= yes -USE_LIBTOOL= yes -USE_REINPLACE= yes -.if defined(WITH_DANTE) -LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante -SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \ - -Dgetpeername=Rgetpeername -Daccept=Raccept \ - -Drresvport=Rrresvport -Dbindresvport=Rbindresvport \ - -Dgethostbyname=Rgethostbyname \ - -Dgethostbyname2=Rgethostbyname2 -Dsendto=Rsendto \ - -Drecvfrom=Rrecvfrom -Drecvfrom=Rrecvfrom -Dwrite=Rwrite \ - -Dwritev=Rwritev -Dsend=Rsend -Dsendmsg=Rsendmsg \ - -Dread=Rread -Dreadv=Rreadv -Drecv=Rrecv -Drecvmsg=Rrecvmsg -SOCKSLIBS= -lsocks -.elif defined(WITH_SOCKS5) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -SOCKSFLAGS= -DSOCKS -include ${LOCALBASE}/include/socks.h -SOCKSLIBS= -lsocks5 -.endif - -CONFIGURE_ARGS= --with-statusmenu -CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv ${SOCKSLIBS} -lintl" \ - CFLAGS="${CFLAGS}" - -post-patch: - @${REINPLACE_CMD} -e 's|gnet|gnet-glib2|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|GNOME_PARAM_GNOME_DATADIR|GNOME_PARAM_APP_DATADIR|g' \ - ${WRKSRC}/src/gnomeicu.c - -.include <bsd.port.mk> diff --git a/net-im/gnomeicu/distinfo b/net-im/gnomeicu/distinfo deleted file mode 100644 index b9d643189d9f..000000000000 --- a/net-im/gnomeicu/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnomeicu-0.99.tar.bz2) = d5e49557a3ed3545b98c3749257e58ef diff --git a/net-im/gnomeicu/files/patch-configure b/net-im/gnomeicu/files/patch-configure deleted file mode 100644 index c6ee752e9833..000000000000 --- a/net-im/gnomeicu/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure 2002/09/11 08:57:13 1.1 -+++ configure 2002/09/11 08:57:46 -@@ -7490,6 +7490,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/net-im/gnomeicu/files/patch-src::gnomeicu-client.c b/net-im/gnomeicu/files/patch-src::gnomeicu-client.c deleted file mode 100644 index c3a82000bfca..000000000000 --- a/net-im/gnomeicu/files/patch-src::gnomeicu-client.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/gnomeicu-client.c.orig Sun Sep 29 14:59:15 2002 -+++ src/gnomeicu-client.c Sun Sep 29 14:59:25 2002 -@@ -17,9 +17,9 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <sys/stat.h> --#include <sys/types.h> - #include <sys/un.h> - #include <unistd.h> - diff --git a/net-im/gnomeicu/files/patch-src::icu_db.c b/net-im/gnomeicu/files/patch-src::icu_db.c deleted file mode 100644 index 3df66fcf8c50..000000000000 --- a/net-im/gnomeicu/files/patch-src::icu_db.c +++ /dev/null @@ -1,17 +0,0 @@ - -$FreeBSD$ - ---- src/icu_db.c.orig Sat Jun 22 22:11:46 2002 -+++ src/icu_db.c Wed Sep 11 11:45:05 2002 -@@ -27,7 +27,11 @@ - - #include <fcntl.h> - #include <errno.h> -+#if defined(HAVE_STDLIB_H) -+#include <stdlib.h> -+#else - #include <malloc.h> -+#endif - #include <stdio.h> - #include <string.h> - #include <sys/param.h> diff --git a/net-im/gnomeicu/files/patch-src_userserver.c b/net-im/gnomeicu/files/patch-src_userserver.c deleted file mode 100644 index 0e602dbbc662..000000000000 --- a/net-im/gnomeicu/files/patch-src_userserver.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/userserver.c.orig Mon Mar 10 16:49:07 2003 -+++ src/userserver.c Mon Mar 10 16:49:16 2003 -@@ -27,13 +27,13 @@ - - #include <gdk/gdk.h> - #include <gdk/gdkkeysyms.h> -+#include <sys/types.h> - #include <errno.h> - #include <netinet/in.h> - #include <pwd.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> --#include <sys/types.h> - #include <sys/socket.h> - #include <sys/stat.h> - #include <sys/un.h> diff --git a/net-im/gnomeicu/pkg-descr b/net-im/gnomeicu/pkg-descr deleted file mode 100644 index df8c0c64984b..000000000000 --- a/net-im/gnomeicu/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ - GnomeICU (previously GtkICQ) is an Internet based communications - program which makes use of ICQ protocol. GnomeICU also makes use of - Gnome2, a growingly popular desktop environment. GnomeICU is released - under the GNU Public License, and is available free of charge. - -WWW: http://gnomeicu.sourceforge.net - -Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/net-im/gnomeicu/pkg-plist b/net-im/gnomeicu/pkg-plist deleted file mode 100644 index c4e12d3b045e..000000000000 --- a/net-im/gnomeicu/pkg-plist +++ /dev/null @@ -1,313 +0,0 @@ -bin/gnomeicu -bin/gnomeicu-client -etc/gconf/gconf.xml.defaults/apps/gnomeicu/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnomeicu/general/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnomeicu/general/connections/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnomeicu/general/events/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnomeicu/general/files/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnomeicu/general/status/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnomeicu/general/themes/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnomeicu/general/ui/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnomeicu/icq/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnomeicu/icq/color/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnomeicu/icq/network/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/general/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/general/connections/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/general/events/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/general/files/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/general/status/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/general/themes/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/general/ui/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/icq/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/icq/color/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/icq/network/%gconf.xml -etc/gconf/schemas/gnomeicu.schemas -etc/sound/events/GnomeICU.soundlist -share/gnome/applications/GnomeICU.desktop -share/gnome/gnomeicu/emoticons/AIM/angel.xpm -share/gnome/gnomeicu/emoticons/AIM/bigsmile.xpm -share/gnome/gnomeicu/emoticons/AIM/crossedlips.xpm -share/gnome/gnomeicu/emoticons/AIM/cry.xpm -share/gnome/gnomeicu/emoticons/AIM/embarrassed.xpm -share/gnome/gnomeicu/emoticons/AIM/emoticon-data -share/gnome/gnomeicu/emoticons/AIM/kiss.xpm -share/gnome/gnomeicu/emoticons/AIM/sad.xpm -share/gnome/gnomeicu/emoticons/AIM/scream.xpm -share/gnome/gnomeicu/emoticons/AIM/smile.xpm -share/gnome/gnomeicu/emoticons/AIM/smile8.xpm -share/gnome/gnomeicu/emoticons/AIM/think.xpm -share/gnome/gnomeicu/emoticons/AIM/tongue.xpm -share/gnome/gnomeicu/emoticons/AIM/wink.xpm -share/gnome/gnomeicu/emoticons/Always/Annoyed.bmp -share/gnome/gnomeicu/emoticons/Always/Disgusted.bmp -share/gnome/gnomeicu/emoticons/Always/Drooling.bmp -share/gnome/gnomeicu/emoticons/Always/Giggling.bmp -share/gnome/gnomeicu/emoticons/Always/Jokingly.bmp -share/gnome/gnomeicu/emoticons/Always/Shocked.bmp -share/gnome/gnomeicu/emoticons/Always/Surprised-F.bmp -share/gnome/gnomeicu/emoticons/Always/Surprised-M.bmp -share/gnome/gnomeicu/emoticons/Always/Whining.bmp -share/gnome/gnomeicu/emoticons/Always/asl.gif -share/gnome/gnomeicu/emoticons/Always/bat.gif -share/gnome/gnomeicu/emoticons/Always/beer.gif -share/gnome/gnomeicu/emoticons/Always/boy.gif -share/gnome/gnomeicu/emoticons/Always/broken_heart.gif -share/gnome/gnomeicu/emoticons/Always/cake.gif -share/gnome/gnomeicu/emoticons/Always/camera.gif -share/gnome/gnomeicu/emoticons/Always/cat.gif -share/gnome/gnomeicu/emoticons/Always/clock.gif -share/gnome/gnomeicu/emoticons/Always/coffee.gif -share/gnome/gnomeicu/emoticons/Always/cuffs.gif -share/gnome/gnomeicu/emoticons/Always/dog.gif -share/gnome/gnomeicu/emoticons/Always/dude_hug.gif -share/gnome/gnomeicu/emoticons/Always/emoticon-data -share/gnome/gnomeicu/emoticons/Always/envelope.gif -share/gnome/gnomeicu/emoticons/Always/film.gif -share/gnome/gnomeicu/emoticons/Always/girl.gif -share/gnome/gnomeicu/emoticons/Always/girl_hug.gif -share/gnome/gnomeicu/emoticons/Always/heart.gif -share/gnome/gnomeicu/emoticons/Always/martini.gif -share/gnome/gnomeicu/emoticons/Always/messenger.gif -share/gnome/gnomeicu/emoticons/Always/moon.gif -share/gnome/gnomeicu/emoticons/Always/musical_note.gif -share/gnome/gnomeicu/emoticons/Always/phone.gif -share/gnome/gnomeicu/emoticons/Always/present.gif -share/gnome/gnomeicu/emoticons/Always/rainbow.gif -share/gnome/gnomeicu/emoticons/Always/rose.gif -share/gnome/gnomeicu/emoticons/Always/star.gif -share/gnome/gnomeicu/emoticons/Always/sun.gif -share/gnome/gnomeicu/emoticons/Always/thumbs_down.gif -share/gnome/gnomeicu/emoticons/Always/thumbs_up.gif -share/gnome/gnomeicu/emoticons/Always/wilted_rose.gif -share/gnome/gnomeicu/emoticons/Default/bigsmile.png -share/gnome/gnomeicu/emoticons/Default/cry.png -share/gnome/gnomeicu/emoticons/Default/emoticon-data -share/gnome/gnomeicu/emoticons/Default/glasses.png -share/gnome/gnomeicu/emoticons/Default/sad.png -share/gnome/gnomeicu/emoticons/Default/scream.png -share/gnome/gnomeicu/emoticons/Default/smile.png -share/gnome/gnomeicu/emoticons/Default/smile2.png -share/gnome/gnomeicu/emoticons/Default/smile8.png -share/gnome/gnomeicu/emoticons/Default/straight.png -share/gnome/gnomeicu/emoticons/Default/tongue.png -share/gnome/gnomeicu/emoticons/Default/unsure.png -share/gnome/gnomeicu/emoticons/Default/wink.png -share/gnome/gnomeicu/emoticons/MSN/angel.gif -share/gnome/gnomeicu/emoticons/MSN/angry.gif -share/gnome/gnomeicu/emoticons/MSN/bigsmile.gif -share/gnome/gnomeicu/emoticons/MSN/confused.gif -share/gnome/gnomeicu/emoticons/MSN/cry.gif -share/gnome/gnomeicu/emoticons/MSN/devil.gif -share/gnome/gnomeicu/emoticons/MSN/embaressed.gif -share/gnome/gnomeicu/emoticons/MSN/emoticon-data -share/gnome/gnomeicu/emoticons/MSN/kiss.gif -share/gnome/gnomeicu/emoticons/MSN/light.gif -share/gnome/gnomeicu/emoticons/MSN/sad.gif -share/gnome/gnomeicu/emoticons/MSN/shocked.gif -share/gnome/gnomeicu/emoticons/MSN/smile.gif -share/gnome/gnomeicu/emoticons/MSN/smile8.gif -share/gnome/gnomeicu/emoticons/MSN/straight.gif -share/gnome/gnomeicu/emoticons/MSN/tongue.gif -share/gnome/gnomeicu/emoticons/MSN/wink.gif -share/gnome/gnomeicu/emoticons/Yahoo/alien.gif -share/gnome/gnomeicu/emoticons/Yahoo/angel.gif -share/gnome/gnomeicu/emoticons/Yahoo/angry.gif -share/gnome/gnomeicu/emoticons/Yahoo/bigsmile.gif -share/gnome/gnomeicu/emoticons/Yahoo/blush.gif -share/gnome/gnomeicu/emoticons/Yahoo/clown.gif -share/gnome/gnomeicu/emoticons/Yahoo/cow.gif -share/gnome/gnomeicu/emoticons/Yahoo/cowboy.gif -share/gnome/gnomeicu/emoticons/Yahoo/devil.gif -share/gnome/gnomeicu/emoticons/Yahoo/emoticon-data -share/gnome/gnomeicu/emoticons/Yahoo/flag.gif -share/gnome/gnomeicu/emoticons/Yahoo/green.gif -share/gnome/gnomeicu/emoticons/Yahoo/hrmph.gif -share/gnome/gnomeicu/emoticons/Yahoo/ignore.gif -share/gnome/gnomeicu/emoticons/Yahoo/kiss.gif -share/gnome/gnomeicu/emoticons/Yahoo/light.gif -share/gnome/gnomeicu/emoticons/Yahoo/monkey.gif -share/gnome/gnomeicu/emoticons/Yahoo/nerd.gif -share/gnome/gnomeicu/emoticons/Yahoo/pig.gif -share/gnome/gnomeicu/emoticons/Yahoo/pumpkin.gif -share/gnome/gnomeicu/emoticons/Yahoo/quiet.gif -share/gnome/gnomeicu/emoticons/Yahoo/rofl.gif -share/gnome/gnomeicu/emoticons/Yahoo/rose.gif -share/gnome/gnomeicu/emoticons/Yahoo/sad.gif -share/gnome/gnomeicu/emoticons/Yahoo/shocked.gif -share/gnome/gnomeicu/emoticons/Yahoo/skull.gif -share/gnome/gnomeicu/emoticons/Yahoo/sleep.gif -share/gnome/gnomeicu/emoticons/Yahoo/smile.gif -share/gnome/gnomeicu/emoticons/Yahoo/smile8.gif -share/gnome/gnomeicu/emoticons/Yahoo/stop.gif -share/gnome/gnomeicu/emoticons/Yahoo/straight.gif -share/gnome/gnomeicu/emoticons/Yahoo/tongue.gif -share/gnome/gnomeicu/emoticons/Yahoo/wail.gif -share/gnome/gnomeicu/emoticons/Yahoo/wink.gif -share/gnome/gnomeicu/emoticons/Yahoo/wonder.gif -share/gnome/gnomeicu/glade/addcontact.glade -share/gnome/gnomeicu/glade/auth.glade -share/gnome/gnomeicu/glade/auto_respond.glade -share/gnome/gnomeicu/glade/grpmgr.glade -share/gnome/gnomeicu/glade/history.glade -share/gnome/gnomeicu/glade/main.glade -share/gnome/gnomeicu/glade/message.glade -share/gnome/gnomeicu/glade/prefs.glade -share/gnome/gnomeicu/glade/user_info.glade -share/gnome/gnomeicu/glade/welcome.glade -share/gnome/gnomeicu/icons/Default/gnomeicu-animation.gif -share/gnome/gnomeicu/icons/Default/gnomeicu-auth.png -share/gnome/gnomeicu/icons/Default/gnomeicu-away.png -share/gnome/gnomeicu/icons/Default/gnomeicu-blank.png -share/gnome/gnomeicu/icons/Default/gnomeicu-cancel.png -share/gnome/gnomeicu/icons/Default/gnomeicu-chat.png -share/gnome/gnomeicu/icons/Default/gnomeicu-contact.png -share/gnome/gnomeicu/icons/Default/gnomeicu-dnd.png -share/gnome/gnomeicu/icons/Default/gnomeicu-ffc.png -share/gnome/gnomeicu/icons/Default/gnomeicu-file.png -share/gnome/gnomeicu/icons/Default/gnomeicu-group.png -share/gnome/gnomeicu/icons/Default/gnomeicu-hist.png -share/gnome/gnomeicu/icons/Default/gnomeicu-info -share/gnome/gnomeicu/icons/Default/gnomeicu-info.png -share/gnome/gnomeicu/icons/Default/gnomeicu-inv.png -share/gnome/gnomeicu/icons/Default/gnomeicu-message.png -share/gnome/gnomeicu/icons/Default/gnomeicu-na.png -share/gnome/gnomeicu/icons/Default/gnomeicu-occ.png -share/gnome/gnomeicu/icons/Default/gnomeicu-offline.png -share/gnome/gnomeicu/icons/Default/gnomeicu-ok.png -share/gnome/gnomeicu/icons/Default/gnomeicu-online.png -share/gnome/gnomeicu/icons/Default/gnomeicu-rename.png -share/gnome/gnomeicu/icons/Default/gnomeicu-still.png -share/gnome/gnomeicu/icons/Default/gnomeicu-url.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-animation.gif -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-auth.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-away.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-cancel.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-chat.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-contact.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-dnd.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-ffc.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-file.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-hist.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-info -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-info.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-inv.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-message.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-na.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-occ.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-offline.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-ok.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-online.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-rename.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-still.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-url.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-animation.gif -share/gnome/gnomeicu/icons/Gradients/gnomeicu-away.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-dnd.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-ffc.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-info -share/gnome/gnomeicu/icons/Gradients/gnomeicu-inv.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-na.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-occ.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-offline.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-online.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-away.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-dnd.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-ffc.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-info -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-inv.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-na.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-occ.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-offline.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-online.png -share/gnome/gnomeicu/prefs_icon_gnomeicu.png -share/gnome/gnomeicu/prefs_icon_icq.png -share/gnome/help/gnomeicu/C/gnomeicu.xml -share/gnome/omf/gnomeicu/gnomeicu-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnomeicu/gnomeicu-C.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/gnome-gnomeicu.png -share/gnome/sounds/gnomeicu/Auth.wav -share/gnome/sounds/gnomeicu/File.wav -share/gnome/sounds/gnomeicu/Online.wav -share/gnome/sounds/gnomeicu/URL.wav -share/gnome/sounds/gnomeicu/contlist.wav -share/gnome/sounds/gnomeicu/message.wav -share/locale/am/LC_MESSAGES/gnomeicu.mo -share/locale/az/LC_MESSAGES/gnomeicu.mo -share/locale/bg/LC_MESSAGES/gnomeicu.mo -share/locale/ca/LC_MESSAGES/gnomeicu.mo -share/locale/cs/LC_MESSAGES/gnomeicu.mo -share/locale/da/LC_MESSAGES/gnomeicu.mo -share/locale/de/LC_MESSAGES/gnomeicu.mo -share/locale/el/LC_MESSAGES/gnomeicu.mo -share/locale/es/LC_MESSAGES/gnomeicu.mo -share/locale/eu/LC_MESSAGES/gnomeicu.mo -share/locale/fi/LC_MESSAGES/gnomeicu.mo -share/locale/fr/LC_MESSAGES/gnomeicu.mo -share/locale/ga/LC_MESSAGES/gnomeicu.mo -share/locale/gl/LC_MESSAGES/gnomeicu.mo -share/locale/he/LC_MESSAGES/gnomeicu.mo -share/locale/hu/LC_MESSAGES/gnomeicu.mo -share/locale/it/LC_MESSAGES/gnomeicu.mo -share/locale/ja/LC_MESSAGES/gnomeicu.mo -share/locale/ko/LC_MESSAGES/gnomeicu.mo -share/locale/lt/LC_MESSAGES/gnomeicu.mo -share/locale/lv/LC_MESSAGES/gnomeicu.mo -share/locale/ms/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/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/sk/LC_MESSAGES/gnomeicu.mo -share/locale/sl/LC_MESSAGES/gnomeicu.mo -share/locale/sv/LC_MESSAGES/gnomeicu.mo -share/locale/th/LC_MESSAGES/gnomeicu.mo -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_TW/LC_MESSAGES/gnomeicu.mo -@dirrm share/gnome/sounds/gnomeicu -@dirrm share/gnome/omf/gnomeicu -@dirrm share/gnome/help/gnomeicu/C -@dirrm share/gnome/help/gnomeicu -@dirrm share/gnome/gnomeicu/icons/reDubbed -@dirrm share/gnome/gnomeicu/icons/Gradients -@dirrm share/gnome/gnomeicu/icons/Eyeballs -@dirrm share/gnome/gnomeicu/icons/Default -@dirrm share/gnome/gnomeicu/icons -@dirrm share/gnome/gnomeicu/glade -@dirrm share/gnome/gnomeicu/emoticons/Yahoo -@dirrm share/gnome/gnomeicu/emoticons/MSN -@dirrm share/gnome/gnomeicu/emoticons/Default -@dirrm share/gnome/gnomeicu/emoticons/Always -@dirrm share/gnome/gnomeicu/emoticons/AIM -@dirrm share/gnome/gnomeicu/emoticons -@dirrm share/gnome/gnomeicu -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/icq/network -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/icq/color -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/icq -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/general/ui -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/general/themes -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/general/status -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/general/files -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/general/events -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/general/connections -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu/general -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnomeicu -@dirrm etc/gconf/gconf.xml.defaults/apps/gnomeicu/icq/network -@dirrm etc/gconf/gconf.xml.defaults/apps/gnomeicu/icq/color -@dirrm etc/gconf/gconf.xml.defaults/apps/gnomeicu/icq -@dirrm etc/gconf/gconf.xml.defaults/apps/gnomeicu/general/ui -@dirrm etc/gconf/gconf.xml.defaults/apps/gnomeicu/general/themes -@dirrm etc/gconf/gconf.xml.defaults/apps/gnomeicu/general/status -@dirrm etc/gconf/gconf.xml.defaults/apps/gnomeicu/general/files -@dirrm etc/gconf/gconf.xml.defaults/apps/gnomeicu/general/events -@dirrm etc/gconf/gconf.xml.defaults/apps/gnomeicu/general/connections -@dirrm etc/gconf/gconf.xml.defaults/apps/gnomeicu/general -@dirrm etc/gconf/gconf.xml.defaults/apps/gnomeicu -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnomeicu/gnomeicu-C.omf 2>/dev/null || /usr/bin/true |
