diff options
Diffstat (limited to 'extra/pidgin/Pkgfile')
-rw-r--r-- | extra/pidgin/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/extra/pidgin/Pkgfile b/extra/pidgin/Pkgfile index 8e1093d3f..173086652 100644 --- a/extra/pidgin/Pkgfile +++ b/extra/pidgin/Pkgfile @@ -2,13 +2,12 @@ # URL: http://www.pidgin.im # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: glib, gtk, libxml2, p5-xml-parser, gnutls, xorg-libxscrnsaver, gstreamer, startup-notification, hicolor-icon-theme, libidn, farsight2 +# Depends on: glib, gtk, libxml2, p5-xml-parser, gnutls, nss, nspr, xorg-libxscrnsaver, gstreamer, startup-notification, hicolor-icon-theme, libidn, farsight2 name=pidgin version=2.6.4 release=1 -source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2 \ - pidgin.desktop) +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2) build() { cd $name-$version @@ -29,5 +28,4 @@ build() { make make DESTDIR=$PKG install - install -D ../pidgin.desktop $PKG/usr/share/ede/programs/Internet/pidgin.desktop } |