Add spaces around assignments

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
Marko Lindqvist
2025-04-25 18:26:20 +03:00
parent b97f952d59
commit 6d11b66167
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ functions, classes, and methods to Lua."
HOMEPAGE = "http://webserver2.tecgraf.puc-rio.br/~celes/tolua/" HOMEPAGE = "http://webserver2.tecgraf.puc-rio.br/~celes/tolua/"
SECTION = "console/utils" SECTION = "console/utils"
DEPENDS= "lua-native" DEPENDS = "lua-native"
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"
LICENSE = "GPL-2.0-or-later" LICENSE = "GPL-2.0-or-later"

View File

@@ -5,7 +5,7 @@ LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "libgames-support glib-2.0 gtk+3 librsvg libcanberra intltool-native itstool-native" DEPENDS = "libgames-support glib-2.0 gtk+3 librsvg libcanberra intltool-native itstool-native"
GNOME_COMPRESS_TYPE="xz" GNOME_COMPRESS_TYPE = "xz"
inherit gnomebase gettext inherit gnomebase gettext

View File

@@ -5,7 +5,7 @@ LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "libgnome-games-support glib-2.0 gtk+3 librsvg libcanberra intltool-native itstool-native" DEPENDS = "libgnome-games-support glib-2.0 gtk+3 librsvg libcanberra intltool-native itstool-native"
GNOME_COMPRESS_TYPE="xz" GNOME_COMPRESS_TYPE = "xz"
inherit gnomebase inherit gnomebase

View File

@@ -141,7 +141,7 @@ FILES:${PN}-l = "\
${datadir}/wesnoth/translations/*/LC_MESSAGES/wesnoth-l.mo \ ${datadir}/wesnoth/translations/*/LC_MESSAGES/wesnoth-l.mo \
" "
FILES:${PN}-low ="\ FILES:${PN}-low = "\
${datadir}/wesnoth/data/campaigns/Legend_of_Wesmere \ ${datadir}/wesnoth/data/campaigns/Legend_of_Wesmere \
${datadir}/wesnoth/translations/*/LC_MESSAGES/wesnoth-low.mo \ ${datadir}/wesnoth/translations/*/LC_MESSAGES/wesnoth-low.mo \
" "