wok-6.x diff zim/receipt @ rev 17129
pcmanfm: set ON by default: focus previous folder after backspace keypressed
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Sep 09 11:58:22 2014 +0200 (2014-09-09) |
parents | 2fe3e9901e7a |
children | 533c0cab6960 |
line diff
1.1 --- a/zim/receipt Mon Oct 01 16:20:11 2012 +0000 1.2 +++ b/zim/receipt Tue Sep 09 11:58:22 2014 +0200 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="A desktop wiki." 1.6 MAINTAINER="gokhlayeh@slitaz.org" 1.7 -DEPENDS="python pygtk pygobject python-simplejson python-xdg desktop-file-utils shared-mime-info xdg-utils" 1.8 -BUILD_DEPENDS="$DEPENDS pycairo-dev pygobject-dev pygtk-dev python-dev" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://zim-wiki.org/" 1.12 WGET_URL="http://zim-wiki.org/downloads/$TARBALL" 1.13 TAGS="wiki notebook" 1.14 1.15 +DEPENDS="python pygtk pygobject python-simplejson python-xdg desktop-file-utils shared-mime-info xdg-utils" 1.16 +BUILD_DEPENDS="$DEPENDS pycairo-dev pygobject-dev pygtk-dev python-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -23,7 +25,7 @@ 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr 1.25 - cp -a $_pkg/usr $fs 1.26 + cp -a $install/usr $fs 1.27 } 1.28 1.29 post_install()