wok-next rev 20072

Up dooble, smtube
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Oct 25 04:26:35 2017 +0200 (2017-10-25)
parents f45f66242b76
children eb9d9b2f559f
files dooble/receipt smtube/receipt
line diff
     1.1 --- a/dooble/receipt	Wed Oct 25 03:40:58 2017 +0200
     1.2 +++ b/dooble/receipt	Wed Oct 25 04:26:35 2017 +0200
     1.3 @@ -1,19 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dooble"
     1.7 -VERSION="1.48"
     1.8 +VERSION="1.56d"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Private mode only (almost) worst Qt webkit browser. With builtin fm & xterm."
    1.11  MAINTAINER="psychomaniak@xakep.ru"
    1.12  LICENSE="BSD"
    1.13  WEB_SITE="http://dooble.sourceforge.net"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 -WGET_URL="$SF_MIRROR/$PACKAGE/files/Dooble.d.tar.gz"
    1.16 +WGET_URL="$SF_MIRROR/$PACKAGE/files/Dooble-${VERSION}-src.tar.gz"
    1.17  
    1.18 -DEPENDS="libQtCore libQtDBus libQtGui libQtNetwork libQtScript libQtSql \
    1.19 -libQtXml libgcrypt sqlite cacerts libQtWebkit"
    1.20 -BUILD_DEPENDS="wget cacerts Qt4-dev qmake libgcrypt-dev sqlite-dev"
    1.21 -SUGGESTED="libQtWebkit-video"
    1.22 +DEPENDS="qt5 libgcrypt sqlite cacerts "
    1.23 +BUILD_DEPENDS="wget cacerts qt5-dev qmake libgcrypt-dev sqlite-dev qtwebkit"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
     2.1 --- a/smtube/receipt	Wed Oct 25 03:40:58 2017 +0200
     2.2 +++ b/smtube/receipt	Wed Oct 25 04:26:35 2017 +0200
     2.3 @@ -16,8 +16,8 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 -	# Do not show/promote any video by default
     2.8 -	sed 's|tonvid.com/|&terms-of-use.php|' -i src/browserwindow.cpp
     2.9 +	#sed 's|tonvid.com/|&terms-of-use.php|' -i src/browserwindow.cpp
    2.10 +	sed 's|tonvid.com/|hg.slitaz.org/|' -i src/browserwindow.cpp
    2.11  	make PREFIX=/usr &&
    2.12  	make PREFIX=/usr DESTDIR=$DESTDIR install
    2.13  }