gvfs: stylize DEPENDS

Use multiline styling in the gvfs DEPENDS variable assignment, so that
diffs are easier to understand.

Also alpha-sort the DEPENDS, since their order isn't meaningful.

Signed-off-by: Alex Stewart <alex.stewart@ni.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alex Stewart
2022-12-01 07:41:47 -06:00
committed by Khem Raj
parent 3b7f98f52b
commit 9e725dfee3
+9 -2
View File
@@ -5,8 +5,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=05df38dd77c35ec8431f212410a3329e"
GNOMEBASEBUILDCLASS = "meson" GNOMEBASEBUILDCLASS = "meson"
inherit gnomebase gsettings bash-completion gettext upstream-version-is-even features_check useradd inherit gnomebase gsettings bash-completion gettext upstream-version-is-even features_check useradd
DEPENDS += "libsecret glib-2.0 glib-2.0-native libgudev shadow-native \ DEPENDS += "\
gsettings-desktop-schemas dbus" dbus \
glib-2.0 \
glib-2.0-native \
gsettings-desktop-schemas \
libgudev \
libsecret \
shadow-native \
"
RDEPENDS:${PN} += "gsettings-desktop-schemas" RDEPENDS:${PN} += "gsettings-desktop-schemas"