system/terminology: Updated for version 0.22.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Erik Falor 2018-07-06 03:56:34 +07:00 committed by Willy Sudiarto Raharjo
parent 8325f53d28
commit 9e0dd65bc2
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 13 additions and 14 deletions

View file

@ -11,7 +11,7 @@ terminology:
terminology: Terminology emulates a slightly extended vt100 with some extensions
terminology: and bling thrown in.
terminology:
terminology: homepage: http://enlightenment.org/p.php?p=about/terminology
terminology: homepage: https://www.enlightenment.org/about-terminology
terminology:
terminology:
terminology:

View file

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright 2017 Erik Falor <ewfalor@gmail.com>, Logan, Utah, USA
# Copyright 2018 Erik Falor <ewfalor@gmail.com>, Logan, Utah, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=terminology
VERSION=${VERSION:-1.1.1}
VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -52,7 +52,7 @@ else
LIBDIRSUFFIX=""
fi
DOCS="AUTHORS COPYING NEWS README TODO"
DOCS="AUTHORS COPYING ChangeLog DESIGN.md NEWS README.md TODO"
set -e
@ -71,17 +71,16 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
meson \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
. build
make
make install DESTDIR=$PKG
ninja -C build -v
DESTDIR=$PKG ninja -C build -v install
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,10 +1,10 @@
PRGNAM="terminology"
VERSION="1.1.1"
HOMEPAGE="http://enlightenment.org/p.php?p=about/terminology"
DOWNLOAD="http://download.enlightenment.org/rel/apps/terminology/terminology-1.1.1.tar.xz"
MD5SUM="c5d9603f60d2ba3b6d99cc8ee0526806"
VERSION="1.2.1"
HOMEPAGE="https://www.enlightenment.org/about-terminology"
DOWNLOAD="https://download.enlightenment.org/rel/apps/terminology/terminology-1.2.1.tar.xz"
MD5SUM="fd3970b3f5383ac34f7f7105d92e74ea"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="efl"
REQUIRES="efl meson ninja"
MAINTAINER="Erik Falor"
EMAIL="ewfalor@gmail.com"