libraries/libpeas: Updated for version 1.16.0.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2015-11-05 10:53:38 +01:00 committed by Willy Sudiarto Raharjo
parent 3d9b1fe08e
commit 362aa8b670
3 changed files with 12 additions and 9 deletions

View file

@ -1,8 +1,10 @@
libpeas (GObject Plugin System)
Libpeas is a gobject-based plugins engine, and is targetted at giving
every application the chance to assume its own extensibility.
It also has a set of features including, but not limited to:
- multiple extension points
- on demand (lazy) programming language support for C, Python and JS
- simplicity of the API
python3 is an optional (autodetected) dependency.
other two are lgi and luajit: if you have both in you system just the
second is used.

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for libpeas
# Copyright 2013 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# Copyright 2013-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libpeas
VERSION=${VERSION:-1.8.1}
VERSION=${VERSION:-1.16.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -53,7 +53,7 @@ else
LIBDIRSUFFIX=""
fi
DOCS="ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README"
DOCS="AUTHORS COPYING ChangeLog NEWS README"
set -e
@ -70,6 +70,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
sed -i -e 's|"lua5.1 |"lua |' -e 's|with_lua51=lua5.1|with_lua51=lua|' configure
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@ -79,7 +81,6 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-deprecation \
--enable-gtk \
--build=$ARCH-slackware-linux

View file

@ -1,8 +1,8 @@
PRGNAM="libpeas"
VERSION="1.8.1"
VERSION="1.16.0"
HOMEPAGE="http://live.gnome.org/Libpeas"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libpeas/1.8/libpeas-1.8.1.tar.xz"
MD5SUM="f63d49ab7f72e1ab9eb398c1f0750790"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libpeas/1.16/libpeas-1.16.0.tar.xz"
MD5SUM="48c5b3da391da1ae390e9d45d88a6aeb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""