changeset 39:a59730d35702

[gaim-migrate @ 48] More panel adjustments and useful information committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 25 Mar 2000 17:12:05 +0000
parents f60e533679ce
children daa7a331eb9b
files README pixmaps/Makefile.am pixmaps/gnome/devil-connect.png pixmaps/gnome/devil-offline.png pixmaps/gnome/devil-online.png pixmaps/gnome/penguin-connect.png pixmaps/gnome/penguin-offline.png pixmaps/gnome/penguin-online.png
diffstat 8 files changed, 15 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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
Binary file pixmaps/gnome/devil-connect.png has changed
Binary file pixmaps/gnome/devil-offline.png has changed
Binary file pixmaps/gnome/devil-online.png has changed
Binary file pixmaps/gnome/penguin-connect.png has changed
Binary file pixmaps/gnome/penguin-offline.png has changed
Binary file pixmaps/gnome/penguin-online.png has changed