wok-6.x diff rox-filer/receipt @ rev 11351

get-flash-plugin: Add support to use /etc/slitaz/slitaz.conf file if it exist. If $INSTALLED doesn't exist, assign it to /var/lib/tazpkg/installed.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Nov 29 11:53:47 2011 +0000 (2011-11-29)
parents 4dd473e2f30b
children f4ee6f71888c
line diff
     1.1 --- a/rox-filer/receipt	Mon May 23 12:27:42 2011 +0200
     1.2 +++ b/rox-filer/receipt	Tue Nov 29 11:53:47 2011 +0000
     1.3 @@ -10,8 +10,8 @@
     1.4  WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL"
     1.5  TAGS="file-browser file-manager"
     1.6  
     1.7 -DEPENDS="gtk+ libglade libxml2 xorg-libXdamage"
     1.8 -BUILD_DEPENDS="libglade-dev libxml2-dev gtk+-dev shared-mime-info"
     1.9 +DEPENDS="gtk+ libglade libxml2 xorg-libXdamage shared-mime-info"
    1.10 +BUILD_DEPENDS="libglade-dev libxml2-dev gtk+-dev shared-mime-info-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()