diff --git a/.pbwrapperhelp b/.pbwrapperhelp index 271011b..e1c480b 100644 --- a/.pbwrapperhelp +++ b/.pbwrapperhelp @@ -39,8 +39,9 @@ options: --noscriptlet do not execute the install scriptlet if one exists --print-format specify how the targets should be printed -usage: pkgbuilder [-h] [-V] [-F] [--userfetch USER] [-i] [-s] [-u] [-U] [-4] - [-c] [-C] [--debug] [-d] [-D] [-v] [-w] [-S] [-y] +usage: pkgbuilder [-h] [-V] [-F] [--userfetch USER] [-i] [-s] [-u] [-U] [-c] + [-C] [--debug] [-d] [-D] [-v] [-w] [--skippgpcheck] [-S] + [-y] [PACKAGE [PACKAGE ...]] An AUR helper (and library) in Python 3. @@ -61,14 +62,14 @@ operations: -U, --upgrade copy package files to pacman cache and install them options: - -4, --aur4 use aur4.archlinux.org - -c, --clean clean up work files after build + -c, --clean clean up work files before and after build -C, --nocolors don't use colors in output --debug display debug messages -d, --nodepcheck don't check dependencies (may break makepkg) -D, --vcsupgrade upgrade all the VCS/date-versioned packages -v, --novalidation don't check if packages were installed after build -w, --buildonly don't install packages after building + --skippgpcheck do not verify source files with PGP signatures -S, --sync pacman-like mode -y, --refresh (dummy) diff --git a/.pypt/hooks/pre-sdist.hook b/.pypt/hooks/pre-sdist.hook index 5df676e..42a7c14 100644 --- a/.pypt/hooks/pre-sdist.hook +++ b/.pypt/hooks/pre-sdist.hook @@ -1,7 +1,7 @@ #!/bin/zsh # pbwrapper help testing pacman -Sh > /tmp/pbwrapperhelp -pkgbuilder -h >> /tmp/pbwrapperhelp +python -m pkgbuilder -h >> /tmp/pbwrapperhelp diff -u .pbwrapperhelp /tmp/pbwrapperhelp > /tmp/pbwrapperdiff if [[ $? = 1 ]]; then diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 79b8736..611b913 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,8 +5,8 @@ Appendix C. Changelog :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index:: CHANGELOG @@ -47,6 +47,19 @@ More information can be found on GitHub in the `releases section :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index:: contributing diff --git a/PKGBUILD b/PKGBUILD index 55de443..c80b446 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Chris Warrick pkgname=pkgbuilder _pyname=pkgbuilder -pkgver=3.5.1 +pkgver=4.0.0 pkgrel=1 pkgdesc='A Python AUR helper/library.' arch=('any') @@ -10,7 +10,7 @@ license=('BSD') depends=('python' 'python-setuptools' 'pyalpm>=0.5.1-1' 'python-requests' 'python-srcinfo' 'rsync') options=(!emptydirs) source=("https://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") -md5sums=('03da7475ac19fe95c70102f3af9355e9') +md5sums=('e878393d01328419ee485844392e4c5c') package() { cd "${srcdir}/${_pyname}-${pkgver}" diff --git a/PKGBUILD-git b/PKGBUILD-git index 4648d27..ba0a601 100644 --- a/PKGBUILD-git +++ b/PKGBUILD-git @@ -2,7 +2,7 @@ pkgname=pkgbuilder-git _pyname=pkgbuilder _gitname=pkgbuilder -pkgver=3.5.1.r2.gc019167 +pkgver=4.0.0 pkgrel=1 pkgdesc='A Python AUR helper/library. (git version)' arch=('any') diff --git a/README b/README index 5f6284f..8628dd6 100644 --- a/README +++ b/README @@ -3,8 +3,8 @@ PKGBUILDer. An AUR helper (and library) in Python 3. ===================================================== :Info: This is the README file for PKGBUILDer. :Author: Chris Warrick -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index: README diff --git a/README.rst b/README.rst index 5f6284f..8628dd6 100644 --- a/README.rst +++ b/README.rst @@ -3,8 +3,8 @@ PKGBUILDer. An AUR helper (and library) in Python 3. ===================================================== :Info: This is the README file for PKGBUILDer. :Author: Chris Warrick -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index: README diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 79b8736..611b913 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -5,8 +5,8 @@ Appendix C. Changelog :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index:: CHANGELOG @@ -47,6 +47,19 @@ More information can be found on GitHub in the `releases section :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index:: contributing diff --git a/docs/LICENSE.rst b/docs/LICENSE.rst index 26cefce..9da9ed9 100644 --- a/docs/LICENSE.rst +++ b/docs/LICENSE.rst @@ -3,8 +3,8 @@ Appendix B. License for PKGBUILDer ================================== :Info: This is the license for PKGBUILDer. :Author: Chris Warrick -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index:: LICENSE diff --git a/docs/README.rst b/docs/README.rst index 5f6284f..8628dd6 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -3,8 +3,8 @@ PKGBUILDer. An AUR helper (and library) in Python 3. ===================================================== :Info: This is the README file for PKGBUILDer. :Author: Chris Warrick -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index: README diff --git a/docs/aur.rst b/docs/aur.rst index d010f2a..b77f66d 100644 --- a/docs/aur.rst +++ b/docs/aur.rst @@ -4,8 +4,8 @@ aur module (AUR class) :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index:: AUR; RPC .. index:: RPC diff --git a/docs/build.rst b/docs/build.rst index 899ad4a..4dddb31 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -5,8 +5,8 @@ build module :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index:: build .. versionadded:: 2.1.0.0 diff --git a/docs/conf.py b/docs/conf.py index 1ce2a6b..d1b5eb5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '3.5.1' +version = '4.0.0' # The full version, including alpha/beta/rc tags. -release = '3.5.1' +release = '4.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/exceptions.rst b/docs/exceptions.rst index 60438d1..95863b8 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst @@ -5,8 +5,8 @@ Exceptions in PKGBUILDer :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index:: Exceptions .. versionadded:: 3.0.0 diff --git a/docs/main.rst b/docs/main.rst index fb05626..60e82e0 100644 --- a/docs/main.rst +++ b/docs/main.rst @@ -4,8 +4,8 @@ __main__ module :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index:: main .. versionchanged:: 4.0.0 diff --git a/docs/package.rst b/docs/package.rst index 741287d..fa7aade 100644 --- a/docs/package.rst +++ b/docs/package.rst @@ -5,8 +5,8 @@ package module (Package, AURPackage, ABSPackage classes) :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index:: Package .. index:: AURPackage diff --git a/docs/pb.rst b/docs/pb.rst index cc48c65..7caca32 100644 --- a/docs/pb.rst +++ b/docs/pb.rst @@ -6,8 +6,8 @@ PBWrapper :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or Appendix B.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 :Wrapper Version: 0.2.3 :Manual section: 8 :Manual group: PKGBUILDer manual diff --git a/docs/pbds.rst b/docs/pbds.rst index 80973dc..236423e 100644 --- a/docs/pbds.rst +++ b/docs/pbds.rst @@ -5,8 +5,8 @@ pbds module (PBDS class) :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. module: pbds diff --git a/docs/pkgbuilder.rst b/docs/pkgbuilder.rst index 5f3fefa..0538096 100644 --- a/docs/pkgbuilder.rst +++ b/docs/pkgbuilder.rst @@ -6,8 +6,8 @@ PKGBUILDer :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or Appendix B.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 :Manual section: 8 :Manual group: PKGBUILDer manual diff --git a/docs/sample-scripts.rst b/docs/sample-scripts.rst index b2d1764..1b11d62 100644 --- a/docs/sample-scripts.rst +++ b/docs/sample-scripts.rst @@ -4,8 +4,8 @@ PKGBUILDer Sample Scripts :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index:: sample scripts diff --git a/docs/ui.rst b/docs/ui.rst index 5a442f2..ea89337 100644 --- a/docs/ui.rst +++ b/docs/ui.rst @@ -5,8 +5,8 @@ ui module (UI class) :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index:: UI .. versionadded:: 3.0.0 diff --git a/docs/upgrade.rst b/docs/upgrade.rst index e391fda..22f446d 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -5,8 +5,8 @@ upgrade module :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index:: upgrade .. index:: Syu diff --git a/docs/utils.rst b/docs/utils.rst index 61ec5b0..3ed13b5 100644 --- a/docs/utils.rst +++ b/docs/utils.rst @@ -5,8 +5,8 @@ utils module :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 .. index:: utils .. versionadded:: 2.1.0.0 diff --git a/docs/wrapper.rst b/docs/wrapper.rst index 9b4ecef..f8c3d28 100644 --- a/docs/wrapper.rst +++ b/docs/wrapper.rst @@ -4,8 +4,8 @@ PBWrapper :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2015-06-22 -:Version: 3.5.1 +:Date: 2015-06-29 +:Version: 4.0.0 :PBWrapper Version: 0.2.3 .. index:: wrapper diff --git a/locale/ar/LC_MESSAGES/pkgbuilder.mo b/locale/ar/LC_MESSAGES/pkgbuilder.mo index 407b585..2428a54 100644 Binary files a/locale/ar/LC_MESSAGES/pkgbuilder.mo and b/locale/ar/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/ar/LC_MESSAGES/pkgbuilder.po b/locale/ar/LC_MESSAGES/pkgbuilder.po index 45ef9ea..2cc5951 100644 --- a/locale/ar/LC_MESSAGES/pkgbuilder.po +++ b/locale/ar/LC_MESSAGES/pkgbuilder.po @@ -1,21 +1,23 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 4.0.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2015-06-29 10:25+0200\n" +"POT-Creation-Date: 2015-06-29 10:52+0200\n" "PO-Revision-Date: 2015-06-29 08:25+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/pkgbuilder/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/pkgbuilder/" +"language/ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #. TRANSLATORS: translate the whole sentence. #. Alternatively, use translation instead of locale. diff --git a/locale/de/LC_MESSAGES/pkgbuilder.mo b/locale/de/LC_MESSAGES/pkgbuilder.mo index 19f1559..17343bb 100644 Binary files a/locale/de/LC_MESSAGES/pkgbuilder.mo and b/locale/de/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/de/LC_MESSAGES/pkgbuilder.po b/locale/de/LC_MESSAGES/pkgbuilder.po index 7cbccba..882b050 100644 --- a/locale/de/LC_MESSAGES/pkgbuilder.po +++ b/locale/de/LC_MESSAGES/pkgbuilder.po @@ -1,21 +1,22 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: # Max Mustermann , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 4.0.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2015-06-29 10:25+0200\n" +"POT-Creation-Date: 2015-06-29 10:52+0200\n" "PO-Revision-Date: 2015-06-29 08:25+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: German (http://www.transifex.com/projects/p/pkgbuilder/language/de/)\n" +"Language-Team: German (http://www.transifex.com/projects/p/pkgbuilder/" +"language/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANSLATORS: translate the whole sentence. diff --git a/locale/es/LC_MESSAGES/pkgbuilder.mo b/locale/es/LC_MESSAGES/pkgbuilder.mo index 6327ce2..cf56c2d 100644 Binary files a/locale/es/LC_MESSAGES/pkgbuilder.mo and b/locale/es/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/es/LC_MESSAGES/pkgbuilder.po b/locale/es/LC_MESSAGES/pkgbuilder.po index 94acb5f..b00306d 100644 --- a/locale/es/LC_MESSAGES/pkgbuilder.po +++ b/locale/es/LC_MESSAGES/pkgbuilder.po @@ -1,7 +1,7 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: # Bernardo Miguel Savone , 2013-2014 # Bernardo Miguel Savone , 2013 @@ -11,16 +11,17 @@ # tufadorin , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 4.0.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2015-06-29 10:25+0200\n" +"POT-Creation-Date: 2015-06-29 10:52+0200\n" "PO-Revision-Date: 2015-06-29 08:25+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/pkgbuilder/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/pkgbuilder/" +"language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANSLATORS: translate the whole sentence. @@ -162,7 +163,9 @@ msgstr "Error al procesar {0}: {1}" msgid "" "PKGBUILDer (or the requests library) had problems with fulfilling an HTTP " "request." -msgstr "PKGBUILDer (o las requests de librerías) tuvo problemas con el cumplimiento de una solicitud HTTP." +msgstr "" +"PKGBUILDer (o las requests de librerías) tuvo problemas con el cumplimiento " +"de una solicitud HTTP." #: pkgbuilder/build.py:37 msgid "Validating installation status..." @@ -532,12 +535,26 @@ msgid "" "\n" "Additional options:\n" " -L, --unlock unlock the pacman database" -msgstr "uso: {0} [...]\n\nPBWrapper, un wrapper para pacman y PKGBUILDer.\n\n{1}\n\nSe aplicara la sintaxis de Pacman y PKGBUILDer. Consulta los comandos manpages/help\npara más detalles.\n\nOpciones adicionales:\n -L, --unlock desbloquea la base de datos de pacman" +msgstr "" +"uso: {0} [...]\n" +"\n" +"PBWrapper, un wrapper para pacman y PKGBUILDer.\n" +"\n" +"{1}\n" +"\n" +"Se aplicara la sintaxis de Pacman y PKGBUILDer. Consulta los comandos " +"manpages/help\n" +"para más detalles.\n" +"\n" +"Opciones adicionales:\n" +" -L, --unlock desbloquea la base de datos de pacman" #. A module only for gettext locale provision. #: localeprovider.py:2 msgid "usage" -msgstr "\t\nmanejo" +msgstr "" +"\t\n" +"manejo" #: localeprovider.py:3 msgid "positional arguments" diff --git a/locale/id/LC_MESSAGES/pkgbuilder.mo b/locale/id/LC_MESSAGES/pkgbuilder.mo index e13f99e..93b2582 100644 Binary files a/locale/id/LC_MESSAGES/pkgbuilder.mo and b/locale/id/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/id/LC_MESSAGES/pkgbuilder.po b/locale/id/LC_MESSAGES/pkgbuilder.po index 18b65bb..db31fcf 100644 --- a/locale/id/LC_MESSAGES/pkgbuilder.po +++ b/locale/id/LC_MESSAGES/pkgbuilder.po @@ -1,20 +1,21 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 4.0.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2015-06-29 10:25+0200\n" +"POT-Creation-Date: 2015-06-29 10:52+0200\n" "PO-Revision-Date: 2015-06-29 08:25+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/pkgbuilder/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/pkgbuilder/" +"language/id/)\n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #. TRANSLATORS: translate the whole sentence. diff --git a/locale/it/LC_MESSAGES/pkgbuilder.mo b/locale/it/LC_MESSAGES/pkgbuilder.mo index a24f94e..d9113e3 100644 Binary files a/locale/it/LC_MESSAGES/pkgbuilder.mo and b/locale/it/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/it/LC_MESSAGES/pkgbuilder.po b/locale/it/LC_MESSAGES/pkgbuilder.po index ff7ad3b..e5001d2 100644 --- a/locale/it/LC_MESSAGES/pkgbuilder.po +++ b/locale/it/LC_MESSAGES/pkgbuilder.po @@ -1,7 +1,7 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: # Bernardo Miguel Savone , 2013-2014 # Bernardo Miguel Savone , 2013 @@ -9,16 +9,17 @@ # Chris Warrick , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 4.0.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2015-06-29 10:25+0200\n" +"POT-Creation-Date: 2015-06-29 10:52+0200\n" "PO-Revision-Date: 2015-06-29 08:25+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/pkgbuilder/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/pkgbuilder/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANSLATORS: translate the whole sentence. @@ -105,7 +106,8 @@ msgstr "aggiornare tutti i pacchetti VCS/data-versionati" #: pkgbuilder/__main__.py:93 msgid "don't check if packages were installed after build" -msgstr "non controllare se i pacchetti sono stati installati dopo la costruzione" +msgstr "" +"non controllare se i pacchetti sono stati installati dopo la costruzione" #: pkgbuilder/__main__.py:96 msgid "don't install packages after building" @@ -160,7 +162,9 @@ msgstr "Errore durante l'elaborazione di {0}: {1}" msgid "" "PKGBUILDer (or the requests library) had problems with fulfilling an HTTP " "request." -msgstr "PKGBUILDer (o la libreria richiesta) ha avuto problemi nell' soddisfare a una richiesta HTTP." +msgstr "" +"PKGBUILDer (o la libreria richiesta) ha avuto problemi nell' soddisfare a " +"una richiesta HTTP." #: pkgbuilder/build.py:37 msgid "Validating installation status..." @@ -359,7 +363,9 @@ msgstr "Annullato dall'utente! Uscita..." #. TRANSLATORS: see pacman. #: pkgbuilder/pbds.py:49 msgid "Interrupt signal received\n" -msgstr "interrompere ssegnale ricevuto\n\n" +msgstr "" +"interrompere ssegnale ricevuto\n" +"\n" #: pkgbuilder/pbds.py:88 pkgbuilder/pbds.py:234 msgid "ERROR:" @@ -443,7 +449,8 @@ msgstr "Nuova versione" #. string stolen from pacman #: pkgbuilder/upgrade.py:207 msgid "warning: insufficient columns available for table display" -msgstr "attenzione: colonne disponibili insufficienti per visualizzare la tabella" +msgstr "" +"attenzione: colonne disponibili insufficienti per visualizzare la tabella" #: pkgbuilder/upgrade.py:224 pkgbuilder/upgrade.py:230 msgid "Proceed with installation? [Y/n] " @@ -530,7 +537,19 @@ msgid "" "\n" "Additional options:\n" " -L, --unlock unlock the pacman database" -msgstr "utilizzo: {0} [...]\n\nPBWrapper, un wrapper per pacman e PKGBUILDer.\n\n{1}\n\nSi applicano le sintassi di Pacman e PKGBUILDer. Consultare i loro comandi manpages/help\nper maggiori dettagli.\n\nOpzioni addizionali:\n -L, --unlock sblocca il database di pacman" +msgstr "" +"utilizzo: {0} [...]\n" +"\n" +"PBWrapper, un wrapper per pacman e PKGBUILDer.\n" +"\n" +"{1}\n" +"\n" +"Si applicano le sintassi di Pacman e PKGBUILDer. Consultare i loro comandi " +"manpages/help\n" +"per maggiori dettagli.\n" +"\n" +"Opzioni addizionali:\n" +" -L, --unlock sblocca il database di pacman" #. A module only for gettext locale provision. #: localeprovider.py:2 diff --git a/locale/ja/LC_MESSAGES/pkgbuilder.mo b/locale/ja/LC_MESSAGES/pkgbuilder.mo index 7bc915a..a511350 100644 Binary files a/locale/ja/LC_MESSAGES/pkgbuilder.mo and b/locale/ja/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/ja/LC_MESSAGES/pkgbuilder.po b/locale/ja/LC_MESSAGES/pkgbuilder.po index 04c3b28..3e9eaee 100644 --- a/locale/ja/LC_MESSAGES/pkgbuilder.po +++ b/locale/ja/LC_MESSAGES/pkgbuilder.po @@ -1,20 +1,21 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 4.0.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2015-06-29 10:25+0200\n" +"POT-Creation-Date: 2015-06-29 10:52+0200\n" "PO-Revision-Date: 2015-06-29 08:25+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/pkgbuilder/language/ja/)\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/pkgbuilder/" +"language/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #. TRANSLATORS: translate the whole sentence. diff --git a/locale/pl/LC_MESSAGES/pkgbuilder.mo b/locale/pl/LC_MESSAGES/pkgbuilder.mo index 67053c7..251a482 100644 Binary files a/locale/pl/LC_MESSAGES/pkgbuilder.mo and b/locale/pl/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/pl/LC_MESSAGES/pkgbuilder.po b/locale/pl/LC_MESSAGES/pkgbuilder.po index 000df67..84b5827 100644 --- a/locale/pl/LC_MESSAGES/pkgbuilder.po +++ b/locale/pl/LC_MESSAGES/pkgbuilder.po @@ -1,24 +1,26 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: # Chris Warrick , 2014-2015 # Chris Warrick , 2013 # Chris Warrick , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 4.0.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2015-06-29 10:25+0200\n" +"POT-Creation-Date: 2015-06-29 10:52+0200\n" "PO-Revision-Date: 2015-06-29 08:29+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/pkgbuilder/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/pkgbuilder/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" #. TRANSLATORS: translate the whole sentence. #. Alternatively, use translation instead of locale. @@ -159,7 +161,9 @@ msgstr "Błąd podczas przetwarzania {0}: {1}" msgid "" "PKGBUILDer (or the requests library) had problems with fulfilling an HTTP " "request." -msgstr "PKGBUILDer (lub bliblioteka requests) miała problemy z wypełniem żądania HTTP." +msgstr "" +"PKGBUILDer (lub bliblioteka requests) miała problemy z wypełniem żądania " +"HTTP." #: pkgbuilder/build.py:37 msgid "Validating installation status..." @@ -213,7 +217,9 @@ msgstr "znaleziono istniejący pakiet {0}" #: pkgbuilder/build.py:182 #, python-brace-format msgid "makepkg (or someone else) failed and returned {0}." -msgstr "tworzenie pakietu przez makepkg (lub coś innego) nie powiodło się i zwróciło {0}." +msgstr "" +"tworzenie pakietu przez makepkg (lub coś innego) nie powiodło się i zwróciło " +"{0}." #: pkgbuilder/build.py:318 #, python-brace-format @@ -384,7 +390,9 @@ msgstr "Inicjalizowanie dostępu do pacmana..." msgid "" "Running as root is not allowed as it can cause catastrophic damage to your " "system!" -msgstr "Uruchamianie jako root nie jest dozwolone, ponieważ może to spowodować katastrofalne szkody!" +msgstr "" +"Uruchamianie jako root nie jest dozwolone, ponieważ może to spowodować " +"katastrofalne szkody!" #: pkgbuilder/pbds.py:158 msgid "Please restart PKGBUILDer as a regular user." @@ -499,7 +507,28 @@ msgid "" "First Submitted: {fsb}\n" "Last Updated : {upd}\n" "Description : {dsc}\n" -msgstr "Repozytorium : aur\nNazwa : {nme}\nBaza pakietu : {bse}\nWersja : {ver}\nURL : {url}\nLicencje : {lic}\nGrupy : {grp}\nDostarcza : {prv}\nZależy od : {dep}\nZależności budowania: {mkd}\nZależności sprawdzania: {ckd}\nOpcjonalne zależności: {opt}\nKonfliktuje z : {cnf}\nZastępuje : {rpl}\nGłosy : {cmv}\nPopularność : {pop}\nNieaktualny : {ood}\nOpiekun : {mnt}\nWysłany : {fsb}\nOst. aktualiz. : {upd}\nOpis : {dsc}\n" +msgstr "" +"Repozytorium : aur\n" +"Nazwa : {nme}\n" +"Baza pakietu : {bse}\n" +"Wersja : {ver}\n" +"URL : {url}\n" +"Licencje : {lic}\n" +"Grupy : {grp}\n" +"Dostarcza : {prv}\n" +"Zależy od : {dep}\n" +"Zależności budowania: {mkd}\n" +"Zależności sprawdzania: {ckd}\n" +"Opcjonalne zależności: {opt}\n" +"Konfliktuje z : {cnf}\n" +"Zastępuje : {rpl}\n" +"Głosy : {cmv}\n" +"Popularność : {pop}\n" +"Nieaktualny : {ood}\n" +"Opiekun : {mnt}\n" +"Wysłany : {fsb}\n" +"Ost. aktualiz. : {upd}\n" +"Opis : {dsc}\n" #: pkgbuilder/utils.py:183 msgid "yes" @@ -529,7 +558,18 @@ msgid "" "\n" "Additional options:\n" " -L, --unlock unlock the pacman database" -msgstr "sposób użycia: {0} [...]\n\nPBWrapper, wrapper dla pacmana i PKGBUILDera.\n\n{1}\n\nObowiązuje składnia pacmana i PKGBUILDera. Zajrzyj do ich stron\nw podręczniku man lub do komend pomocy, aby dowiedzieć się więcej.\n\nDodatkowe opcje:\n -L, --unlock odblokuj bazę danych pacmana" +msgstr "" +"sposób użycia: {0} [...]\n" +"\n" +"PBWrapper, wrapper dla pacmana i PKGBUILDera.\n" +"\n" +"{1}\n" +"\n" +"Obowiązuje składnia pacmana i PKGBUILDera. Zajrzyj do ich stron\n" +"w podręczniku man lub do komend pomocy, aby dowiedzieć się więcej.\n" +"\n" +"Dodatkowe opcje:\n" +" -L, --unlock odblokuj bazę danych pacmana" #. A module only for gettext locale provision. #: localeprovider.py:2 diff --git a/locale/pt/LC_MESSAGES/pkgbuilder.mo b/locale/pt/LC_MESSAGES/pkgbuilder.mo index 91d3016..bb6e299 100644 Binary files a/locale/pt/LC_MESSAGES/pkgbuilder.mo and b/locale/pt/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/pt/LC_MESSAGES/pkgbuilder.po b/locale/pt/LC_MESSAGES/pkgbuilder.po index cb9890e..4b41172 100644 --- a/locale/pt/LC_MESSAGES/pkgbuilder.po +++ b/locale/pt/LC_MESSAGES/pkgbuilder.po @@ -1,21 +1,22 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: # Thiago Perrotta , 2015 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 4.0.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2015-06-29 10:25+0200\n" +"POT-Creation-Date: 2015-06-29 10:52+0200\n" "PO-Revision-Date: 2015-06-29 08:25+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/pkgbuilder/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/pkgbuilder/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANSLATORS: translate the whole sentence. @@ -157,7 +158,9 @@ msgstr "Erro enquanto processava {0}: {1}" msgid "" "PKGBUILDer (or the requests library) had problems with fulfilling an HTTP " "request." -msgstr "PKGBUILDer (ou a biblioteca de requisição) teve problemas para realizar uma requisição HTTP" +msgstr "" +"PKGBUILDer (ou a biblioteca de requisição) teve problemas para realizar uma " +"requisição HTTP" #: pkgbuilder/build.py:37 msgid "Validating installation status..." @@ -382,7 +385,9 @@ msgstr "Inicializando acesso do pacman..." msgid "" "Running as root is not allowed as it can cause catastrophic damage to your " "system!" -msgstr "Rodar como root não é permitido já que isso pode causar danos catastróficos para o seu sistema!" +msgstr "" +"Rodar como root não é permitido já que isso pode causar danos catastróficos " +"para o seu sistema!" #: pkgbuilder/pbds.py:158 msgid "Please restart PKGBUILDer as a regular user." @@ -527,7 +532,18 @@ msgid "" "\n" "Additional options:\n" " -L, --unlock unlock the pacman database" -msgstr "uso: {0} [...]\n\nPBWrapper, um wrapper para o pacman e para o PKGBUILDer.\n\n{1}\n\nSintaxes do Pacman e do PKGBUILDer se aplicam. Consulte seus manuais para mais detalhes.\n\nOpções adicionais:\n -L, --desbloquear desbloquear o banco de dados do pacman" +msgstr "" +"uso: {0} [...]\n" +"\n" +"PBWrapper, um wrapper para o pacman e para o PKGBUILDer.\n" +"\n" +"{1}\n" +"\n" +"Sintaxes do Pacman e do PKGBUILDer se aplicam. Consulte seus manuais para " +"mais detalhes.\n" +"\n" +"Opções adicionais:\n" +" -L, --desbloquear desbloquear o banco de dados do pacman" #. A module only for gettext locale provision. #: localeprovider.py:2 diff --git a/locale/sv/LC_MESSAGES/pkgbuilder.mo b/locale/sv/LC_MESSAGES/pkgbuilder.mo index 9bd9a72..b0165e6 100644 Binary files a/locale/sv/LC_MESSAGES/pkgbuilder.mo and b/locale/sv/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/sv/LC_MESSAGES/pkgbuilder.po b/locale/sv/LC_MESSAGES/pkgbuilder.po index 05f36a9..575282f 100644 --- a/locale/sv/LC_MESSAGES/pkgbuilder.po +++ b/locale/sv/LC_MESSAGES/pkgbuilder.po @@ -1,20 +1,21 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 4.0.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2015-06-29 10:25+0200\n" +"POT-Creation-Date: 2015-06-29 10:52+0200\n" "PO-Revision-Date: 2015-06-29 08:25+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Swedish (http://www.transifex.com/projects/p/pkgbuilder/language/sv/)\n" +"Language-Team: Swedish (http://www.transifex.com/projects/p/pkgbuilder/" +"language/sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANSLATORS: translate the whole sentence. diff --git a/locale/tr/LC_MESSAGES/pkgbuilder.mo b/locale/tr/LC_MESSAGES/pkgbuilder.mo index 5ddf7f8..2fb2b78 100644 Binary files a/locale/tr/LC_MESSAGES/pkgbuilder.mo and b/locale/tr/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/tr/LC_MESSAGES/pkgbuilder.po b/locale/tr/LC_MESSAGES/pkgbuilder.po index 4febcc7..cd3dc42 100644 --- a/locale/tr/LC_MESSAGES/pkgbuilder.po +++ b/locale/tr/LC_MESSAGES/pkgbuilder.po @@ -1,7 +1,7 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: # Chris Warrick , 2013 # Chris Warrick , 2013 @@ -9,16 +9,17 @@ # Yusuf Faruk DOĞAN , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 4.0.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2015-06-29 10:25+0200\n" +"POT-Creation-Date: 2015-06-29 10:52+0200\n" "PO-Revision-Date: 2015-06-29 08:25+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Turkish (http://www.transifex.com/projects/p/pkgbuilder/language/tr/)\n" +"Language-Team: Turkish (http://www.transifex.com/projects/p/pkgbuilder/" +"language/tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. TRANSLATORS: translate the whole sentence. @@ -160,7 +161,9 @@ msgstr "" msgid "" "PKGBUILDer (or the requests library) had problems with fulfilling an HTTP " "request." -msgstr "PKGBUILD yapıcı (ya da istenen kütüphane) HTTP istemcisini doldurmada başarısız oldu." +msgstr "" +"PKGBUILD yapıcı (ya da istenen kütüphane) HTTP istemcisini doldurmada " +"başarısız oldu." #: pkgbuilder/build.py:37 msgid "Validating installation status..." @@ -359,7 +362,9 @@ msgstr "Kullanıcı tarafından iptal edildi! Çıkılıyor..." #. TRANSLATORS: see pacman. #: pkgbuilder/pbds.py:49 msgid "Interrupt signal received\n" -msgstr "Sinyal kesilmesi algılandı⏎\n\n" +msgstr "" +"Sinyal kesilmesi algılandı⏎\n" +"\n" #: pkgbuilder/pbds.py:88 pkgbuilder/pbds.py:234 msgid "ERROR:" @@ -530,7 +535,18 @@ msgid "" "\n" "Additional options:\n" " -L, --unlock unlock the pacman database" -msgstr "kullanım: {0} [...]⏎\n⏎\nPBWrapper, PKGBUIL yapıcı ve pacman için örtü.⏎\n⏎\n{1}⏎\n⏎\nPacman and PKGBUILDer syntaxes apply. Consult their manpages/help⏎\ncommands for more details.⏎\n⏎\nAdditional options:⏎\n-L, --pacman veri tabanı kilidini aç" +msgstr "" +"kullanım: {0} [...]⏎\n" +"⏎\n" +"PBWrapper, PKGBUIL yapıcı ve pacman için örtü.⏎\n" +"⏎\n" +"{1}⏎\n" +"⏎\n" +"Pacman and PKGBUILDer syntaxes apply. Consult their manpages/help⏎\n" +"commands for more details.⏎\n" +"⏎\n" +"Additional options:⏎\n" +"-L, --pacman veri tabanı kilidini aç" #. A module only for gettext locale provision. #: localeprovider.py:2 diff --git a/locale/vi/LC_MESSAGES/pkgbuilder.mo b/locale/vi/LC_MESSAGES/pkgbuilder.mo index 4feefbe..bf20802 100644 Binary files a/locale/vi/LC_MESSAGES/pkgbuilder.mo and b/locale/vi/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/vi/LC_MESSAGES/pkgbuilder.po b/locale/vi/LC_MESSAGES/pkgbuilder.po index 9337266..4e08dd1 100644 --- a/locale/vi/LC_MESSAGES/pkgbuilder.po +++ b/locale/vi/LC_MESSAGES/pkgbuilder.po @@ -1,23 +1,24 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: # Anh Phan , 2013 # ppanhh , 2013 # Anh Phan , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 4.0.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2015-06-29 10:25+0200\n" +"POT-Creation-Date: 2015-06-29 10:52+0200\n" "PO-Revision-Date: 2015-06-29 08:25+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Vietnamese (http://www.transifex.com/projects/p/pkgbuilder/language/vi/)\n" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/pkgbuilder/" +"language/vi/)\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" #. TRANSLATORS: translate the whole sentence. @@ -159,7 +160,9 @@ msgstr "" msgid "" "PKGBUILDer (or the requests library) had problems with fulfilling an HTTP " "request." -msgstr "PKGBUILDer (hoặc thư viện xử lý yêu cầu) gặp trục trặc khi xử lý các yêu cầu HTTP." +msgstr "" +"PKGBUILDer (hoặc thư viện xử lý yêu cầu) gặp trục trặc khi xử lý các yêu cầu " +"HTTP." #: pkgbuilder/build.py:37 msgid "Validating installation status..." @@ -218,7 +221,8 @@ msgstr "makepkg (hoặc đối tượng nào đó) đã thất bại và trả v #: pkgbuilder/build.py:318 #, python-brace-format msgid "Failed to fulfill package dependency requirement: {0}" -msgstr "Thất bại trong việc điền vào các yêu cầu về sự phụ thuộc của gói tin: {0}" +msgstr "" +"Thất bại trong việc điền vào các yêu cầu về sự phụ thuộc của gói tin: {0}" #: pkgbuilder/build.py:408 msgid ":: Retrieving packages from abs..." @@ -529,7 +533,19 @@ msgid "" "\n" "Additional options:\n" " -L, --unlock unlock the pacman database" -msgstr "cách dùng: {0} [...]\n\nPBWrapper, là wrapper dành cho pacman và PKGBUILDer.\n\n{1}\n\nChỉ áp dụng cho cú pháp thuộc Pacman và PKGBUILDer. Tra cứu các văn bản/lệnh\ntrợ giúp để biết thêm chi tiết.\n\nTùy chọn bổ sung:\n -L, --unlock mở khóa phần cơ sở dữ liệu của pacman" +msgstr "" +"cách dùng: {0} [...]\n" +"\n" +"PBWrapper, là wrapper dành cho pacman và PKGBUILDer.\n" +"\n" +"{1}\n" +"\n" +"Chỉ áp dụng cho cú pháp thuộc Pacman và PKGBUILDer. Tra cứu các văn bản/" +"lệnh\n" +"trợ giúp để biết thêm chi tiết.\n" +"\n" +"Tùy chọn bổ sung:\n" +" -L, --unlock mở khóa phần cơ sở dữ liệu của pacman" #. A module only for gettext locale provision. #: localeprovider.py:2 diff --git a/messages.pot b/messages.pot index d7be9a8..50ceafb 100644 --- a/messages.pot +++ b/messages.pot @@ -5,10 +5,10 @@ # msgid "" msgstr "" - "Project-Id-Version: 3.5.1\n" + "Project-Id-Version: 4.0.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" - "POT-Creation-Date: 2015-06-29 10:25+0200\n" - "PO-Revision-Date: 2015-06-29 10:25+0200\n" + "POT-Creation-Date: 2015-06-29 10:52+0200\n" + "PO-Revision-Date: 2015-06-29 10:52+0200\n" "Last-Translator: Chris Warrick \n" "Language-Team: Chris Warrick \n" "Language: en\n" diff --git a/pkgbuilder/__init__.py b/pkgbuilder/__init__.py index a351a49..ec1fce3 100644 --- a/pkgbuilder/__init__.py +++ b/pkgbuilder/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.5.1 +# PKGBUILDer v4.0.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # All rights reserved. @@ -46,7 +46,7 @@ __title__ = 'PKGBUILDer' -__version__ = '3.5.1' +__version__ = '4.0.0' __author__ = 'Chris Warrick' __license__ = '3-clause BSD' __docformat__ = 'restructuredtext en' diff --git a/pkgbuilder/__main__.py b/pkgbuilder/__main__.py index 6109f23..d9ead0e 100644 --- a/pkgbuilder/__main__.py +++ b/pkgbuilder/__main__.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.5.1 +# PKGBUILDer v4.0.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. @@ -271,3 +271,6 @@ def main(source='AUTO', quit=True): exit(130) DS.log.info('Quitting peacefully.') + +if __name__ == '__main__': + main() diff --git a/pkgbuilder/aur.py b/pkgbuilder/aur.py index 5bda2ac..77a3a28 100644 --- a/pkgbuilder/aur.py +++ b/pkgbuilder/aur.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.5.1 +# PKGBUILDer v4.0.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/build.py b/pkgbuilder/build.py index ca44d91..10d2704 100644 --- a/pkgbuilder/build.py +++ b/pkgbuilder/build.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.5.1 +# PKGBUILDer v4.0.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/exceptions.py b/pkgbuilder/exceptions.py index ec40e97..be2f4c1 100644 --- a/pkgbuilder/exceptions.py +++ b/pkgbuilder/exceptions.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.5.1 +# PKGBUILDer v4.0.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/package.py b/pkgbuilder/package.py index 81d64f7..318ef24 100644 --- a/pkgbuilder/package.py +++ b/pkgbuilder/package.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.5.1 +# PKGBUILDer v4.0.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/pbds.py b/pkgbuilder/pbds.py index 187e9a4..1c2406a 100644 --- a/pkgbuilder/pbds.py +++ b/pkgbuilder/pbds.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.5.1 +# PKGBUILDer v4.0.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/ui.py b/pkgbuilder/ui.py index 29d14d3..4d49455 100644 --- a/pkgbuilder/ui.py +++ b/pkgbuilder/ui.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.5.1 +# PKGBUILDer v4.0.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/upgrade.py b/pkgbuilder/upgrade.py index 94ac46a..ac042e8 100644 --- a/pkgbuilder/upgrade.py +++ b/pkgbuilder/upgrade.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.5.1 +# PKGBUILDer v4.0.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/utils.py b/pkgbuilder/utils.py index 3510c60..30c78fe 100644 --- a/pkgbuilder/utils.py +++ b/pkgbuilder/utils.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.5.1 +# PKGBUILDer v4.0.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/wrapper.py b/pkgbuilder/wrapper.py index 8c36339..e0a5ca9 100644 --- a/pkgbuilder/wrapper.py +++ b/pkgbuilder/wrapper.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- # PBWrapper v0.2.3 -# PKGBUILDer v3.5.1 +# PKGBUILDer v4.0.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/setup.py b/setup.py index 43c6996..5177dde 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def run_tests(self): sys.exit(errno) setup(name='pkgbuilder', - version='3.5.1', + version='4.0.0', description='An AUR helper (and library) in Python 3.', keywords='arch pkgbuild', author='Chris Warrick',