# HG changeset patch # User Eric Warmenhoven # Date 954004325 0 # Node ID a59730d3570272245f683046890e5184b4b001e1 # Parent f60e533679cef7facf47a2ddf27254895d713362 [gaim-migrate @ 48] More panel adjustments and useful information committer: Tailor Script diff -r f60e533679ce -r a59730d35702 README --- a/README Sat Mar 25 13:53:34 2000 +0000 +++ b/README Sat Mar 25 17:12:05 2000 +0000 @@ -16,8 +16,10 @@ type "./gaim" -If you built as a GNOME applet, su to root and run "make install". -Afterwards panel->add applet->Amusements->Gaim should be there. +If you want to build as a GNOME applet: +./configure --enable-gnome ; make +then su to root and run "make install". +Afterwards panel->Add applet->Network->Gaim should be there. Notes: @@ -30,6 +32,10 @@ The resulting executable is standalone, so you can put it in /usr/bin or whatever. +The panel (if you made an applet) requires certain things to be in certain +places, I recommend adding the options --sysconfdir=/etc --datadir=/usr/share +to ./configure --enable-gnome + Send me bug reports. The web page is http://www.marko.net/gaim and the ftp site is ftp://ftp.marko.net/pub/gaim diff -r f60e533679ce -r a59730d35702 pixmaps/Makefile.am --- a/pixmaps/Makefile.am Sat Mar 25 13:53:34 2000 +0000 +++ b/pixmaps/Makefile.am Sat Mar 25 17:12:05 2000 +0000 @@ -10,12 +10,14 @@ online.xpm signing_on.xpm msg_pending.xpm \ away.xpm away_icon.xpm underline.xpm \ peng_smile.xpm peng_frown.xpm peng_wink.xpm \ - strike.xpm \ devil-connect.png devil-offline.png \ - devil-online.png penguin-connect.png \ - penguin-offline.png penguin-online.png + strike.xpm \ gnome/devil-connect.png gnome/devil-offline.png \ + gnome/devil-online.png gnome/penguin-connect.png \ + gnome/penguin-offline.png gnome/penguin-online.png if GNOMEAPPLET gaimpixmapdir = /usr/share/pixmaps/gaim -gaimpixmap_DATA = aimicon.xpm penguin-connect.png \ - penguin-offline.png penguin-online.png +gaimpixmap_DATA = aimicon.xpm +gaimgnomedir = /usr/share/pixmaps/gaim/gnome +gaimgnome_DATA = gnome/penguin-online.png gnome/penguin-offline.png \ + penguin-online.png endif diff -r f60e533679ce -r a59730d35702 pixmaps/gnome/devil-connect.png Binary file pixmaps/gnome/devil-connect.png has changed diff -r f60e533679ce -r a59730d35702 pixmaps/gnome/devil-offline.png Binary file pixmaps/gnome/devil-offline.png has changed diff -r f60e533679ce -r a59730d35702 pixmaps/gnome/devil-online.png Binary file pixmaps/gnome/devil-online.png has changed diff -r f60e533679ce -r a59730d35702 pixmaps/gnome/penguin-connect.png Binary file pixmaps/gnome/penguin-connect.png has changed diff -r f60e533679ce -r a59730d35702 pixmaps/gnome/penguin-offline.png Binary file pixmaps/gnome/penguin-offline.png has changed diff -r f60e533679ce -r a59730d35702 pixmaps/gnome/penguin-online.png Binary file pixmaps/gnome/penguin-online.png has changed