wok diff qutim/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 23c3aed67cd9
children 1df6fa555414
line diff
     1.1 --- a/qutim/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/qutim/receipt	Wed Jul 06 16:30:34 2016 +0200
     1.3 @@ -16,7 +16,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	sed -i  -e 's/ moc_options /&moc_target /' \
     1.9 +		-e 's/\(QT4_CREATE_MOC_COMMAND.*\))/\1 "${moc_target}")/' \
    1.10 +			core/cmake/QutIMMacros.cmake
    1.11  	mkdir ../qutim-build && cd ../qutim-build
    1.12  	cmake ../$PACKAGE-$VERSION -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release \
    1.13  	-DQUTIM_ENABLE_ALL_PLUGINS=on &&