wok-next diff scim-tables-base/receipt @ rev 19437

compiz-ccsm, xvkbd: check depends, tried to fix startup with some locales
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 09 18:56:56 2016 +0300 (2016-10-09)
parents 2b2c37045605
children
line diff
     1.1 --- a/scim-tables-base/receipt	Tue Jun 23 12:47:10 2009 +0800
     1.2 +++ b/scim-tables-base/receipt	Sun Oct 09 18:56:56 2016 +0300
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="SCIM Generic Table Input Method base module."
     1.6  MAINTAINER="rocky@slitaz.org"
     1.7 -DEPENDS="scim"
     1.8 +LICENSE="GPL2"
     1.9  WANTED="scim-tables"
    1.10  WEB_SITE="http://www.scim-im.org/"
    1.11  
    1.12 +DEPENDS="scim"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17      mkdir -p $fs/usr
    1.18 -    cp -a $_pkg/usr/lib $fs/usr
    1.19 +    cp -a $install/usr/lib $fs/usr
    1.20      find $fs/usr/lib -name '*.la' -exec rm {} \;
    1.21  }