Update file formatting

This commit is contained in:
Andreas Cord-Landwehr
2020-12-14 16:10:53 +01:00
parent 1d91dd3bca
commit 0b8dda6b5f
2 changed files with 7 additions and 2 deletions

View File

@@ -10,7 +10,9 @@ HOMEPAGE = "https://api.kde.org/frameworks/attica/html/index.html"
LICENSE = "LGPL-2.1"
PR = "r0"
DEPENDS = "qtbase"
DEPENDS = " \
qtbase \
"
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"

View File

@@ -8,7 +8,10 @@ HOMEPAGE = "https://api.kde.org/frameworks/kirigami/html/index.html"
LICENSE = "LGPL-2.0"
PR = "r0"
DEPENDS = "qtquickcontrols2 qtsvg"
DEPENDS = " \
qtquickcontrols2 \
qtsvg \
"
SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"