Mercurial > pidgin
diff gaim.apspec.in @ 10528:c3a964f4fc61
[gaim-migrate @ 11849]
The autopackage will now be built with mozilla-nss support too.
Hopefully this helps those people who couldn't install the 1.1.1 .package
due to having the wrong version (or no version) of gnutls.
Also a spelling fix in conversation.h that I forgot to commit earlier,
thanks Evan Schoenberg, although I meant expects, not accepts.
committer: Tailor Script <tailor@pidgin.im>
| author | Tim Ringenbach <marv@pidgin.im> |
|---|---|
| date | Wed, 19 Jan 2005 01:00:31 +0000 |
| parents | 07402c00520c |
| children | 895ab663c87c |
line wrap: on
line diff
--- a/gaim.apspec.in Tue Jan 18 20:23:25 2005 +0000 +++ b/gaim.apspec.in Wed Jan 19 01:00:31 2005 +0000 @@ -26,7 +26,7 @@ Gaim is NOT affiliated with or endorsed by AOL. [BuildPrepare] -prepareBuild --disable-nss --enable-gnutls --enable-binreloc --disable-perl --disable-tcl +prepareBuild --enable-nss --enable-gnutls --enable-binreloc --disable-perl --disable-tcl [BuildUnprepare] @@ -45,14 +45,8 @@ require @xiph.org/libao 2.0 require @gtkspell.sourceforge.net/gtkspell 0.0 -# ap alpha: while gnutls do not provide autopackages, we package this ourselves -repo="http://autopackage.org/downloads/0.7" -registerRepository @gnutls.org/gnutls $repo/gnutls.xml -registerRepository @gnupg.org/libgcrypt $repo/libgcrypt.xml -registerRepository @gnupg.org/libgpg-error $repo/libgpg-error.xml -unset repo +require @gnutls.org/gnutls 11.0 || { require @mozilla.org/nspr 4 && require @mozilla.org/nss 3; } -require @gnutls.org/gnutls 11.1 [Install] # Put your installation script here
