update: add version support to database find, better depend checking for resolve

This commit is contained in:
ngn
2024-07-08 12:49:22 +03:00
parent cb193d0f18
commit 216ca5c9dd
12 changed files with 264 additions and 169 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-08 07:22+0300\n"
"POT-Creation-Date: 2024-07-08 12:47+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -529,3 +529,28 @@ msgstr ""
#, c-format
msgid "failed to remove changes file for package: %s"
msgstr ""
#: src/error.c:145
msgid "failed to get current directory for running install"
msgstr ""
#: src/error.c:146
msgid "failed change directory to root for running install"
msgstr ""
#: src/error.c:147
msgid "failed run install spawn command"
msgstr ""
#: src/error.c:149
msgid "failed to change directory to old directory after running install"
msgstr ""
#: src/error.c:150
msgid "install script returned a bad status code"
msgstr ""
#: src/error.c:151
#, c-format
msgid "failed to run the package install script: %s"
msgstr ""