wok-6.x diff libjreen/receipt @ rev 17025
libmtp: drop Zune support; mtpfs, usbids: tiny edits
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Aug 15 00:06:08 2014 +0000 (2014-08-15) |
parents | 4904e3d374a9 |
children | be7b188ef115 |
line diff
1.1 --- a/libjreen/receipt Tue Jun 11 10:41:23 2013 +0200 1.2 +++ b/libjreen/receipt Fri Aug 15 00:06:08 2014 +0000 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 + cmake/jreenMacros.cmake 1.11 mkdir build && cd build 1.12 cmake .. -DCMAKE_INSTALL_PREFIX=/usr && 1.13 make DESTDIR=$DESTDIR install