wok-next diff libqscintilla-qt5/receipt @ rev 20738

Up scons (3.0.1); add scons2 (2.5.1)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 21:13:51 2018 +0300 (2018-05-29)
parents 4e37d8bb7375
children df20b2110f7e
line diff
     1.1 --- a/libqscintilla-qt5/receipt	Wed Nov 08 21:51:43 2017 +0200
     1.2 +++ b/libqscintilla-qt5/receipt	Tue May 29 21:13:51 2018 +0300
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="$SF_MIRROR/pyqt/QScintilla_gpl-$VERSION.tar.gz"
     1.6  
     1.7 -BUILD_DEPENDS="qt5-dev mesa17-dev python"
     1.8 +BUILD_DEPENDS="qt5-dev mesa-dev python"
     1.9  SPLIT="libqscintilla-qt5-dev libqscintilla-qt5-python libqscintilla-qt5"
    1.10  
    1.11  compile_rules() {
    1.12 @@ -51,7 +51,7 @@
    1.13  			;;
    1.14  		libqscintilla-qt5)
    1.15  			copy @std @rm
    1.16 -			DEPENDS="libatomic mesa17 qt5-base qt5-tools"
    1.17 +			DEPENDS="libatomic mesa qt5-base qt5-tools"
    1.18  			;;
    1.19  	esac
    1.20  }