wok diff lgi/receipt @ rev 21715

updated protobuf, protobuf-dev and protobuf-python (2.4.1 -> 3.8.0)
author Hans-G?nter Theisgen
date Wed Jun 12 13:25:36 2019 +0100 (2019-06-12)
parents 1d98908f8e3b
children 5ea0ce1cecc0
line diff
     1.1 --- a/lgi/receipt	Fri May 23 18:46:34 2014 +0300
     1.2 +++ b/lgi/receipt	Wed Jun 12 13:25:36 2019 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lgi"
     1.7 -VERSION="0.7.2"
     1.8 +VERSION="0.9.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Dynamic Lua binding to GObject libraries using GObject-Introspection"
    1.11 +SHORT_DESC="Dynamic Lua binding to GObject libraries using GObject-Introspection."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="https://github.com/pavouk/lgi"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="https://github.com/pavouk/lgi/archive/$VERSION.tar.gz"
    1.18  
    1.19  DEPENDS="glib gobject-introspection lua"
    1.20 -BUILD_DEPENDS="gobject-introspection-dev lua-dev wget"
    1.21 +BUILD_DEPENDS="gobject-introspection-dev lua-dev"
    1.22  # add "cairo-dev gtk+-dev" for `make check`
    1.23  
    1.24  # Rules to configure and make the package.
    1.25 @@ -20,8 +21,9 @@
    1.26  	# fix paths
    1.27  	sed -i 's|/usr/local|/usr|g;s|5.1|5.2|g;s|51|52|g' \
    1.28  		$src/lgi/Makefile $src/lgi/core.lua $src/lgi/core.c
    1.29 +
    1.30  	# `make check` after `make` produces error
    1.31 -	make &&
    1.32 +	make -j 1 &&
    1.33  	make PREFIX=/usr DESTDIR=$install install
    1.34  }
    1.35