wok-next rev 19998

copyq, djview : update bdeps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 20:47:25 2017 +0200 (2017-10-20)
parents 4db41c0dada2
children 43c177b957bc
files copyq/receipt djview/receipt qedit/receipt
line diff
     1.1 --- a/copyq/receipt	Fri Oct 20 20:22:52 2017 +0200
     1.2 +++ b/copyq/receipt	Fri Oct 20 20:47:25 2017 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="https://github.com/hluk/CopyQ/archive/$VERSION_GIT.tar.gz"
     1.5  
     1.6  DEPENDS="qt5-base"
     1.7 -BUILD_DEPENDS="qt5-dev cmake expat-dev xorg-dev zlib-dev"
     1.8 +BUILD_DEPENDS="qt5-dev cmake expat-dev xorg-dev zlib-dev expat-dev mesa17-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- a/djview/receipt	Fri Oct 20 20:22:52 2017 +0200
     2.2 +++ b/djview/receipt	Fri Oct 20 20:47:25 2017 +0200
     2.3 @@ -11,7 +11,7 @@
     2.4  WGET_URL="$SF_MIRROR/djvu/$TARBALL"
     2.5  
     2.6  DEPENDS="qt5-base djvulibre"
     2.7 -BUILD_DEPENDS="qt5-dev  djvulibre-dev gzip xorg-dev zlib-dev" # mesa-dev
     2.8 +BUILD_DEPENDS="qt5-dev djvulibre-dev gzip xorg-dev zlib-dev expat-dev mesa17-dev"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
     3.1 --- a/qedit/receipt	Fri Oct 20 20:22:52 2017 +0200
     3.2 +++ b/qedit/receipt	Fri Oct 20 20:47:25 2017 +0200
     3.3 @@ -11,8 +11,8 @@
     3.4  WGET_URL="$WEB_SITE/tgz/$TARBALL"
     3.5  TAGS="text-editor"
     3.6  
     3.7 -DEPENDS="qt5-base xcb-util-keysyms"
     3.8 -BUILD_DEPENDS="qt5-dev cmake xcb-util-keysyms-dev xorg-dev zlib-dev"
     3.9 +DEPENDS="libQtGui libQtDBus libQtNetwork xcb-util-keysyms"
    3.10 +BUILD_DEPENDS="Qt4-dev cmake qmake xcb-util-keysyms-dev zlib-dev"
    3.11  
    3.12  # Rules to configure and make the package.
    3.13  compile_rules()