tags 260420 patch thanks Now that silc-toolkit is back on track in main, i just tried building gaim with silc enabled.
It appears to work for me. i connected to a silc server and it was able to chat with folks, though it didn't appear to be able to cope with a private key that had a passphrase on it. I made very minor changes to the debian package to get it to build. I'm publishing those changes here: http://lair.fifthhorseman.net/~dkg/src/silc/add-silc-to-debian-gaim.diff but they're small enough to include as a straight diff, below. Please let me know if i can help get this moving again. it would be great to have SILC available on gaim in debian. Regards, --dkg diff -ru gaim-2.0.0+beta5.clean/debian/changelog gaim-2.0.0+beta5/debian/changelog --- gaim-2.0.0+beta5.clean/debian/changelog 2007-01-08 13:12:31.000000000 -0500 +++ gaim-2.0.0+beta5/debian/changelog 2007-01-08 13:19:05.000000000 -0500 @@ -1,3 +1,10 @@ +gaim (1:2.0.0+beta5-9.1) unstable; urgency=low + + * NMU. + * added silc support. + + -- Daniel Kahn Gillmor <[EMAIL PROTECTED]> Mon, 8 Jan 2007 13:19:05 -0500 + gaim (1:2.0.0+beta5-9) unstable; urgency=low * 15_file_save_name.patch: diff -ru gaim-2.0.0+beta5.clean/debian/control gaim-2.0.0+beta5/debian/control --- gaim-2.0.0+beta5.clean/debian/control 2007-01-08 13:12:31.000000000 -0500 +++ gaim-2.0.0+beta5/debian/control 2007-01-08 13:16:42.000000000 -0500 @@ -10,7 +10,7 @@ libstartup-notification0-dev, libzephyr-dev, libxml2-dev, libebook1.2-dev, libedata-book1.2-dev, libcamel1.2-dev, libdbus-glib-1-dev, dbus, python (>= 2.4), libavahi-compat-howl-dev, - libxml-parser-perl, libncursesw5-dev + libxml-parser-perl, libncursesw5-dev, libsilc-1.0-2-dev Standards-Version: 3.6.1 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/unstable/gaim diff -ru gaim-2.0.0+beta5.clean/debian/rules gaim-2.0.0+beta5/debian/rules --- gaim-2.0.0+beta5.clean/debian/rules 2007-01-08 13:12:31.000000000 -0500 +++ gaim-2.0.0+beta5/debian/rules 2007-01-08 13:16:58.000000000 -0500 @@ -13,7 +13,7 @@ LDFLAGS = -Wl,--as-needed # for gaim -DEB_CONFIGURE_EXTRA_FLAGS := --enable-perl --disable-silc --with-zephyr=/usr --enable-dbus --enable-gnutls=no --enable-nss=yes +DEB_CONFIGURE_EXTRA_FLAGS := --enable-perl --enable-silc --with-zephyr=/usr --enable-dbus --enable-gnutls=no --enable-nss=yes DEB_DH_MAKESHLIBS_ARGS_gaim := -V -X/usr/lib/gaim DEB_DH_SHLIBDEPS_ARGS_gaim := -X/usr/lib/gaim/libgg.so -X/usr/lib/gaim/libzephyr.so -X/usr/lib/gaim/tcl.so -X/usr/lib/gaim/gevolution.so -X/usr/lib/gaim/libsametime.so -- -dSuggests debian/gaim/usr/lib/gaim/libgg.so debian/gaim/usr/lib/gaim/libzephyr.so debian/gaim/usr/lib/gaim/tcl.so debian/gaim/usr/lib/gaim/libsametime.so -dDepends -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

