diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 2415f511..c11adff8 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -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. diff --git a/ponysay.pdf b/ponysay.pdf index f0807874..9134c1d6 100644 Binary files a/ponysay.pdf and b/ponysay.pdf differ