wok diff libQtPlugins/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents 68ec33732967
children 07ceb2680132
line diff
     1.1 --- a/libQtPlugins/receipt	Mon Feb 11 23:39:16 2013 +0000
     1.2 +++ b/libQtPlugins/receipt	Thu Apr 10 19:50:37 2014 +0200
     1.3 @@ -5,16 +5,18 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="qt x11 toolkit plugins"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 +LICENSE="GPL3 LGPL2.1"
     1.8 +WEB_SITE="http://qt-project.org/"
     1.9 +WANTED="qt4"
    1.10 +
    1.11  DEPENDS="libQtSql libQt3Support libQtGui libQtCore libQtXml libQtNetwork \
    1.12  libQtDBus libQtWebkit libQtScript libQtDesigner libQtOpenGL libQtScriptTools libQtSvg \
    1.13  libQtTest libQtHelp"
    1.14 -WEB_SITE="http://qt-project.org/"
    1.15 -WANTED="qt4"
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20  	mkdir -p $fs/usr/lib/qt
    1.21 -	cp -a $_pkg/usr/lib/qt/plugins $fs/usr/lib/qt
    1.22 +	cp -a $install/usr/lib/qt/plugins $fs/usr/lib/qt
    1.23  }
    1.24