diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b766a38..25608a4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,8 +5,8 @@ Appendix C. Changelog :Author: Kwpolska :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 .. index:: CHANGELOG @@ -23,6 +23,8 @@ PKGBUILDer uses the following versioning scheme: Generation 2 ============ +:2.1.5.2: Fixed a bug where an error in makepkg while running an Upgrade + crashed PB and thrown an unhelpful traceback. :2.1.5.1: More tiny bugfixes. :2.1.5.0: A release including the sample scripts, among other stuff. This is a release which now has all the functionality I want it to have. And diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1a4b151..7906f80 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -4,8 +4,8 @@ Appendix D. Contribution rules :Author: Kwpolska :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 Do you want to contribute to this project? Great! I’d love to see some help, but you need to comply with some easy rules. diff --git a/MANIFEST.in b/MANIFEST.in index 7f3acd4..2210b3f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,12 @@ include INSTALL.py include LICENSE include README.rst +include README +include AUTHORS include requirements.txt include PKGBUILD include PKGBUILD-git +include CHANGELOG.rst recursive-include docs * recursive-include bin * recursive-include pkgbuilder *.py diff --git a/PKGBUILD b/PKGBUILD index b64aefb..bbd07b9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Kwpolska pkgname=pkgbuilder -pkgver=2.1.5.1 +pkgver=2.1.5.2 pkgrel=1 pkgdesc='A Python AUR helper/library.' arch=('any') @@ -9,7 +9,7 @@ license=('BSD') depends=('python' 'pyalpm>=0.5.1-1' 'python-requests') options=(!emptydirs) source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('2441adaa3683e7f9bb80f5a751fc579b') +md5sums=('963e7c3fe077e37b4546ae75e72674a1') package() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/PKGBUILD-git b/PKGBUILD-git index 617a985..a7936f9 100644 --- a/PKGBUILD-git +++ b/PKGBUILD-git @@ -1,6 +1,6 @@ # Maintainer: Kwpolska pkgname=pkgbuilder-git -pkgver=20121006 +pkgver=20121010 pkgrel=1 pkgdesc='A Python AUR helper/library. Version from git.' arch=('any') diff --git a/README b/README index ceb3521..ccad6dd 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: Kwpolska -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 .. index: README diff --git a/README.rst b/README.rst index ceb3521..ccad6dd 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: Kwpolska -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 .. index: README diff --git a/dist/pkgbuilder-2.1.5.1.tar.gz b/dist/pkgbuilder-2.1.5.1.tar.gz deleted file mode 100644 index c5b3e84..0000000 Binary files a/dist/pkgbuilder-2.1.5.1.tar.gz and /dev/null differ diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index b766a38..25608a4 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -5,8 +5,8 @@ Appendix C. Changelog :Author: Kwpolska :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 .. index:: CHANGELOG @@ -23,6 +23,8 @@ PKGBUILDer uses the following versioning scheme: Generation 2 ============ +:2.1.5.2: Fixed a bug where an error in makepkg while running an Upgrade + crashed PB and thrown an unhelpful traceback. :2.1.5.1: More tiny bugfixes. :2.1.5.0: A release including the sample scripts, among other stuff. This is a release which now has all the functionality I want it to have. And diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index 1a4b151..7906f80 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -4,8 +4,8 @@ Appendix D. Contribution rules :Author: Kwpolska :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 Do you want to contribute to this project? Great! I’d love to see some help, but you need to comply with some easy rules. diff --git a/docs/LICENSE.rst b/docs/LICENSE.rst index c808c30..623f2c7 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: Kwpolska -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 .. index:: LICENSE diff --git a/docs/README.rst b/docs/README.rst index ceb3521..ccad6dd 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: Kwpolska -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 .. index: README diff --git a/docs/TODO.rst b/docs/TODO.rst index 1faf1d5..89f5ed0 100644 --- a/docs/TODO.rst +++ b/docs/TODO.rst @@ -3,8 +3,8 @@ Appendix E. TODO for PKGBUILDer =============================== :Author: Kwpolska :Copyright: See Appendix B. -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 .. index:: TODO diff --git a/docs/aur.rst b/docs/aur.rst index b1c2be9..2409d81 100644 --- a/docs/aur.rst +++ b/docs/aur.rst @@ -4,8 +4,8 @@ aur module (AUR class) :Author: Kwpolska :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 .. module:: aur diff --git a/docs/build.rst b/docs/build.rst index 9dc0f4f..f91b985 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -4,8 +4,8 @@ build module (Build class) :Author: Kwpolska :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 .. module:: build diff --git a/docs/conf.py b/docs/conf.py index 80cc102..d4f4912 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '2.1.5' # The full version, including alpha/beta/rc tags. -release = '2.1.5.1' +release = '2.1.5.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/localization.rst b/docs/localization.rst index 122910d..15c8baa 100644 --- a/docs/localization.rst +++ b/docs/localization.rst @@ -4,8 +4,8 @@ Appendix A. Localization Guide :Author: Kwpolska :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 .. index:: locale diff --git a/docs/main.rst b/docs/main.rst index 379f8d5..6b07a10 100644 --- a/docs/main.rst +++ b/docs/main.rst @@ -4,8 +4,8 @@ main module :Author: Kwpolska :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 .. index:: main .. versionadded:: 2.1.3.0 diff --git a/docs/pb.8.gz b/docs/pb.8.gz index 37e9a42..1cd1461 100644 Binary files a/docs/pb.8.gz and b/docs/pb.8.gz differ diff --git a/docs/pb.rst b/docs/pb.rst index 6e32afe..0911956 100644 --- a/docs/pb.rst +++ b/docs/pb.rst @@ -6,8 +6,8 @@ PBWrapper :Author: Kwpolska :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or Appendix B.) -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 :Wrapper Version: 0.1.4 :Manual section: 8 :Manual group: PKGBUILDer manual diff --git a/docs/pbds.rst b/docs/pbds.rst index 9ff103c..83dc99f 100644 --- a/docs/pbds.rst +++ b/docs/pbds.rst @@ -5,8 +5,8 @@ pbds module (PBDS class) :Author: Kwpolska :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 .. module: pbds diff --git a/docs/pkgbuilder.8.gz b/docs/pkgbuilder.8.gz index 0c17492..a4ecd75 100644 Binary files a/docs/pkgbuilder.8.gz and b/docs/pkgbuilder.8.gz differ diff --git a/docs/pkgbuilder.rst b/docs/pkgbuilder.rst index 033d1b8..d68c1dc 100644 --- a/docs/pkgbuilder.rst +++ b/docs/pkgbuilder.rst @@ -6,8 +6,8 @@ PKGBUILDer :Author: Kwpolska :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or Appendix B.) -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 :Manual section: 8 :Manual group: PKGBUILDer manual diff --git a/docs/sample-scripts.rst b/docs/sample-scripts.rst index c3afb56..734225c 100644 --- a/docs/sample-scripts.rst +++ b/docs/sample-scripts.rst @@ -4,8 +4,8 @@ PKGBUILDer Sample Scripts :Author: Kwpolska :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 .. index:: sample scripts diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 9ed3e35..4f11997 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -5,8 +5,8 @@ upgrade module (Upgrade class) :Author: Kwpolska :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 .. module:: upgrade diff --git a/docs/utils.rst b/docs/utils.rst index ac9b9df..4be0f72 100644 --- a/docs/utils.rst +++ b/docs/utils.rst @@ -5,8 +5,8 @@ utils module (Utils class) :Author: Kwpolska :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 .. module:: utils diff --git a/docs/wrapper.rst b/docs/wrapper.rst index c5fd20b..db8c697 100644 --- a/docs/wrapper.rst +++ b/docs/wrapper.rst @@ -4,8 +4,8 @@ PBWrapper :Author: Kwpolska :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2012-10-06 -:Version: 2.1.5.1 +:Date: 2012-10-10 +:Version: 2.1.5.2 :PBWrapper Version: 0.1.4 .. index:: wrapper diff --git a/locale/en/LC_MESSAGES/pkgbuilder.mo b/locale/en/LC_MESSAGES/pkgbuilder.mo index 1b48f35..e83674e 100644 Binary files a/locale/en/LC_MESSAGES/pkgbuilder.mo and b/locale/en/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/en/LC_MESSAGES/pkgbuilder.po b/locale/en/LC_MESSAGES/pkgbuilder.po index 49293d4..b1e336d 100644 --- a/locale/en/LC_MESSAGES/pkgbuilder.po +++ b/locale/en/LC_MESSAGES/pkgbuilder.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: 2.1.5.1\n" +"Project-Id-Version: 2.1.5.2\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2012-10-06 12:35+0200\n" +"POT-Creation-Date: 2012-10-10 20:33+0200\n" "PO-Revision-Date: 2012-09-08 12:44+0100\n" "Last-Translator: Kwpolska \n" "Language-Team: Kwpolska \n" diff --git a/locale/ja/LC_MESSAGES/pkgbuilder.mo b/locale/ja/LC_MESSAGES/pkgbuilder.mo index ae1d6f0..857ca37 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 3310ee2..e34909f 100644 --- a/locale/ja/LC_MESSAGES/pkgbuilder.po +++ b/locale/ja/LC_MESSAGES/pkgbuilder.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: 2.1.5.1\n" +"Project-Id-Version: 2.1.5.2\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2012-10-06 12:35+0200\n" +"POT-Creation-Date: 2012-10-10 20:33+0200\n" "PO-Revision-Date: 2012-09-21 20:21+0200\n" "Last-Translator: Colin Woodbury \n" "Language-Team: Colin Woodbury \n" diff --git a/locale/pl/LC_MESSAGES/pkgbuilder.mo b/locale/pl/LC_MESSAGES/pkgbuilder.mo index f0ef691..921c631 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 f511af7..6ec11be 100644 --- a/locale/pl/LC_MESSAGES/pkgbuilder.po +++ b/locale/pl/LC_MESSAGES/pkgbuilder.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: 2.1.5.1\n" +"Project-Id-Version: 2.1.5.2\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2012-10-06 12:35+0200\n" +"POT-Creation-Date: 2012-10-10 20:33+0200\n" "PO-Revision-Date: 2012-09-08 12:44+0100\n" "Last-Translator: Kwpolska \n" "Language-Team: Kwpolska \n" diff --git a/messages.pot b/messages.pot index 4690919..ca215e4 100644 --- a/messages.pot +++ b/messages.pot @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: 2.1.5.1\n" +"Project-Id-Version: 2.1.5.2\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2012-10-06 12:35+0200\n" -"PO-Revision-Date: 2012-10-06 12:35+0200\n" +"POT-Creation-Date: 2012-10-10 20:33+0200\n" +"PO-Revision-Date: 2012-10-10 20:33+0200\n" "Last-Translator: Kwpolska \n" "Language-Team: Kwpolska \n" "Language: en\n" diff --git a/pkgbuilder/__init__.py b/pkgbuilder/__init__.py index d5eb641..57f94f4 100755 --- a/pkgbuilder/__init__.py +++ b/pkgbuilder/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v2.1.5.1 +# PKGBUILDer v2.1.5.2 # An AUR helper (and library) in Python 3. # Copyright © 2011-2012, Kwpolska. # All rights reserved. @@ -44,7 +44,7 @@ """ __title__ = 'PKGBUILDer' -__version__ = '2.1.5.1' +__version__ = '2.1.5.2' __author__ = 'Kwpolska' __license__ = '3-clause BSD' __docformat__ = 'restructuredtext en' diff --git a/pkgbuilder/aur.py b/pkgbuilder/aur.py index 0a1f3c2..dee2012 100755 --- a/pkgbuilder/aur.py +++ b/pkgbuilder/aur.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v2.1.5.1 +# PKGBUILDer v2.1.5.2 # An AUR helper (and library) in Python 3. # Copyright © 2011-2012, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/build.py b/pkgbuilder/build.py index 2dc3f93..3a1d3cd 100755 --- a/pkgbuilder/build.py +++ b/pkgbuilder/build.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v2.1.5.1 +# PKGBUILDer v2.1.5.2 # An AUR helper (and library) in Python 3. # Copyright © 2011-2012, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/main.py b/pkgbuilder/main.py index ef9ba74..5f44ccf 100755 --- a/pkgbuilder/main.py +++ b/pkgbuilder/main.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v2.1.5.1 +# PKGBUILDer v2.1.5.2 # An AUR helper (and library) in Python 3. # Copyright © 2011-2012, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/pbds.py b/pkgbuilder/pbds.py index 328e285..7d74db6 100755 --- a/pkgbuilder/pbds.py +++ b/pkgbuilder/pbds.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v2.1.5.1 +# PKGBUILDer v2.1.5.2 # An AUR helper (and library) in Python 3. # Copyright © 2011-2012, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/upgrade.py b/pkgbuilder/upgrade.py index a3a9306..67259c5 100755 --- a/pkgbuilder/upgrade.py +++ b/pkgbuilder/upgrade.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v2.1.5.1 +# PKGBUILDer v2.1.5.2 # An AUR helper (and library) in Python 3. # Copyright © 2011-2012, Kwpolska. # See /LICENSE for licensing information. @@ -174,8 +174,10 @@ def auto_upgrade(self, downgrade=False, vcsup=False): 'your system!')) for pkgname in upgnames: DS.log.info('Building {}'.format(pkgname)) - toinstall += self.build.auto_build(pkgname, DS.depcheck, - DS.pkginst) + out = self.build.auto_build(pkgname, DS.depcheck, + DS.pkginst) + if out: + toinstall += out if toinstall: self.build.install(toinstall) diff --git a/pkgbuilder/utils.py b/pkgbuilder/utils.py index ab7dd4f..9d4dfc6 100755 --- a/pkgbuilder/utils.py +++ b/pkgbuilder/utils.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v2.1.5.1 +# PKGBUILDer v2.1.5.2 # An AUR helper (and library) in Python 3. # Copyright © 2011-2012, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/wrapper.py b/pkgbuilder/wrapper.py index 6a3190b..48dea73 100755 --- a/pkgbuilder/wrapper.py +++ b/pkgbuilder/wrapper.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- # PBWrapper v0.1.4 -# PKGBUILDer v2.1.5.1 +# PKGBUILDer v2.1.5.2 # An AUR helper (and library) in Python 3. # Copyright © 2011-2012, Kwpolska. # See /LICENSE for licensing information. diff --git a/release b/release index cb3d6ce..a6809af 100755 --- a/release +++ b/release @@ -91,7 +91,7 @@ for i in ./locale/*; do msgfmt -o $podir/$project.mo $popath done -# pbwrapper help testingpper +# pbwrapper help testing pacman -Sh > /tmp/pbwrapperhelp bin/$project -h >> /tmp/pbwrapperhelp @@ -139,7 +139,6 @@ tar -czvf $project.src.tar.gz $project tar -czvf $project"-git".src.tar.gz $project"-git" burp -u Kwpolska -c system $project.src.tar.gz $project"-git".src.tar.gz - cd .. rm -rf MKPKGBUILD @@ -154,7 +153,7 @@ else cm='t' fi -rm -rf $project.egg-info __pycache__ $project/__pycache__ +rm -rf $project.egg-info __pycache__ $project/__pycache__ dist build git add * if [[ $? != '0' ]]; then diff --git a/setup.py b/setup.py index cbba99f..99937de 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from distutils.core import setup setup(name='pkgbuilder', - version='2.1.5.1', + version='2.1.5.2', description='An AUR helper (and library) in Python 3.', author='Kwpolska', author_email='kwpolska@kwpolska.tk', @@ -35,6 +35,5 @@ pkgbuilder.mo']), ('share/locale/pl/LC_MESSAGES', ['locale/pl/LC_MESSAGES/\ pkgbuilder.mo']), - ('share/locale/ja/LC_MESSAGES', ['locale/pl/LC_MESSAGES/\ pkgbuilder.mo'])])