mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
update PDF, added destop ponies to infopage too
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
This commit is contained in:
parent
7b03276b54
commit
9f150e92ae
2 changed files with 19 additions and 5 deletions
|
@ -2992,13 +2992,16 @@ pkgrel=1
|
|||
arch=('any')
|
||||
pkgdesc="Cowsay reimplementation for ponies"
|
||||
url="https://github.com/erkin/ponysay"
|
||||
license=('GPL3' 'GNU FDL v1.3')
|
||||
license=('GPL3' 'FDL')
|
||||
depends=(python>=3 coreutils)
|
||||
optdepends=("util-say>=3: Improved TTY support with KMS and PNG files")
|
||||
makedepends=('git' 'texinfo' 'info' 'gzip' 'python>=3', 'zip')
|
||||
makedepends=('git' 'texinfo' 'info' 'gzip' 'python>=3')
|
||||
|
||||
|
||||
|
||||
build()
|
||||
@{ cd "$srcdir"; git clone git://github.com/erkin/ponysay.git ponysay
|
||||
@{
|
||||
cd "$srcdir"; git clone git://github.com/erkin/ponysay.git ponysay
|
||||
cd ponysay ; git checkout "$pkgver"
|
||||
|
||||
./setup.py --everything --without-pdf-compression \
|
||||
|
@ -3011,7 +3014,8 @@ build()
|
|||
@}
|
||||
|
||||
package()
|
||||
@{ cd "$srcdir/ponysay"; ./setup.py DESTDIR=$pkgdir install
|
||||
@{
|
||||
cd "$srcdir/ponysay"; ./setup.py DESTDIR=$pkgdir install
|
||||
@}
|
||||
@end example
|
||||
@end cartouche
|
||||
|
@ -3078,10 +3082,20 @@ Pony files located in @file{$@{XDG_DATA_HOME@}/ponysay} or
|
|||
|
||||
@item browser ponies
|
||||
@cindex browser ponies
|
||||
@cindex desktop ponies
|
||||
A JavaScript program which is the source for most of our ponies. It is a port of
|
||||
@i{desktop ponies}.
|
||||
|
||||
@item desktop ponies
|
||||
@cindex desktop ponies
|
||||
A program for Windows (need @command{.NET framework 4}), OSX (need
|
||||
@command{Mono 3.0.2} and @command{XQuartz}) and Unix (need
|
||||
@command{mono} and @command{mono-basic}) this say they README file, but
|
||||
is reported have really many problems or simply not work) that
|
||||
run gif pixelated ponies like those ones on @command{ponysay} on your screen with
|
||||
interactivity one and each other, quotes and one or two games.
|
||||
Developed by RoosterDragon as coder and artists like Botchan, Jay Wright and
|
||||
many others artist.
|
||||
|
||||
@item ponification
|
||||
@cindex ponification
|
||||
The process of converting English text to Equestrian English.
|
||||
|
|
BIN
ponysay.pdf
BIN
ponysay.pdf
Binary file not shown.
Loading…
Reference in a new issue