Skip to content

Commit

Permalink
v2.1.3.5: locale, bug and whatnot fixes.
Browse files Browse the repository at this point in the history
Signed-off-by: Kwpolska <[email protected]>
  • Loading branch information
Kwpolska committed Aug 14, 2012
1 parent c905e00 commit 04f42b5
Show file tree
Hide file tree
Showing 31 changed files with 188 additions and 161 deletions.
27 changes: 0 additions & 27 deletions MANIFEST

This file was deleted.

4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Kwpolska <[email protected]>
pkgname=pkgbuilder
pkgver=2.1.3.4
pkgver=2.1.3.5
pkgrel=1
pkgdesc='A Python AUR helper/library.'
arch=('any')
Expand All @@ -9,7 +9,7 @@ license=('BSD')
depends=('python' 'pyalpm>=0.5.1-1' 'python-pyparsing' 'python-requests')
options=(!emptydirs)
source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('6f602328755fd020c12871bb86f9fc4d')
md5sums=('be5ebeb6ec685350a2572258d81d3941')

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
=====================================================
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2012-08-12
:Version: 2.1.3.4
:Date: 2012-08-14
:Version: 2.1.3.5

.. index: README

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
=====================================================
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2012-08-12
:Version: 2.1.3.4
:Date: 2012-08-14
:Version: 2.1.3.5

.. index: README
Expand Down
Binary file added dist/pkgbuilder-2.1.3.5.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Appendix C. Changelog
=====================
:Info: This is a partial changelog for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2012-08-12
:Version: 2.1.3.4
:Date: 2012-08-14
:Version: 2.1.3.5

.. index:: CHANGELOG

Expand Down
4 changes: 2 additions & 2 deletions docs/LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Appendix B. License for PKGBUILDer
==================================
:Info: This is an appendix to the PKGBUILDer documentation.
:Author: Kwpolska <[email protected]>
:Date: 2012-08-12
:Version: 2.1.3.4
:Date: 2012-08-14
:Version: 2.1.3.5

.. index:: LICENSE

Expand Down
4 changes: 2 additions & 2 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
=====================================================
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2012-08-12
:Version: 2.1.3.4
:Date: 2012-08-14
:Version: 2.1.3.5

.. index: README
Expand Down
4 changes: 2 additions & 2 deletions docs/aur.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ aur module (AUR class)
======================
:Author: Kwpolska
:Copyright: See Appendix B.
:Date: 2012-08-12
:Version: 2.1.3.4
:Date: 2012-08-14
:Version: 2.1.3.5

.. module:: aur

Expand Down
4 changes: 2 additions & 2 deletions docs/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ build module (Build class)
==========================
:Author: Kwpolska
:Copyright: See Appendix B.
:Date: 2012-08-12
:Version: 2.1.3.4
:Date: 2012-08-14
:Version: 2.1.3.5

.. module:: build

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2.1.3'
# The full version, including alpha/beta/rc tags.
release = '2.1.3.4'
release = '2.1.3.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ main module
===========
:Author: Kwpolska
:Copyright: See Appendix B.
:Date: 2012-08-12
:Version: 2.1.3.4
:Date: 2012-08-14
:Version: 2.1.3.5

.. index:: main
.. versionadded:: 2.1.3.0
Expand Down
4 changes: 2 additions & 2 deletions docs/messagecodes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Appendix A. PKGBUILDer message codes list
=========================================
:Info: This is an appendix to the PKGBUILDer documentation.
:Author: Kwpolska <[email protected]>
:Date: 2012-08-12
:Version: 2.1.3.4
:Date: 2012-08-14
:Version: 2.1.3.5

.. index:: Message Codes

Expand Down
4 changes: 2 additions & 2 deletions docs/pbds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ pbds module (PBDS class)

:Author: Kwpolska
:Copyright: See Appendix B.
:Date: 2012-08-12
:Version: 2.1.3.4
:Date: 2012-08-14
:Version: 2.1.3.5

.. module: pbds
Expand Down
Binary file modified docs/pkgbuilder.8.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/pkgbuilder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ PKGBUILDer

:Author: Kwpolska <[email protected]>
:Copyright: See Appendix B.
:Date: 2012-08-12
:Version: 2.1.3.4
:Date: 2012-08-14
:Version: 2.1.3.5
:Manual section: 8
:Manual group: PKGBUILDer manual

Expand Down
4 changes: 2 additions & 2 deletions docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ upgrade module (Upgrade class)

:Author: Kwpolska
:Copyright: See Appendix B.
:Date: 2012-08-12
:Version: 2.1.3.4
:Date: 2012-08-14
:Version: 2.1.3.5

.. module:: upgrade

Expand Down
4 changes: 2 additions & 2 deletions docs/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ utils module (Utils class)

:Author: Kwpolska
:Copyright: See Appendix B.
:Date: 2012-08-12
:Version: 2.1.3.4
:Date: 2012-08-14
:Version: 2.1.3.5

.. module:: utils

