wok-current diff compiz-compizconfig-python/receipt @ rev 19595

Up: man-pages (4.09)
author Alexander Medvedev <devl547@gmail.com>
date Sun Jan 01 17:13:11 2017 +0000 (2017-01-01)
parents d3eb5f4b53ea
children e99b50ce85e9
line diff
     1.1 --- a/compiz-compizconfig-python/receipt	Thu Mar 26 09:34:19 2015 +0100
     1.2 +++ b/compiz-compizconfig-python/receipt	Sun Jan 01 17:13:11 2017 +0000
     1.3 @@ -1,25 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="compiz-compizconfig-python"
     1.7 -VERSION="0.9.4"
     1.8 +VERSION="0.8.12.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Compiz Config Python module."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 -WEB_SITE="http://www.compiz.org/"
    1.15 -WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL"
    1.16 +SOURCE="${PACKAGE/compiz-/}"
    1.17 +TARBALL="$SOURCE-$VERSION.tar.xz"
    1.18 +WEB_SITE="https://github.com/compiz-reloaded"
    1.19 +WGET_URL="$WEB_SITE/$SOURCE/releases/download/v$VERSION/$TARBALL"
    1.20  
    1.21 -DEPENDS="python pygtk compiz-core compiz-libcompizconfig"
    1.22 -BUILD_DEPENDS="$DEPENDS python-dev pygtk-dev compiz-core-dev \
    1.23 -compiz-libcompizconfig-dev python-cython \
    1.24 -libxslt-dev glibmm-dev startup-notification-dev"
    1.25 +DEPENDS="python compiz-core compiz-libcompizconfig"
    1.26 +BUILD_DEPENDS="$DEPENDS python-dev pygtk-dev compiz-core-dev protobuf-dev \
    1.27 +compiz-libcompizconfig-dev python-cython libxslt-dev util-linux-uuid-dev \
    1.28 +startup-notification-dev libtool"
    1.29  
    1.30  # Rules to configure and make the package.
    1.31  compile_rules()
    1.32  {
    1.33 -	python setup.py build
    1.34 -	python setup.py install --root=$WOK/$PACKAGE/install
    1.35 +	./configure --prefix=/usr
    1.36 +	make && make install
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.