wok-next rev 20077
Add qtstyleplugins
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Oct 25 11:03:16 2017 +0200 (2017-10-25) |
parents | defb66322971 |
children | 6b9ba3a24c77 |
files | QtWeb/receipt dooble/receipt qtstyleplugins/receipt smtube/receipt |
line diff
1.1 --- a/QtWeb/receipt Wed Oct 25 09:40:19 2017 +0200 1.2 +++ b/QtWeb/receipt Wed Oct 25 11:03:16 2017 +0200 1.3 @@ -26,7 +26,7 @@ 1.4 settings.cpp browsermainwindow.cpp tabwidget.cpp 1.5 1.6 # sed -i 's/* 0.9;/* ;/' browsermainwindow.cpp 1.7 - sed 's|<QPrintDialog|<QtPrintSupport/QPrintDialog|' -i browsermainwindow.cpp 1.8 + sed 's|<QPrint|<QtPrintSupport/QPrint|' -i browsermainwindow.cpp 1.9 1.10 # Save profile to ~./config ; ~/.local/share/data instead of /tmp: 1.11 sed -i 's/unins000.exe/QtWeb/' browserapplication.cpp
2.1 --- a/dooble/receipt Wed Oct 25 09:40:19 2017 +0200 2.2 +++ b/dooble/receipt Wed Oct 25 11:03:16 2017 +0200 2.3 @@ -34,14 +34,16 @@ 2.4 # Rules to gen a SliTaz package suitable for Tazpkg. 2.5 genpkg_rules() 2.6 { 2.7 + mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE 2.8 + cp -a $src/D${PACKAGE:1} $fs/usr/bin 2.9 cp -a $install/* $fs ; rm -rf $fs/home $fs/usr/local 2.10 - cd $fs/usr/share/$PACKAGE ; ln -s ../../bin/D${PACKAGE:1} D${PACKAGE:1} 2.11 - cd $fs/usr/share/$PACKAGE/Icons ; rm -rf 64x64 nuovext nuvola black-and-white && ln -s faience nuovext 2.12 - cd $fs/usr/share/$PACKAGE/Translations ; find . -size -44k -delete 2.13 - mv $fs/usr/share/$PACKAGE/$PACKAGE.sh $fs/usr/bin/ && cd $fs/usr/bin 2.14 - sed -i 's|local/dooble/Dooble|bin/Dooble|g' $PACKAGE.sh 2.15 - sed -i 's|cd /usr/local/dooble|cd /usr/share/dooble|g' $PACKAGE.sh 2.16 - sed -i 's/fusion/ /g' $PACKAGE.sh 2.17 +# cd $fs/usr/share/$PACKAGE ; ln -s ../../bin/D${PACKAGE:1} D${PACKAGE:1} 2.18 +# cd $fs/usr/share/$PACKAGE/Icons ; rm -rf 64x64 nuovext nuvola black-and-white && ln -s faience nuovext 2.19 +# cd $fs/usr/share/$PACKAGE/Translations ; find . -size -44k -delete 2.20 +# mv $fs/usr/share/$PACKAGE/$PACKAGE.sh $fs/usr/bin/ && cd $fs/usr/bin 2.21 +# sed -i 's|local/dooble/Dooble|bin/Dooble|g' $PACKAGE.sh 2.22 +# sed -i 's|cd /usr/local/dooble|cd /usr/share/dooble|g' $PACKAGE.sh 2.23 +# sed -i 's/fusion/ /g' $PACKAGE.sh 2.24 cd $fs/usr/share/$PACKAGE ; cat>'Dooble.ini' << EOT 2.25 [General] 2.26 iconSet=/usr/share/dooble/Icons/faience/configuration.cfg
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/qtstyleplugins/receipt Wed Oct 25 11:03:16 2017 +0200 3.3 @@ -0,0 +1,26 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="qtstyleplugins" 3.7 +VERSION="335dbec" 3.8 +CATEGORY="customization" 3.9 +SHORT_DESC="qt5 style plugins" 3.10 +MAINTAINER="psychomaniak@xakep.ru" 3.11 +LICENSE="GPL" 3.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 3.13 +WEB_SITE="https://github.com/qt/qtstyleplugins/" 3.14 +WGET_URL="${WEB_SITE}releases/download/${TARBALL/*-}" 3.15 + 3.16 +DEPENDS="qt5-base" 3.17 +BUILD_DEPENDS="qt5-dev cmake bison flex gperf ruby-dev xorg-dev mesa17-dev \ 3.18 +freetype-dev fontconfig-dev sqlite-dev libpng-dev libjpeg-turbo-dev icu-dev \ 3.19 +glib-dev zlib-dev libxslt-python libxslt-dev" 3.20 + 3.21 +compile_rules() 3.22 +{ 3.23 + cd src ; qmake ; make ; make install 3.24 +} 3.25 + 3.26 +genpkg_rules() 3.27 +{ 3.28 + cp -a $install/* $fs 3.29 +}
4.1 --- a/smtube/receipt Wed Oct 25 09:40:19 2017 +0200 4.2 +++ b/smtube/receipt Wed Oct 25 11:03:16 2017 +0200 4.3 @@ -17,7 +17,7 @@ 4.4 compile_rules() 4.5 { 4.6 #sed 's|tonvid.com/|&terms-of-use.php|' -i src/browserwindow.cpp 4.7 - sed 's|tonvid.com/|cook.slitaz.org/next/?activity|' -i src/browserwindow.cpp 4.8 + sed 's|tonvid.com/|cook.slitaz.org/next/|' -i src/browserwindow.cpp 4.9 sed 's|home_page + "search.php?q="|"http://tonvid.com/search.php?q="|' \ 4.10 -i src/browserwindow.cpp 4.11 make PREFIX=/usr &&