wok diff libQt3Support/receipt @ rev 16866

libwebkit-video: undo:Return to original, 2.4 libsoup req. Time to tes LxQt
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Jul 13 11:57:23 2014 +0300 (2014-07-13)
parents 68ec33732967
children 28d590d94cce
line diff
     1.1 --- a/libQt3Support/receipt	Mon Feb 11 23:39:16 2013 +0000
     1.2 +++ b/libQt3Support/receipt	Sun Jul 13 11:57:23 2014 +0300
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Qt3 support Library"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 -DEPENDS="libQtGui libQtSql libQtXml"
     1.8 +LICENSE="GPL3 LGPL2.1"
     1.9  WEB_SITE="http://qt-project.org/"
    1.10  WANTED="qt4"
    1.11  
    1.12 +DEPENDS="libQtGui libQtSql libQtXml"
    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/lib
    1.18 -	cp -a $_pkg/usr/lib/libQt3Support.so* $fs/usr/lib
    1.19 +	cp -a $install/usr/lib/libQt3Support.so* $fs/usr/lib
    1.20  }
    1.21