wok-next rev 19999
Up qedit, qbittorrent
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Oct 20 21:21:58 2017 +0200 (2017-10-20) |
parents | 0c46647d6ef2 |
children | f31065ec4855 |
files | qbittorrent/receipt qedit/receipt |
line diff
1.1 --- a/qbittorrent/receipt Fri Oct 20 20:47:25 2017 +0200 1.2 +++ b/qbittorrent/receipt Fri Oct 20 21:21:58 2017 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="qbittorrent" 1.7 -VERSION="3.1.9.2" 1.8 +VERSION="3.3.16" 1.9 CATEGORY="network" 1.10 SHORT_DESC="qBittorrent - A BitTorrent client in Qt4" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 @@ -11,10 +11,9 @@ 1.13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.14 GENERIC_PIXMAPS="no"; GENERIC_MENUS="no" 1.15 1.16 -DEPENDS="libQtCore libQtDBus libQtGui libQtNetwork libQtXml libboost-system \ 1.17 -libcrypto libssl libtorrent-rasterbar zlib" 1.18 -BUILD_DEPENDS="Qt4-dev qmake libboost-dev libtorrent-rasterbar-dev openssl-dev \ 1.19 -geoip" 1.20 +DEPENDS="qt5-base libboost-system libcrypto libssl libtorrent-rasterbar zlib" 1.21 +BUILD_DEPENDS="qt5-dev libboost-dev libtorrent-rasterbar-dev openssl-dev \ 1.22 +geoip xorg-dev zlib-dev" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules()
2.1 --- a/qedit/receipt Fri Oct 20 20:47:25 2017 +0200 2.2 +++ b/qedit/receipt Fri Oct 20 21:21:58 2017 +0200 2.3 @@ -11,14 +11,14 @@ 2.4 WGET_URL="$WEB_SITE/tgz/$TARBALL" 2.5 TAGS="text-editor" 2.6 2.7 -DEPENDS="libQtGui libQtDBus libQtNetwork xcb-util-keysyms" 2.8 -BUILD_DEPENDS="Qt4-dev cmake qmake xcb-util-keysyms-dev zlib-dev" 2.9 +DEPENDS="qt5-base xcb-util-keysyms" 2.10 +BUILD_DEPENDS="qt5-dev cmake xcb-util-keysyms-dev xorg-dev zlib-dev" 2.11 2.12 # Rules to configure and make the package. 2.13 compile_rules() 2.14 { 2.15 patch $src/patterns/shell_patterns.xml $stuff/strvar_color_slitaz 2.16 - cd $src && cmake -DCMAKE_INSTALL_PREFIX=/usr . && 2.17 + cd $src && cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_QT5=true . && 2.18 make && make DESTDIR=$DESTDIR install 2.19 } 2.20