# HG changeset patch # User Paul Issott # Date 1255267538 0 # Node ID 17ad8848889092375ce57585adfa5b20c335d33d # Parent af04cf41d5c90a6b0f2a7fdb5bfa6c22b08985c8 pyneighborhood: fix depends and desktop.file diff -r af04cf41d5c9 -r 17ad88488890 pyneighborhood/receipt --- a/pyneighborhood/receipt Sun Oct 11 12:29:53 2009 +0000 +++ b/pyneighborhood/receipt Sun Oct 11 13:25:38 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="GUI frontend for samba tools (smbclient, smbmount, etc)." MAINTAINER="paul@slitaz.org" -DEPENDS="python pygtk samba gettext" +DEPENDS="python pygtk samba gettext libffi" BUILD_DEPENDS="python python-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://launchpad.net/pyneighborhood" @@ -15,6 +15,10 @@ compile_rules() { cd $src + + # hack .desktop file + sed -i 's/Application;Network;System;Utility/Application;System;/' pyNeighborhood.desktop + python setup.py build && python setup.py install --root=$PWD/_pkg }