wok rev 17093

Up qupzilla
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Aug 28 03:31:30 2014 +0200 (2014-08-28)
parents bf52d3ac4b95
children 1f34bba9ca20
files dooble/receipt qupzilla-locales/receipt qupzilla/receipt
line diff
     1.1 --- a/dooble/receipt	Thu Aug 28 04:01:02 2014 +0300
     1.2 +++ b/dooble/receipt	Thu Aug 28 03:31:30 2014 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/files/Dooble.d.tar.gz"
     1.5  
     1.6  DEPENDS="libQtCore libQtDBus libQtGui libQtNetwork libQtScript libQtSql \
     1.7 -libQtXml libQtWebkit cacerts xdg-utils"
     1.8 +libQtXml libgcrypt sqlite cacerts libQtWebkit"
     1.9  BUILD_DEPENDS="wget cacerts Qt4-dev qmake libgcrypt-dev sqlite-dev"
    1.10  SUGGESTED="libQtWebkit-video"
    1.11  
    1.12 @@ -31,7 +31,6 @@
    1.13  	mv $install/usr/local/$PACKAGE $install/usr/share/
    1.14  	rm $install/usr/share/$PACKAGE/Icons/AxB/dooble.ico
    1.15  	cd $install/usr/share/$PACKAGE && rm -rf Tab Images
    1.16 -	ln -s Translations ../../local/$PACKAGE/translations
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 @@ -40,7 +39,7 @@
    1.21  	cp -a $install/* $fs ; rm -rf $fs/home $fs/usr/local
    1.22  	cd $fs/usr/share/$PACKAGE ; ln -s ../../bin/D${PACKAGE:1} D${PACKAGE:1}
    1.23  	cd $fs/usr/share/$PACKAGE/Icons ; rm -rf 64x64 nuovext nuvola black-and-white && ln -s faience nuovext
    1.24 -	cd $fs/usr/share/$PACKAGE/Translations ; find . -size -44k -delete
    1.25 +	cd $fs/usr/sharO1e/$PACKAGE/Translations ; find . -size -44k -delete
    1.26  	mv $fs/usr/share/$PACKAGE/$PACKAGE.sh $fs/usr/bin/ && cd $fs/usr/bin
    1.27  	sed -i 's|local/dooble/Dooble|bin/Dooble|g' $PACKAGE.sh
    1.28  	sed -i 's|cd /usr/local/dooble|cd /usr/share/dooble|g' $PACKAGE.sh
    1.29 @@ -59,7 +58,7 @@
    1.30  [mainWindow]
    1.31  searchName=DuckDuckGo
    1.32  EOT
    1.33 -	
    1.34 +
    1.35  }
    1.36  
    1.37  post_install()
     2.1 --- a/qupzilla-locales/receipt	Thu Aug 28 04:01:02 2014 +0300
     2.2 +++ b/qupzilla-locales/receipt	Thu Aug 28 03:31:30 2014 +0200
     2.3 @@ -1,8 +1,8 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="qupzilla-locales"
     2.7 -VERSION="1.6.6"
     2.8 -CATEGORY="x-window"
     2.9 +VERSION="1.6.99"
    2.10 +CATEGORY="localization"
    2.11  SHORT_DESC="Translations for the QupZilla browser"
    2.12  MAINTAINER="claudinei@slitaz.org"
    2.13  LICENSE="GPL3"
     3.1 --- a/qupzilla/receipt	Thu Aug 28 04:01:02 2014 +0300
     3.2 +++ b/qupzilla/receipt	Thu Aug 28 03:31:30 2014 +0200
     3.3 @@ -1,20 +1,21 @@
     3.4  # SliTaz PACKAGE receipt.
     3.5  
     3.6  PACKAGE="qupzilla"
     3.7 -VERSION="1.6.6"
     3.8 +VERSION="1.6.99"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="QupZilla - QtWebKit browser"
    3.11  MAINTAINER="claudinei@slitaz.org"
    3.12  LICENSE="GPL3"
    3.13  WEB_SITE="https://github.com/QupZilla/qupzilla"
    3.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.15 -WGET_URL="git|git://github.com/QupZilla/qupzilla.git"
    3.16 +COMMIT="7a7be29e3a5a66623e5b9bfde9b4c3a73b41f7eb"
    3.17 +TARBALL="$PACKAGE-${COMMIT:0:7}.tar.gz"
    3.18 +WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz"
    3.19  GENERIC_PIXMAPS="no"
    3.20  
    3.21  DEPENDS="libQtCore libQtDBus libQtGui libQtNetwork libQtScript libQtSql \
    3.22 -libQtWebkit libQtXml libcrypto xorg-libX11 zlib"
    3.23 +libQtWebkit libQtXml libcrypto xorg-libX11 zlib cacerts xdg-utils"
    3.24  BUILD_DEPENDS="wget cacerts Qt4-dev qmake openssl-dev xorg-libX11-dev"
    3.25 -SUGGESTED="qupzilla-locales gst-plugins-base"
    3.26 +SUGGESTED="libQtWebkit-video qupzilla-locales"
    3.27  
    3.28  # Rules to configure and make the PACKAGE.
    3.29  compile_rules()
    3.30 @@ -23,7 +24,6 @@
    3.31  	make &&
    3.32  	make INSTALL_ROOT=$install install
    3.33  }
    3.34 -
    3.35  # Rules to gen a SliTaz PACKAGE suitable for Tazpkg.
    3.36  genpkg_rules()
    3.37  {