Исправлено часть замечаний

pull/11/head
Igor Belitskiy 3 years ago
parent cc08d3dbba
commit d54cae5d80

@ -14,7 +14,7 @@ FILE_VERSION = VERSION.md
DEPENDS = /bin/cmake DEPENDS = /bin/cmake
PREFIX ?= /usr PREFIX ?= /usr
PKGNAME = $(MAKEFILE_DIR) PKGNAME = $(MAKEFILE_DIR)
#PKGNAME = ubl-settings-datetime #PKGNAME = ubl-settings-bootloader
default_target: all default_target: all
@ -24,7 +24,7 @@ all: init build
init: init:
@echo "Initialize ..."; \ @echo "Initialize ..."; \
sed -r "s/(version_application = ).*/\1\"$$(grep 'VERSION' ${FILE_VERSION} | cut -d" " -f2)\";/" -i source/ubl-settings-datetime.cc; \ sed -r "s/(version_application = ).*/\1\"$$(grep 'VERSION' ${FILE_VERSION} | cut -d" " -f2)\";/" -i source/ubl-settings-bootloader.cc; \
echo "-- Build path: ${CMAKE_BUILD_DIR}" echo "-- Build path: ${CMAKE_BUILD_DIR}"
depend: depend:

@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE. # Language translations for ubl-settings-bootloader package.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) 2022, UBTech LLC
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the ubl-settings-bootloader package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # UBLinux Team <info@ublinux.com>, 2022
# #
#, fuzzy #, fuzzy
msgid "" msgid ""

@ -1,8 +1,9 @@
# Russian translations for PACKAGE package. # Russian translations for ubl-settings-bootloader package.
# Copyright (C) 2023 THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) 2022, UBTech LLC
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the ubl-settings-bootloader package.
# Automatically generated, 2023. # UBLinux Team <info@ublinux.com>, 2022
# #
#, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ubl-settings-bootloader 1.0\n" "Project-Id-Version: ubl-settings-bootloader 1.0\n"

Loading…
Cancel
Save