wok diff yad-gtk2-html/receipt @ rev 19367

Up tazlito (428), links (2.13)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Aug 04 19:53:20 2016 +0200 (2016-08-04)
parents
children 4b55a51aefa5
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/yad-gtk2-html/receipt	Thu Aug 04 19:53:20 2016 +0200
     1.3 @@ -0,0 +1,39 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="yad-gtk2-html"
     1.7 +VERSION="0.28.1"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="Yet Another Dialog (GTK+2, with HTML widget)"
    1.10 +MAINTAINER="devl547@gmail.com"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="https://sourceforge.net/projects/yad-dialog/"
    1.13 +TARBALL="yad-$VERSION.tar.xz"
    1.14 +WGET_URL="$SF_MIRROR/yad-dialog/$TARBALL"
    1.15 +TAGS="gtk2"
    1.16 +
    1.17 +DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib glibc-base gtk+ libffi \
    1.18 +libgio libsoup libwebkit pango pcre zlib"
    1.19 +BUILD_DEPENDS="gtk+-dev libwebkit-dev"
    1.20 +PROVIDE="yad-gtk2:libwebkit yad-html"
    1.21 +SIBLINGS="yad-gtk2 yad-gtk3"
    1.22 +
    1.23 +# Rules to configure and make the package.
    1.24 +compile_rules()
    1.25 +{
    1.26 +	patch -p1 -i $WOK/yad-gtk2/stuff/ru.patch
    1.27 +
    1.28 +	./configure \
    1.29 +		--enable-icon-browser \
    1.30 +		--enable-html \
    1.31 +		$CONFIGURE_ARGS &&
    1.32 +	make && make install
    1.33 +
    1.34 +	cook_compress_png
    1.35 +}
    1.36 +
    1.37 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 +genpkg_rules()
    1.39 +{
    1.40 +	cook_copy_files yad yad-icon-browser
    1.41 +	cook_copy_icons
    1.42 +}