From bb171cab42d4d0c2f57baead12cf0fd6911e7097 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 12 Nov 2018 16:20:16 -0200 Subject: [PATCH] compizconfig-python: update to 0.8.16. --- srcpkgs/compizconfig-python/template | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template index 4ece7ffdedf..2527ac2f599 100644 --- a/srcpkgs/compizconfig-python/template +++ b/srcpkgs/compizconfig-python/template @@ -1,25 +1,23 @@ -# Template file for 'compizconfig-python' of Compiz Reloaded +# Template file for 'compizconfig-python' pkgname=compizconfig-python -version=0.8.14 +version=0.8.16 revision=1 build_style=gnu-configure configure_args="--disable-static" - -hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel python-Cython" +hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel python3-Cython" makedepends="libSM-devel libcompizconfig-devel libxml++-devel - protobuf-devel python-devel startup-notification-devel" - + protobuf-devel python3-devel startup-notification-devel" short_desc="Compiz configuration system library for Compiz Reloaded" maintainer="CoolOhm " +license="GPL-2.0-or-later" homepage="https://github.com/compiz-reloaded" -license="GPL-2" -distfiles="https://github.com/compiz-reloaded/compizconfig-python/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=03822784f4ebadcb73e6492236209eae6f6fbb2c89d6242ed212e64bbf1425dc +distfiles="https://github.com/compiz-reloaded/compizconfig-python/archive/v${version}.tar.gz" +checksum=5f01b7a00cb846a01f2cbba01a1a4242c245b0a7f39428ef2957bbc2f190f69c pre_configure() { NOCONFIGURE=1 ./autogen.sh - if [ -n "$CROSS_BUILD" ]; then - sed -i "s,PYTHON_INCLUDES=.*,PYTHON_INCLUDES=-I${XBPS_CROSS_BASE}/usr/include/python2.7,g" configure + if [ "$CROSS_BUILD" ]; then + sed -i "s,PYTHON_INCLUDES=.*,PYTHON_INCLUDES=-I${XBPS_CROSS_BASE}${py3_inc},g" configure fi }