wok-next rev 20078
Add qtstyleplugins
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Oct 25 11:19:15 2017 +0200 (2017-10-25) |
parents | d69dcf6fcb1c |
children | 12c16b0d3df1 |
files | dooble/receipt qtstyleplugins/receipt |
line diff
1.1 --- a/dooble/receipt Wed Oct 25 11:03:16 2017 +0200 1.2 +++ b/dooble/receipt Wed Oct 25 11:19:15 2017 +0200 1.3 @@ -22,9 +22,9 @@ 1.4 qmake PREFIX="/usr/" ${PACKAGE}.qt5.pro 1.5 make && make INSTALL_ROOT=$install install 1.6 # rm -rf $install/usr/local/$PACKAGE/D${PACKAGE:1} 1.7 -# mkdir -p $install/usr/share $install/usr/bin $install/usr/lib 1.8 -# install $srcdir/libSpotOn/libspoton.so $install/usr/lib 1.9 -# install $srcdir/D${PACKAGE:1} $install/usr/bin 1.10 + mkdir -p $install/usr/share $install/usr/bin $install/usr/lib 1.11 + install $srcdir/libSpotOn/libspoton.so $install/usr/lib 1.12 + install $srcdir/D${PACKAGE:1} $install/usr/bin 1.13 # rm -rf $srcdir/temp $srcdir/T* $srcdir/D${PACKAGE:1} 1.14 # mv $install/usr/local/$PACKAGE $install/usr/share/ 1.15 # rm $install/usr/share/$PACKAGE/Icons/AxB/dooble.ico 1.16 @@ -36,7 +36,7 @@ 1.17 { 1.18 mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE 1.19 cp -a $src/D${PACKAGE:1} $fs/usr/bin 1.20 - cp -a $install/* $fs ; rm -rf $fs/home $fs/usr/local 1.21 + cp -a $install/* $fs 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
2.1 --- a/qtstyleplugins/receipt Wed Oct 25 11:03:16 2017 +0200 2.2 +++ b/qtstyleplugins/receipt Wed Oct 25 11:19:15 2017 +0200 2.3 @@ -8,7 +8,7 @@ 2.4 LICENSE="GPL" 2.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.6 WEB_SITE="https://github.com/qt/qtstyleplugins/" 2.7 -WGET_URL="${WEB_SITE}releases/download/${TARBALL/*-}" 2.8 +WGET_URL="${WEB_SITE}archive/${TARBALL/*-}" 2.9 2.10 DEPENDS="qt5-base" 2.11 BUILD_DEPENDS="qt5-dev cmake bison flex gperf ruby-dev xorg-dev mesa17-dev \