[Lunar-commits] CVS: moonbase/chat/xchat-gnome BUILD, NONE, 1.1 CONFLICTS, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Nick Hudson nhudson at lunar-linux.org
Tue May 4 18:04:37 GMT 2004


Update of /var/cvs/lunar/moonbase/chat/xchat-gnome
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10539/xchat-gnome

Added Files:
	BUILD CONFLICTS DEPENDS DETAILS 
Log Message:

Adding xchat-gnome to moonbase, this is a gnome based xchat client with a diffrent UI than xchat.  If you have xchat installed then this conflicts with it.  Also this doesnt have as many features as xchat does but its getting there.


--- NEW FILE: BUILD ---
(
   
   ./configure  --prefix=${GNOME26_PREFIX:-/usr}  \
                --build=$BUILD                    \
                --sysconfdir=/etc                 \
                --localstatedir=/var              \
                --infodir=${GNOME26_PREFIX:-/usr}/share/info \
                --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
                --enable-ipv6                     \
                --enable-gnomefe                  \
                $OPTS                             &&
    default_make                                  &&
    cp /usr/share/xchat/xchat-gnome-small.png /usr/share/pixmaps &&
    sed -i -e "s:Exec=xchat:Exec=xchat-gnome:" /usr/share/applications/xchat.desktop &&
    sed -i -e "s:Icon=xchat.png:Icon=xchat-gnome-small.png:" /usr/share/applications/xchat.desktop 
) > $C_FIFO 2>&1

--- NEW FILE: CONFLICTS ---
conflicts xchat

--- NEW FILE: DEPENDS ---
depends  gtk+-2    &&
depends  Python    &&
depends  automake  &&
depends  gettext


--- NEW FILE: DETAILS ---
          MODULE=xchat-gnome
         VERSION=0.1
             VER=2.0.8
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/xchat-$VER
   SOURCE_URL[0]=http://navi.cx/releases//$SOURCE
        WEB_SITE=http://xchat-gnome.navi.cx
         ENTERED=20040504
         UPDATED=20040504
           SHORT="Xchat: an IRC client."

cat << EOF
Xchat is an IRC client for Unix operating systems.  It runs under the X
Windows system using the Gtk+ toolkit.  It will detect and use the GNOME
libraries, as well, if they are installed.
EOF



More information about the Lunar-commits mailing list