wok diff pyneighborhood/receipt @ rev 5053

fix typos: libgphoto2
author Rohit Joshi <jozee@slitaz.org>
date Sat Mar 06 18:51:17 2010 +0000 (2010-03-06)
parents 35792a81be44
children c0b957b9020a
line diff
     1.1 --- a/pyneighborhood/receipt	Fri Aug 07 20:51:00 2009 +0000
     1.2 +++ b/pyneighborhood/receipt	Sat Mar 06 18:51:17 2010 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="GUI frontend for samba tools (smbclient, smbmount, etc)."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 -DEPENDS="python pygtk samba gettext"
     1.8 +DEPENDS="python pygtk samba gettext libffi"
     1.9  BUILD_DEPENDS="python python-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="https://launchpad.net/pyneighborhood"
    1.12 @@ -15,6 +15,10 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 +
    1.17 +	# hack .desktop file
    1.18 +	sed -i 's/Application;Network;System;Utility/Application;System;/' pyNeighborhood.desktop
    1.19 +
    1.20  	python setup.py build &&
    1.21  	python setup.py install --root=$PWD/_pkg
    1.22  }