wok-6.x diff scim-dev/receipt @ rev 6848
Fix depends: Remove xorg-xf86-input-evdev & xorg-xf86-video-vesa from xorg-server depends and put them as suggested - xorg can use other drivers
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Oct 20 12:31:54 2010 +0200 (2010-10-20) |
parents | 310312c58128 |
children | 20b9600c7f0c |
line diff
1.1 --- a/scim-dev/receipt Wed May 13 22:09:07 2009 +0200 1.2 +++ b/scim-dev/receipt Wed Oct 20 12:31:54 2010 +0200 1.3 @@ -1,8 +1,9 @@ 1.4 PACKAGE="scim-dev" 1.5 -VERSION="1.4.7" 1.6 +VERSION="1.4.9" 1.7 CATEGORY="development" 1.8 SHORT_DESC="Smart Common Input Method (SCIM) development files." 1.9 -MAINTAINER="slitaz@pworld.otherinbox.com" 1.10 +MAINTAINER="rocky@slitaz.org" 1.11 +DEPENDS="scim" 1.12 WEB_SITE="http://www.scim-im.org/" 1.13 WANTED="scim" 1.14 1.15 @@ -10,9 +11,9 @@ 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr 1.19 + cp -a $_pkg/usr/lib $fs/usr 1.20 cp -a $_pkg/usr/include $fs/usr 1.21 - cp -a $_pkg/usr/lib $fs/usr 1.22 find $fs/usr/lib -type f -not -name '*a' -exec rm {} \; 1.23 find $fs/usr/lib -type l -exec rm {} \; 1.24 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.25 + cp -a $_pkg/usr/lib/pkgconfig/* $fs/usr/lib/pkgconfig 1.26 }