mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
Update texinfo a little
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
This commit is contained in:
parent
79540179ef
commit
1df84d388d
1 changed files with 10 additions and 7 deletions
|
@ -3021,17 +3021,17 @@ pkgrel=1
|
||||||
arch=('any')
|
arch=('any')
|
||||||
pkgdesc="Cowsay reimplementation for ponies"
|
pkgdesc="Cowsay reimplementation for ponies"
|
||||||
url="https://github.com/erkin/ponysay"
|
url="https://github.com/erkin/ponysay"
|
||||||
license=('GPL3' 'FDL')
|
license=('custom:GPL3' 'FDL')
|
||||||
depends=('python>=3' 'coreutils')
|
depends=('python>=3' 'coreutils')
|
||||||
optdepends=("util-say>=3: Improved TTY support with KMS and PNG files")
|
optdepends=("util-say>=3: Improved TTY support with KMS and PNG files")
|
||||||
makedepends=('git' 'texinfo' 'info' 'gzip' 'python>=3')
|
makedepends=('git' 'texinfo' 'info' 'gzip' 'python>=3')
|
||||||
|
source=("ponysay::git+https://github.com/erkin/ponysay")
|
||||||
|
nd5suns=('SKIP')
|
||||||
|
|
||||||
build()
|
build()
|
||||||
@{
|
@{
|
||||||
cd "$srcdir"; git clone git://github.com/erkin/ponysay.git ponysay
|
cd "$srcdir/ponysay"
|
||||||
cd ponysay ; git checkout "$pkgver"
|
git checkout "$pkgver"
|
||||||
|
|
||||||
./setup.py --everything --without-pdf-compression \
|
./setup.py --everything --without-pdf-compression \
|
||||||
--bin-dir=/usr/bin --dest-dir="$pkgdir" \
|
--bin-dir=/usr/bin --dest-dir="$pkgdir" \
|
||||||
|
@ -3044,7 +3044,8 @@ build()
|
||||||
|
|
||||||
package()
|
package()
|
||||||
@{
|
@{
|
||||||
cd "$srcdir/ponysay"; ./setup.py DESTDIR=$pkgdir install
|
cd "$srcdir/ponysay"
|
||||||
|
./setup.py DESTDIR=$pkgdir install
|
||||||
@}
|
@}
|
||||||
@end example
|
@end example
|
||||||
@end cartouche
|
@end cartouche
|
||||||
|
@ -3128,6 +3129,8 @@ many others artist.
|
||||||
@item ponification
|
@item ponification
|
||||||
@cindex ponification
|
@cindex ponification
|
||||||
The process of converting English text to Equestrian English.
|
The process of converting English text to Equestrian English.
|
||||||
|
The process if transforming a non-pony artowork, character history or another
|
||||||
|
thing into a pony version of that.
|
||||||
|
|
||||||
@item Equestrian English
|
@item Equestrian English
|
||||||
@cindex Equestrian English
|
@cindex Equestrian English
|
||||||
|
@ -3135,7 +3138,7 @@ The English dialect spoken by the ponies in MLP:FiM, the basic role is that it
|
||||||
is American English with as many words and parts of words as possible exchanged
|
is American English with as many words and parts of words as possible exchanged
|
||||||
to words having to do with ponies, including the work `pony' itself. This is
|
to words having to do with ponies, including the work `pony' itself. This is
|
||||||
normally the language we, the developers, write in, except we may use another
|
normally the language we, the developers, write in, except we may use another
|
||||||
English, e.g. British English, as the base language.
|
English, e.g. British English or Basic English, as the base language.
|
||||||
|
|
||||||
@item best.pony
|
@item best.pony
|
||||||
@cindex best.pony
|
@cindex best.pony
|
||||||
|
|
Loading…
Reference in a new issue