Skip to content

Commit

Permalink
v2.1.2.28: locale fixes, PATCHES STILL WELCOME
Browse files Browse the repository at this point in the history
Signed-off-by: Kwpolska <[email protected]>
  • Loading branch information
Kwpolska committed Jul 14, 2012
1 parent 22c5f34 commit 1976370
Show file tree
Hide file tree
Showing 19 changed files with 340 additions and 308 deletions.
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.2.27
pkgver=2.1.2.28
pkgrel=1
pkgdesc="A basic Python AUR helper/library."
arch=('any')
Expand All @@ -9,7 +9,7 @@ license=('BSD')
depends=('python' 'pyalpm>=0.5.1-1' 'python-pyparsing' 'pacman>=4.0.0-1')
options=(!emptydirs)
source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('a39276443eb7351056f9e4708b5c4540')
md5sums=('71cc5b2e2ba71e7a4096ded7ecc892e2')

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ README for PKGBUILDer
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2011-10-26
:Version: 2.1.2.5
:Version: 2.1.2.27

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ README for PKGBUILDer
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2012-07-14
:Version: 2.1.2.27
:Version: 2.1.2.28

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ task :prepare, :ver do |t, args|

sh "sed \"s/:Date: .*/:Date: #{date}/\" docs/*.rst -i"
sh "sed \"s/:Date: .*/:Date: #{date}/\" README.rst -i"
sh "cp README.rst ../README"
sh "cp README.rst ../README.rst"
end

task :docshtml do
Expand Down
Binary file added dist/pkgbuilder-2.1.2.28.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Appendix B. License for PKGBUILDer
:Info: This is an appendix to the PKGBUILDer documentation.
:Author: Kwpolska <[email protected]>
:Date: 2012-07-14
:Version: 2.1.2.27
:Version: 2.1.2.28

Copyright (C) 2011, Kwpolska
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ README for PKGBUILDer
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2012-07-14
:Version: 2.1.2.27
:Version: 2.1.2.28

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down
2 changes: 1 addition & 1 deletion docs/classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Classes in PKGBUILDer
:Author: Kwpolska
:Copyright: See Appendix B.
:Date: 2012-07-14
:Version: 2.1.2.27
:Version: 2.1.2.28

.. index:: classes
.. module:: PKGBUILDer
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'
# The full version, including alpha/beta/rc tags.
release = '2.1.2.27'
release = '2.1.2.28'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/messagecodes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Appendix A. PKGBUILDer message numbers list
:Info: This is an appendix to the PKGBUILDer documentation.
:Author: Kwpolska <[email protected]>
:Date: 2012-07-14
:Version: 2.1.2.27
:Version: 2.1.2.28

In order to help debugging, messages are numbered.
Each message number has four digits: the first one is the
Expand Down
Binary file modified docs/pkgbuilder.8.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/pkgbuilder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PKGBUILDer
:Author: Kwpolska <[email protected]>
:Copyright: See Appendix B.
:Date: 2012-07-14
:Version: 2.1.2.27
:Version: 2.1.2.28
:Manual section: 8
:Manual group: PKGBUILDer manual

Expand Down
Binary file modified locale/en/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
Loading

0 comments on commit 1976370

Please sign in to comment.