wok-next diff stoqdrivers/receipt @ rev 20237

Add Qt5 applications: notes, qtav, miam-player
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 06 15:59:23 2017 +0200 (2017-11-06)
parents c4f226b02549
children a3254b6a96ac
line diff
     1.1 --- a/stoqdrivers/receipt	Sat Nov 30 11:11:23 2013 +0000
     1.2 +++ b/stoqdrivers/receipt	Mon Nov 06 15:59:23 2017 +0200
     1.3 @@ -12,12 +12,12 @@
     1.4  WGET_URL="http://download.stoq.com.br/sources/0.9.11/$TARBALL"
     1.5  
     1.6  DEPENDS="python python-kiwi python-serial zopeinterface"
     1.7 -BUILD_DEPENDS="python python-dev python-kiwi python-serial zopeinterface"
     1.8 +BUILD_DEPENDS="python python-dev python-kiwi python-serial zopeinterface \
     1.9 +gettext-tools"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	cd $src
    1.15  	python setup.py install --root=$DESTDIR
    1.16  }
    1.17