Add Atelier QML recipe
ClosedPublic

Authored by laysrodrigues on Jul 10 2019, 5:29 PM.

Details

Summary

Signed-off-by: Lays Rodrigues <lays.rodrigues@kde.org>

Diff Detail

Repository
R877 Craft Blueprints for KDE
Branch
add_atelier_qml
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 13826
Build 13844: arc lint + arc unit
laysrodrigues requested review of this revision.Jul 10 2019, 5:29 PM
laysrodrigues created this revision.
vonreth requested changes to this revision.Jul 10 2019, 6:59 PM
vonreth added inline comments.
extragear/atelier-qml/blacklist.txt
6

should all be covered by the default blacklist so better remove it here.

12

probably also outdated

30

your app is called -qml and you blacklist most of qml?

46

looks like kde4

59

you should better keep the conf

62

if you don't need dbus you should rather use

self.ignoredPackages.append("binary/mysql")
self.ignoredPackages.append("libs/dbus")
This revision now requires changes to proceed.Jul 10 2019, 6:59 PM
laysrodrigues marked 6 inline comments as done.Jul 10 2019, 7:29 PM

based on kde-connect blacklist

Base on kde-connect blacklist

vonreth added inline comments.Jul 10 2019, 8:05 PM
extragear/atelier-qml/blacklist.txt
28

your using qml so you probably need opengl...

laysrodrigues marked an inline comment as done.Jul 10 2019, 8:08 PM

Remove opengl from blacklist

vonreth accepted this revision.Jul 10 2019, 9:33 PM
This revision is now accepted and ready to land.Jul 10 2019, 9:33 PM
laysrodrigues closed this revision.Jul 10 2019, 9:37 PM