2013/12/17 Ylinen, Mikko <[email protected]>

>
>
> On Tue, Dec 17, 2013 at 12:15 AM, Tomasz Olszak 
> <[email protected]>wrote:
>
>> #following script will install qt packages excluding debug and source
>> packages
>> for repo in `zypper search qt* | grep qt | grep -v devel | grep -v debug
>> | cut -d "|" -f 2 | sort | uniq`; do zypper -n in  $repo; done
>>
>
> How about creating an RPM pattern for all Qt packages you'd like people to
> install/use:
>
> send a Gerrit review for meta-common package with a new file
>
> patterns/qt.yaml
>
> (see other .yaml files as an example)
>
> Then install would go:
>
> zypper in -t pattern Qt
>
> -- Mikko
>

I was planning to ask about that.
I will prepare qt.yaml soon.

Thanks
-- 
regards,
Tomasz Olszak
Qt for Tizen | http://qt-project.org/wiki/Tizen
_______________________________________________
IVI mailing list
[email protected]
https://lists.tizen.org/listinfo/ivi

Reply via email to