wok diff yad-gtk3/receipt @ rev 22802

freetype: add freetype-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 28 09:23:39 2020 +0100 (2020-01-28)
parents 4b55a51aefa5
children ee53899c6189
line diff
     1.1 --- a/yad-gtk3/receipt	Tue Nov 29 15:26:24 2016 +0200
     1.2 +++ b/yad-gtk3/receipt	Tue Jan 28 09:23:39 2020 +0100
     1.3 @@ -1,31 +1,33 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="yad-gtk3"
     1.7 -VERSION="0.28.1"
     1.8 +VERSION="0.40.0"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Yet Another Dialog (GTK+3)"
    1.11 +TAGS="gtk3"
    1.12 +SHORT_DESC="Yet Another Dialog (GTK+3)."
    1.13  MAINTAINER="devl547@gmail.com"
    1.14  LICENSE="GPL3"
    1.15  WEB_SITE="https://sourceforge.net/projects/yad-dialog/"
    1.16 +
    1.17  TARBALL="yad-$VERSION.tar.xz"
    1.18  WGET_URL="$SF_MIRROR/yad-dialog/$TARBALL"
    1.19 -TAGS="gtk3"
    1.20  
    1.21 -DEPENDS="atk cairo gdk-pixbuf glib glibc-base gtk+3 libffi libgio pango pcre \
    1.22 -zlib"
    1.23 -BUILD_DEPENDS="gtk+3-dev"
    1.24  PROVIDE="yad:gtk+3"
    1.25  SIBLINGS="yad-gtk2 yad-gtk2-html"
    1.26 +DEPENDS="atk cairo gdk-pixbuf glib glibc-base gtk+3 libffi libgio pango pcre \
    1.27 +	zlib"
    1.28 +BUILD_DEPENDS="gtk+3-dev"
    1.29  
    1.30  # Rules to configure and make the package.
    1.31  compile_rules()
    1.32  {
    1.33  	patch -p1 -i $WOK/yad-gtk2/stuff/ru.patch
    1.34  
    1.35 -	./configure \
    1.36 -		--with-gtk=gtk3 \
    1.37 +	./configure			\
    1.38 +		--with-gtk=gtk3		\
    1.39  		--enable-icon-browser &&
    1.40 -	make && make install
    1.41 +	make &&
    1.42 +	make install
    1.43  }
    1.44  
    1.45  # Rules to gen a SliTaz package suitable for Tazpkg.