diff options
Diffstat (limited to 'extra/pidgin/Pkgfile')
-rw-r--r-- | extra/pidgin/Pkgfile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/extra/pidgin/Pkgfile b/extra/pidgin/Pkgfile index 4d9978e72..1caf4e30e 100644 --- a/extra/pidgin/Pkgfile +++ b/extra/pidgin/Pkgfile @@ -2,12 +2,12 @@ # URL: http://www.pidgin.im # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: gtkspell, gtk, libxml2, p5-xml-parser, gnutls, nss, nspr, xorg-libxscrnsaver, xorg-libsm, gstreamer, startup-notification, hicolor-icon-theme, libidn,farsight2 -# Run on: gtkspell,gtk,libxml2,gnutls,nss,nspr,xorg-libxscrnsaver,gstreamer,startup-notification,hicolor-icon-theme,libidn,farsight2 +# Depends on: gtkspell, gtk, libxml2, p5-xml-parser, gnutls, nss, nspr, xorg-libxscrnsaver, xorg-libsm, gstreamer, startup-notification, hicolor-icon-theme, libidn, farsight2, dbus, networkmanager +# Run on: gtkspell,gtk,libxml2,gnutls,nss,nspr,xorg-libxscrnsaver,gstreamer,startup-notification,hicolor-icon-theme,libidn,farsight2,dbus name=pidgin -version=2.7.11 -release=3 +version=2.10.0 +release=1 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2) build() { @@ -21,12 +21,10 @@ build() { --disable-avahi \ --enable-gtkspell \ --disable-mono \ - --disable-nm \ + --disable-tk \ --disable-cap \ --disable-schemas-install \ - --disable-tk \ --enable-gnutls=yes \ - --disable-dbus \ --with-python=/usr/bin/python2 make |