diff options
Diffstat (limited to 'extra/pidgin/Pkgfile')
-rw-r--r-- | extra/pidgin/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/pidgin/Pkgfile b/extra/pidgin/Pkgfile index def69ed3b..b87cdc96b 100644 --- a/extra/pidgin/Pkgfile +++ b/extra/pidgin/Pkgfile @@ -2,10 +2,10 @@ # URL: http://www.pidgin.im # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: glib, gtk, libxml2, p5-xml-parser, gnutls, nss, nspr, xorg-libxscrnsaver, gstreamer, startup-notification, hicolor-icon-theme, libidn, farsight2 +# Depends on: gtkspell, glib, gtk, libxml2, p5-xml-parser, gnutls, nss, nspr, xorg-libxscrnsaver, gstreamer, startup-notification, hicolor-icon-theme, libidn, farsight2 name=pidgin -version=2.7.2 +version=2.7.3 release=1 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2) @@ -16,7 +16,7 @@ build() { --disable-gevolution \ --disable-meanwhile \ --disable-avahi \ - --disable-gtkspell \ + --enable-gtkspell \ --disable-mono \ --disable-nm \ --disable-cap \ |