wok-next diff aisleriot/receipt @ rev 20990

Remove mate116 stash
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 02 22:23:34 2018 +0300 (2018-10-02)
parents d2950281f122
children f48456621a9d
line diff
     1.1 --- a/aisleriot/receipt	Wed Sep 05 00:08:37 2018 +0300
     1.2 +++ b/aisleriot/receipt	Tue Oct 02 22:23:34 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="aisleriot"
     1.7 -VERSION="3.22.5"
     1.8 +VERSION="3.22.6"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="A collection of patience games"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -17,6 +17,7 @@
    1.13  compile_rules() {
    1.14  	./configure \
    1.15  		--disable-static \
    1.16 +		--disable-debug \
    1.17  		--with-pysol-card-theme-path=/usr/share/PySolFC \
    1.18  		$CONFIGURE_ARGS &&
    1.19  	fix libtool &&
    1.20 @@ -27,7 +28,7 @@
    1.21  genpkg_rules() {
    1.22  	copy @std
    1.23  	rm -r $fs/usr/share/help/
    1.24 -	DEPENDS="gconf atk cairo gdk-pixbuf glib gtk+3 guile libcanberra \
    1.25 +	DEPENDS="atk cairo gconf gdk-pixbuf glib gtk+3 guile libcanberra \
    1.26  	libcanberra-gtk3 librsvg"
    1.27  	SUGGEST="pysolfc-cardsets pysolfc-cardsets-extra"
    1.28  }