summaryrefslogtreecommitdiffstats
path: root/libraries/libpeas
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2015-11-05 10:53:38 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit362aa8b670782443aac704df38ad689a59f41079 (patch)
tree3e46df036d7181c1788ff43481aa4dd98353e4fc /libraries/libpeas
parent3d9b1fe08e8952886d2c18705ce6c587f921fa17 (diff)
downloadslackbuilds-362aa8b670782443aac704df38ad689a59f41079.tar.gz
slackbuilds-362aa8b670782443aac704df38ad689a59f41079.tar.xz
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>
Diffstat (limited to 'libraries/libpeas')
-rw-r--r--libraries/libpeas/README6
-rw-r--r--libraries/libpeas/libpeas.SlackBuild9
-rw-r--r--libraries/libpeas/libpeas.info6
3 files changed, 12 insertions, 9 deletions
diff --git a/libraries/libpeas/README b/libraries/libpeas/README
index 956614982b..4b4b051b1e 100644
--- a/libraries/libpeas/README
+++ b/libraries/libpeas/README
@@ -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.
diff --git a/libraries/libpeas/libpeas.SlackBuild b/libraries/libpeas/libpeas.SlackBuild
index 61e862d023..9ab50bcfec 100644
--- a/libraries/libpeas/libpeas.SlackBuild
+++ b/libraries/libpeas/libpeas.SlackBuild
@@ -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
diff --git a/libraries/libpeas/libpeas.info b/libraries/libpeas/libpeas.info
index 72acc877e9..05d4ce37c4 100644
--- a/libraries/libpeas/libpeas.info
+++ b/libraries/libpeas/libpeas.info
@@ -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=""