diff options
Diffstat (limited to 'templates/man5/PKGBUILD.5.pot')
-rw-r--r-- | templates/man5/PKGBUILD.5.pot | 86 |
1 files changed, 51 insertions, 35 deletions
diff --git a/templates/man5/PKGBUILD.5.pot b/templates/man5/PKGBUILD.5.pot index 5a1b10f7..2c6ef0dd 100644 --- a/templates/man5/PKGBUILD.5.pot +++ b/templates/man5/PKGBUILD.5.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-02-15 18:06+0100\n" +"POT-Creation-Date: 2024-05-01 15:47+0200\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" @@ -25,13 +25,13 @@ msgstr "" #. type: TH #: archlinux #, no-wrap -msgid "2024-02-06" +msgid "2024-03-15" msgstr "" #. type: TH #: archlinux fedora-40 fedora-rawhide #, no-wrap -msgid "Pacman 6\\&.0\\&.2" +msgid "Pacman 6\\&.1\\&.0" msgstr "" #. type: TH @@ -51,7 +51,7 @@ msgstr "" #. type: Plain text #: archlinux fedora-40 fedora-rawhide -msgid "PKGBUILD - Arch Linux package build description file" +msgid "PKGBUILD - Package build description file" msgstr "" #. type: SH @@ -219,14 +219,7 @@ msgstr "" #. type: Plain text #: archlinux fedora-40 fedora-rawhide msgid "" -"This field specifies the license(s) that apply to the package\\&. Commonly " -"used licenses can be found in I</usr/share/licenses/common>\\&. If you see " -"the package\\(cqs license there, simply reference it in the license field " -"(e\\&.g\\&., license=(\\*(AqGPL\\*(Aq))\\&. If the package provides a " -"license not available in I</usr/share/licenses/common>, then you should " -"include it in the package itself and set license=(\\*(Aqcustom\\*(Aq) or " -"license=(\\*(Aqcustom:LicenseName\\*(Aq)\\&. The license should be placed in " -"I<$pkgdir/usr/share/licenses/$pkgname/> when building the package\\&. If " +"This field specifies the license(s) that apply to the package\\&. If " "multiple licenses are applicable, list all of them: license=(\\*(AqGPL\\*(Aq " "\\*(AqFDL\\*(Aq)\\&." msgstr "" @@ -436,7 +429,7 @@ msgid "" msgstr "" #. type: Plain text -#: archlinux fedora-40 fedora-rawhide +#: archlinux msgid "" "If the dependency name appears to be a library (ends with \\&.so), makepkg " "will try to find a binary that depends on the library in the built package " @@ -567,7 +560,7 @@ msgid "" msgstr "" #. type: Plain text -#: archlinux fedora-40 fedora-rawhide +#: archlinux msgid "" "If the provision name appears to be a library (ends with \\&.so), makepkg " "will try to find the library in the built package and append the correct " @@ -819,7 +812,22 @@ msgid "" "will become the root directory of the built package and is run after all the " "optional functions listed below\\&. The packaging stage is run using " "fakeroot to ensure correct file permissions in the resulting package\\&. All " -"other functions will be run as the user calling makepkg\\&." +"other functions will be run as the user calling makepkg\\&. This function is " +"run inside $srcdir\\&." +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide +msgid "B<verify() Function>" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide +msgid "" +"An optional verify() function can be specified to implement arbitrary " +"source authentication\\&. The function should return a non-zero exit code " +"when verification fails\\&. This function is run before sources are " +"extracted\\&. This function is run inside $startdir\\&." msgstr "" #. type: Plain text @@ -834,7 +842,7 @@ msgid "" "prepare the sources for building, such as patching, are performed\\&. This " "function is run after the source extraction and before the build() " "function\\&. The prepare() function is skipped when source extraction is " -"skipped\\&." +"skipped\\&. This function is run inside $srcdir\\&." msgstr "" #. type: Plain text @@ -846,7 +854,8 @@ msgstr "" #: archlinux fedora-40 fedora-rawhide msgid "" "The optional build() function is used to compile and/or adjust the source " -"files in preparation to be installed by the package() function\\&." +"files in preparation to be installed by the package() function\\&. This " +"function is run inside $srcdir\\&." msgstr "" #. type: Plain text @@ -860,7 +869,7 @@ msgid "" "An optional check() function can be specified in which a package\\(cqs test-" "suite may be run\\&. This function is run between the build() and " "package() functions\\&. Be sure any exotic commands used are covered by the " -"checkdepends array\\&." +"checkdepends array\\&. This function is run inside $srcdir\\&." msgstr "" #. type: Plain text @@ -885,12 +894,6 @@ msgstr "" #. type: Plain text #: archlinux fedora-40 fedora-rawhide -msgid "" -"All of the packaging functions defined above are run starting inside $srcdir" -msgstr "" - -#. type: Plain text -#: archlinux fedora-40 fedora-rawhide msgid "B<pkgdir>" msgstr "" @@ -1125,6 +1128,14 @@ msgstr "" #. type: Plain text #: archlinux fedora-40 fedora-rawhide +msgid "" +"Some VCS Sources like Git support pinning the checkout by a checksum of its " +"content using deterministic export functionality like \\(lqgit " +"archive\\(rq\\&." +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide msgid "The source URL is divided into four components:" msgstr "" @@ -1235,8 +1246,7 @@ msgstr "" msgid "" "The following is an example PKGBUILD for the I<patch> package\\&. For more " "examples, look through the build files of your distribution\\(cqs " -"packages\\&. For those using Arch Linux, consult the Arch Build System (ABS) " -"tree\\&." +"packages\\&." msgstr "" #. type: Plain text @@ -1261,8 +1271,8 @@ msgid "" "makedepends=(\\*(Aqed\\*(Aq)\n" "optdepends=(\\*(Aqed: for \"patch -e\" functionality\\*(Aq)\n" "source=(\"ftp://ftp\\&.gnu\\&.org/gnu/$pkgname/$pkgname-$pkgver\\&.tar\\&.xz\"{,\\&.sig})\n" -"md5sums=(\\*(Aqe9ae5393426d3ad783a300a338c09b72\\*(Aq\n" -" \\*(AqSKIP\\*(Aq)\n" +"sha256sums=(\\*(Aq9124ba46db0abd873d0995c2ca880e81252676bb6c03e0a37dfc5f608a9b0ceb\\*(Aq\n" +" \\*(AqSKIP\\*(Aq)\n" msgstr "" #. type: Plain text @@ -1341,11 +1351,6 @@ msgstr "" #. type: Plain text #: archlinux fedora-40 fedora-rawhide -msgid "Eli Schwartz E<lt>eschwartz@archlinux\\&.orgE<gt>" -msgstr "" - -#. type: Plain text -#: archlinux fedora-40 fedora-rawhide msgid "Morgan Adamiec E<lt>morganamilo@archlinux\\&.orgE<gt>" msgstr "" @@ -1391,13 +1396,24 @@ msgstr "" #. type: Plain text #: archlinux fedora-40 fedora-rawhide +msgid "Eli Schwartz E<lt>eschwartz@archlinux\\&.orgE<gt>" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide msgid "" "For additional contributors, use git shortlog -s on the pacman\\&.git " "repository\\&." msgstr "" #. type: TH -#: fedora-40 fedora-rawhide +#: fedora-40 +#, no-wrap +msgid "2024-03-09" +msgstr "" + +#. type: TH +#: fedora-rawhide #, no-wrap -msgid "2024-01-25" +msgid "2024-04-14" msgstr "" |