[Lunar-commits] r15426 - moonbase/trunk/chat/xchat

Terry Chan tchan at lunar-linux.org
Mon Jun 20 17:20:57 UTC 2005


Author: tchan
Date: 2005-06-20 17:20:56 +0000 (Mon, 20 Jun 2005)
New Revision: 15426

Modified:
   moonbase/trunk/chat/xchat/BUILD
   moonbase/trunk/chat/xchat/DEPENDS
   moonbase/trunk/chat/xchat/DETAILS
Log:
Version bump to xchat-2.4.4. Compiled/tested with gcc-3.3.3, glibc-2.3.3,
kernel headers 2.4.x. Removed the unnecessary calls to gettextize, libtoolize,
aclocal, autoconf, automake. Removed the depends on gettext, automake, libtool.


Modified: moonbase/trunk/chat/xchat/BUILD
===================================================================
--- moonbase/trunk/chat/xchat/BUILD	2005-06-20 12:17:52 UTC (rev 15425)
+++ moonbase/trunk/chat/xchat/BUILD	2005-06-20 17:20:56 UTC (rev 15426)
@@ -1,11 +1,5 @@
 (
   
-  gettextize --copy --force --intl &&
-  libtoolize --force &&
-  aclocal  -I m4 &&
-  autoconf &&
-  automake -a -c -f --foreign &&
-
   ./configure  --build=$BUILD             \
                --prefix=/usr              \
                --enable-ipv6              \

Modified: moonbase/trunk/chat/xchat/DEPENDS
===================================================================
--- moonbase/trunk/chat/xchat/DEPENDS	2005-06-20 12:17:52 UTC (rev 15425)
+++ moonbase/trunk/chat/xchat/DEPENDS	2005-06-20 17:20:56 UTC (rev 15426)
@@ -1,6 +1,3 @@
 depends  gtk+-2    &&
-depends  Python    &&
-depends  automake  &&
-depends  gettext   &&
-depends  libtool
+depends  Python
 

Modified: moonbase/trunk/chat/xchat/DETAILS
===================================================================
--- moonbase/trunk/chat/xchat/DETAILS	2005-06-20 12:17:52 UTC (rev 15425)
+++ moonbase/trunk/chat/xchat/DETAILS	2005-06-20 17:20:56 UTC (rev 15426)
@@ -1,11 +1,11 @@
           MODULE=xchat
-         VERSION=2.4.3
+         VERSION=2.4.4
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://www.xchat.org/files/source/2.4/
-      SOURCE_VFY=sha1:9cc9ed984d271feffca8ee0cee53404c05a10843
+      SOURCE_VFY=sha1:fa048dfc24b922f0f1b7b5e95450f697ebe1d435
         WEB_SITE=http://www.xchat.org
          ENTERED=20020729
-         UPDATED=20050401
+         UPDATED=20050620
            SHORT="Xchat: an IRC client."
 
 cat << EOF



More information about the Lunar-commits mailing list