[Lunar-commits] r20232 - moonbase/trunk/chat/xchat-gnome
Chad Kittel
v3rt1g0 at lunar-linux.org
Sat May 27 02:22:56 UTC 2006
Author: v3rt1g0
Date: 2006-05-27 02:22:56 +0000 (Sat, 27 May 2006)
New Revision: 20232
Removed:
moonbase/trunk/chat/xchat-gnome/BUILD
moonbase/trunk/chat/xchat-gnome/CONFLICTS
Modified:
moonbase/trunk/chat/xchat-gnome/DEPENDS
moonbase/trunk/chat/xchat-gnome/DETAILS
Log:
Module Version Bump: xchat-gnome (0.1 -> 0.11)
* I wouldn't even know where to start listing changes, it's been
quite a while since this was updated.
* I reworked the module bring it up to snuff with the lastest
version's features and needs.
* It no longer conflicts with xchat (uses same settings, but
doesn't conflict with installed files).
* It now has a proper depends tree.
* BUILD file no longer needed as well.
compiled/tested: gcc-3.4.5 | glibc-2.3.6 | kernel headers 2.6.x
Deleted: moonbase/trunk/chat/xchat-gnome/BUILD
Deleted: moonbase/trunk/chat/xchat-gnome/CONFLICTS
Modified: moonbase/trunk/chat/xchat-gnome/DEPENDS
===================================================================
--- moonbase/trunk/chat/xchat-gnome/DEPENDS 2006-05-27 01:35:53 UTC (rev 20231)
+++ moonbase/trunk/chat/xchat-gnome/DEPENDS 2006-05-27 02:22:56 UTC (rev 20232)
@@ -1,5 +1,18 @@
-depends libgnomeui &&
-depends Python &&
-depends automake &&
-depends gettext
+depends libgnomeui &&
+optional_depends "gtkspell" "" "" \
+ "for spell checking support" &&
+optional_depends "openssl" "" "" \
+ "for encrypted communication support" &&
+optional_depends "perl" "" "--disable-perl" \
+ "for perl-based plugin support" &&
+optional_depends "Python" "" "--disable-python" \
+ "for Python-based plugin support" &&
+optional_depends "tcl" "" "--disable-tcl" \
+ "for tcl-based plugin support" &&
+optional_depends "dbus" "" "--disable-dbus" \
+ "for DBus support" &&
+optional_depends "libsexy" "" "" \
+ "for enhanced user interface elements" &&
+optional_depends "libnotify" "" "" \
+ "for desktop notification support"
Modified: moonbase/trunk/chat/xchat-gnome/DETAILS
===================================================================
--- moonbase/trunk/chat/xchat-gnome/DETAILS 2006-05-27 01:35:53 UTC (rev 20231)
+++ moonbase/trunk/chat/xchat-gnome/DETAILS 2006-05-27 02:22:56 UTC (rev 20232)
@@ -1,16 +1,14 @@
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//
- WEB_SITE=http://xchat-gnome.navi.cx
+ VERSION=0.11
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://releases.navi.cx/$MODULE/
+ SOURCE_VFY=sha1:a47eefc3c9dc7e1ed44fc40aaa44b65f8e26ee8a
+ WEB_SITE=http://xchat-gnome.navi.cx/
ENTERED=20040504
- UPDATED=20040504
- SHORT="Xchat: an IRC client."
+ UPDATED=20060526
+ SHORT="a GNOME frontend to X-Chat"
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.
+XChat-GNOME is a frontend to the popular X-Chat IRC client which is
+designed with the user interface foremost in mind.
EOF
More information about the Lunar-commits
mailing list