libraries/fifechan: Updated for version 0.1.3.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-12-04 01:47:55 +02:00 committed by David Spencer
parent 998ed05147
commit 85ddc4b762
3 changed files with 8 additions and 6 deletions

View file

@ -1,3 +1,5 @@
Fifechan is a lightweight cross platform GUI library written in C++ specifically
designed for games. It has a small yet powerful built in set of extendable GUI
Widgets allowing users to create virtually unlimited types of widgets.
Optional dependency: SDL2_ttf

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fifechan
VERSION=${VERSION:-0.1.2}
VERSION=${VERSION:-0.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -85,7 +85,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS CHANGELOG README.md $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS CHANGELOG.md README.md INSTALL.md LICENSE.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,10 +1,10 @@
PRGNAM="fifechan"
VERSION="0.1.2"
VERSION="0.1.3"
HOMEPAGE="http://fifengine.github.io/fifechan/"
DOWNLOAD="https://github.com/fifengine/fifechan/archive/0.1.2.tar.gz"
MD5SUM="0dc5c893dc1b6ab07a4ad1a76aaf621b"
DOWNLOAD="https://github.com/fifengine/fifechan/archive/0.1.3.tar.gz"
MD5SUM="ab28436c4407f852c301d0c2f6d81bfa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="allegro4"
REQUIRES="allegro4 SDL2_image"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"