wok-next diff matchbox-window-manager/receipt @ rev 20641

Up cogl, cookutils (1053)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 01 16:03:13 2018 +0300 (2018-05-01)
parents 757d032c55c7
children d2950281f122
line diff
     1.1 --- a/matchbox-window-manager/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/matchbox-window-manager/receipt	Tue May 01 16:03:13 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="matchbox-window-manager"
     1.7 -VERSION="1.2"
     1.8 +VERSION="1.2.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Matchbox Window Manager"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,13 +9,13 @@
    1.13  WEB_SITE="http://matchbox-project.org/"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL"
    1.17 +WGET_URL="http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-window-manager/snapshot/$TARBALL"
    1.18  
    1.19 -BUILD_DEPENDS="gtk+-dev startup-notification-dev libmatchbox-dev expat-dev \
    1.20 -xorg-libSM-dev"
    1.21 +BUILD_DEPENDS="automake GConf-dev libmatchbox-dev xorg-libXfixes-dev \
    1.22 +xorg-libXcursor-dev expat-dev startup-notification-dev xorg-libSM-dev"
    1.23  
    1.24  compile_rules() {
    1.25 -	./configure \
    1.26 +	./autogen.sh \
    1.27  		--enable-expat \
    1.28  		--enable-startup-notification \
    1.29  		--enable-session \
    1.30 @@ -26,6 +26,7 @@
    1.31  
    1.32  genpkg_rules() {
    1.33  	copy @std
    1.34 -	DEPENDS="gtk+ startup-notification libmatchbox"
    1.35 +	DEPENDS="expat libmatchbox startup-notification xorg-libICE xorg-libSM \
    1.36 +	xorg-libX11 xorg-libXcursor xorg-libXext xorg-libXfixes"
    1.37  	TAGS="window-manager"
    1.38  }