wok-undigest diff smplayer/receipt @ rev 1229

updated libgio and libgio-dev (2.43.3 -> 2.62.4)
author Hans-G?nter Theisgen
date Wed Sep 09 14:00:14 2020 +0100 (2020-09-09)
parents ddc4ee6b8d87
children
line diff
     1.1 --- a/smplayer/receipt	Mon Nov 02 11:43:35 2015 +0100
     1.2 +++ b/smplayer/receipt	Wed Sep 09 14:00:14 2020 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.5  TAGS="player audio video movie"
     1.6  
     1.7 -DEPENDS="mplayer-opt libQtCore libQtGui libQtXml gcc-lib-base"
     1.8 +DEPENDS="mplayer libQtCore libQtGui libQtDBus libQtXml libQtScript libQtNetwork"
     1.9  BUILD_DEPENDS="qt4 Qt4-dev qmake libQtNetwork libQtDeclarative libegl-mesa"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -25,5 +25,6 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	cp -a $install $fs
    1.17 +	cp -a $install/* $fs
    1.18 +	rm -rf $fs/usr/share/doc
    1.19  }