wok-next rev 19997

Up djview, copyq, qedit
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 20:22:52 2017 +0200 (2017-10-20)
parents bd7a40b68c3f
children 0c46647d6ef2
files copyq/receipt djview/receipt nomacs/receipt qedit/receipt smplayer/receipt
line diff
     1.1 --- a/copyq/receipt	Fri Oct 20 16:30:46 2017 +0200
     1.2 +++ b/copyq/receipt	Fri Oct 20 20:22:52 2017 +0200
     1.3 @@ -11,8 +11,8 @@
     1.4  MAINTAINER="psychomaniak@xakep.ru"
     1.5  WGET_URL="https://github.com/hluk/CopyQ/archive/$VERSION_GIT.tar.gz"
     1.6  
     1.7 -DEPENDS="libQtGui libQtNetwork libQtScript libQtSvg librsvg libQtXml libQtWebkit"
     1.8 -BUILD_DEPENDS="wget Qt4-dev cmake qmake"
     1.9 +DEPENDS="qt5-base"
    1.10 +BUILD_DEPENDS="qt5-dev cmake expat-dev xorg-dev zlib-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
     2.1 --- a/djview/receipt	Fri Oct 20 16:30:46 2017 +0200
     2.2 +++ b/djview/receipt	Fri Oct 20 20:22:52 2017 +0200
     2.3 @@ -10,8 +10,8 @@
     2.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.5  WGET_URL="$SF_MIRROR/djvu/$TARBALL"
     2.6  
     2.7 -DEPENDS="libQtGui libQtNetwork libQtOpenGL djvulibre"
     2.8 -BUILD_DEPENDS="qmake Qt4-dev djvulibre-dev gzip wget mesa-dev"
     2.9 +DEPENDS="qt5-base djvulibre"
    2.10 +BUILD_DEPENDS="qt5-dev  djvulibre-dev gzip xorg-dev zlib-dev" # mesa-dev
    2.11  
    2.12  # Rules to configure and make the package.
    2.13  compile_rules()
     3.1 --- a/nomacs/receipt	Fri Oct 20 16:30:46 2017 +0200
     3.2 +++ b/nomacs/receipt	Fri Oct 20 20:22:52 2017 +0200
     3.3 @@ -10,14 +10,12 @@
     3.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.5  WGET_URL="https://github.com/nomacs/nomacs/archive/$VERSION.tar.gz"
     3.6  
     3.7 -DEPENDS="qt5"
     3.8 +DEPENDS="qt5-base"
     3.9  BUILD_DEPENDS="qt5-dev cmake exiv2-dev libraw-dev zlib-dev expat-dev mesa17-dev"
    3.10  
    3.11  # Rules to configure and make the package.
    3.12  compile_rules()
    3.13  {
    3.14 -	cd $src/ImageLounge/src/img
    3.15 -	cp -f nomacs32.png nomacs.png
    3.16  	cd $src/ImageLounge ; sed -i 's/ ON/ OFF/g' CMakeLists.txt
    3.17  	mkdir build ; cd build
    3.18  	cmake \
     4.1 --- a/qedit/receipt	Fri Oct 20 16:30:46 2017 +0200
     4.2 +++ b/qedit/receipt	Fri Oct 20 20:22:52 2017 +0200
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="qedit"
     4.7 -VERSION="2.8.1"
     4.8 +VERSION="2.7.1"
     4.9  CATEGORY="editors"
    4.10  SHORT_DESC="Code editor"
    4.11  MAINTAINER="psychomaniak@xakep.ru"
    4.12 @@ -11,8 +11,8 @@
    4.13  WGET_URL="$WEB_SITE/tgz/$TARBALL"
    4.14  TAGS="text-editor"
    4.15  
    4.16 -DEPENDS="qt5 xcb-util-keysyms"
    4.17 -BUILD_DEPENDS="qt5-dev cmake xcb-util-keysyms-dev zlib-dev"
    4.18 +DEPENDS="qt5-base xcb-util-keysyms"
    4.19 +BUILD_DEPENDS="qt5-dev cmake xcb-util-keysyms-dev xorg-dev zlib-dev"
    4.20  
    4.21  # Rules to configure and make the package.
    4.22  compile_rules()
     5.1 --- a/smplayer/receipt	Fri Oct 20 16:30:46 2017 +0200
     5.2 +++ b/smplayer/receipt	Fri Oct 20 20:22:52 2017 +0200
     5.3 @@ -11,7 +11,7 @@
     5.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     5.5  TAGS="player audio video movie"
     5.6  
     5.7 -DEPENDS="mplayer-cli qt5"
     5.8 +DEPENDS="mplayer-cli qt5-base"
     5.9  BUILD_DEPENDS="qt5-dev xorg-dev zlib-dev"
    5.10  SUGGESTED="smplayer-themes mpv"
    5.11