wok view xfe-extras/receipt @ rev 17963

libfm: set small icons size to 16; pcmanfm: show "My Documents", "Trash" and mount points by default on the Desktop.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 17 03:20:22 2015 +0300 (2015-04-17)
parents 809051a5c75a
children 035061c662bf
line source
1 # SliTaz package receipt.
3 PACKAGE="xfe-extras"
4 VERSION="1.40"
5 CATEGORY="system-tools"
6 SHORT_DESC="Xfe File manager tools."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://roland65.free.fr/xfe/"
10 WANTED="xfe"
12 DEPENDS="xfe"
13 BUILD_DEPENDS=""
15 GENERIC_MENUS="no"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/bin \
21 $fs/usr/share/applications \
22 $fs/usr/share/icons
24 cp -a $install/usr/bin/xf[i,v,p,w] $fs/usr/bin
25 cp -a $install/usr/share/applications/xf[i,v,p,w]* $fs/usr/share/applications
26 cp -a $src/xf[i,v,p,w].png $fs/usr/share/icons
27 }