Expand Down
Binary file modified locale/en/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
81 changes: 51 additions & 30 deletions locale/en/LC_MESSAGES/pkgbuilder.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 2.1.3.4\n"
"Project-Id-Version: 2.1.3.5\n"
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\n"
"POT-Creation-Date: 2012-08-12 20:37+0200\n"
"POT-Creation-Date: 2012-08-14 19:44+0200\n"
"PO-Revision-Date: 2012-07-27 13:44+0100\n"
"Last-Translator: Kwpolska <[email protected]>\n"
"Language-Team: Kwpolska <[email protected]>\n"
Expand Down Expand Up @@ -116,74 +116,86 @@ msgstr ""
"{0}"

#: pkgbuilder/main.py:32
msgid "An AUR helper/library. Wrapper-friendly (pacman-like output.)"
msgstr "An AUR helper/library. Wrapper-friendly (pacman-like output.)"
msgid "An AUR helper (and library) in Python 3."
msgstr "An AUR helper (and library) in Python 3."

#: pkgbuilder/main.py:33
msgid "You can use pacman syntax if you want to."
msgstr "You can use pacman syntax if you want to."

#: pkgbuilder/main.py:39
#: pkgbuilder/main.py:38
msgid "packages to build"
msgstr "packages to build"

#: pkgbuilder/main.py:44
#: pkgbuilder/main.py:40
msgid "options"
msgstr "options"

#: pkgbuilder/main.py:41
msgid "operations"
msgstr "operations"

#: pkgbuilder/main.py:42
msgid "pacman compatibility"
msgstr "pacman compatiblity"

#: pkgbuilder/main.py:45
msgid "don't use colors in output"
msgstr "don't use colors in output"

#: pkgbuilder/main.py:47
#: pkgbuilder/main.py:48
msgid ""
"don't check dependencies (may break makepkg)"
msgstr ""
"don't check dependencies (may break makepkg)"

#: pkgbuilder/main.py:50
msgid "don't install packages after building"
msgstr "don't install packages after building"

#: pkgbuilder/main.py:53
#: pkgbuilder/main.py:51
msgid ""
"don't check if packages were installed after "
"build"
msgstr ""
"don't check if packages were installed after "
"build"

#: pkgbuilder/main.py:56
msgid "pacman syntax compatiblity"
msgstr "pacman syntax compatiblity"
#: pkgbuilder/main.py:54
msgid "don't install packages after building"
msgstr "don't install packages after building"

#: pkgbuilder/main.py:58
msgid "pacman syntax compatiblity"
msgstr "pacman syntax compatiblity"
msgid "PROTOCOL"
msgstr "PROTOCOL"

#: pkgbuilder/main.py:58
msgid "choose protocol (default: http)"
msgstr "choose protocol (default: http)"

#: pkgbuilder/main.py:61
msgid "pacman-like mode (/tmp/ build, aur/ in -s)"
msgstr "pacman-like mode (/tmp/ build, aur/ in -s)"

#: pkgbuilder/main.py:64
msgid "(dummy)"
msgstr "(dummy)"

#: pkgbuilder/main.py:67
msgid "view package information"
msgstr "view package information"

#: pkgbuilder/main.py:63
#: pkgbuilder/main.py:69
msgid "search the AUR for matching strings"
msgstr "search the AUR for matching strings"

#: pkgbuilder/main.py:67
#: pkgbuilder/main.py:73
msgid "upgrade installed AUR packages"
msgstr "upgrade installed AUR packages"

#: pkgbuilder/main.py:70
msgid "chooses protocol (default: http)"
msgstr "chooses protocol (default: http)"

#. this would be too many entries. The API is really
#. having this limitation, though.
#: pkgbuilder/main.py:97
#: pkgbuilder/main.py:101
msgid "[ERR5002] search string too short, API limitation"
msgstr "[ERR5002] search string too short, API limitation"

#: pkgbuilder/main.py:99
#: pkgbuilder/main.py:103
msgid "Searching for exact match..."
msgstr "Searching for exact match..."

#: pkgbuilder/main.py:102 INSTALL.py:65 INSTALL.py:74 INSTALL.py:83
#: pkgbuilder/main.py:106 INSTALL.py:65 INSTALL.py:74 INSTALL.py:83
#: INSTALL.py:92
msgid "not found"
msgstr "not found"
Expand Down Expand Up @@ -395,3 +407,12 @@ msgstr ""
"\n"
"If that's what you want to do, go for it. If it isn't, run this\n"
"script again."

#~ msgid "An AUR helper/library. Wrapper-friendly (pacman-like output.)"
#~ msgstr "An AUR helper/library. Wrapper-friendly (pacman-like output.)"

#~ msgid "You can use pacman syntax if you want to."
#~ msgstr "You can use pacman syntax if you want to."

#~ msgid "choose protocol (default: http)"
#~ msgstr "choose protocol (default: http)"
Binary file modified locale/pl/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
Loading

0 comments on commit 04f42b5

Please sign in to comment.