wok-4.x diff xvkbd/receipt @ rev 5565
esmart: fix svn url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 14 15:32:44 2010 +0200 (2010-05-14) |
parents | c3717fb08cbd |
children | 1c83aa8ebdfb |
line diff
1.1 --- a/xvkbd/receipt Mon Aug 31 12:59:13 2009 +0200 1.2 +++ b/xvkbd/receipt Fri May 14 15:32:44 2010 +0200 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xvkbd" 1.7 -VERSION="3.0" 1.8 +VERSION="3.1" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="virtual (graphical) keyboard program for X Window System." 1.11 +SHORT_DESC="Virtual (graphical) keyboard program for X Window System." 1.12 MAINTAINER="paul@slitaz.org" 1.13 DEPENDS="xorg-libXt xorg-libX11 xorg-xproto xorg-libSM xorg-libXaw \ 1.14 xorg-libICE xorg-libXp xorg-libXtst xorg-libXmu xorg-libXpm xorg-libXext \ 1.15 @@ -29,10 +29,10 @@ 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 - mkdir -p $fs/usr/lib $fs/etc/X11 1.20 + mkdir -p $fs/usr $fs/etc 1.21 cp -a $_pkg/usr/bin $fs/usr 1.22 - cp -a $_pkg/usr/lib/* $fs/usr/lib 1.23 - cp -a $_pkg/etc/X11/* $fs/etc/X11 1.24 + cp -a $_pkg/usr/lib $fs/usr 1.25 + cp -a $_pkg/etc/X11 $fs/etc 1.26 # Add .desktop file 1.27 cp -a stuff/* $fs 1.28 } 1.29 @@ -42,7 +42,7 @@ 1.30 # .Xdefaults file 1.31 cat >> /home/tux/.Xdefaults << EOT 1.32 1.33 -! xvkbd settings 1.34 +! Xvkbd settings 1.35 ! 1.36 xvkbd*Font: -misc-fixed-medium-r-semicondensed--0-0-75-75-c-0-iso8859-1 1.37 EOT