wok view yad-gtk2-html/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 4b55a51aefa5
children ee53899c6189
line source
1 # SliTaz package receipt.
3 PACKAGE="yad-gtk2-html"
4 VERSION="0.40.0"
5 CATEGORY="utilities"
6 TAGS="gtk2"
7 SHORT_DESC="Yet Another Dialog (GTK+2, with HTML widget)."
8 MAINTAINER="devl547@gmail.com"
9 LICENSE="GPL3"
10 WEB_SITE="https://sourceforge.net/projects/yad-dialog/"
12 TARBALL="yad-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/yad-dialog/$TARBALL"
15 PROVIDE="yad-gtk2:libwebkit yad-html"
16 SIBLINGS="yad-gtk2 yad-gtk3"
17 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib glibc-base gtk+ libffi \
18 libgio libsoup libwebkit pango pcre zlib"
19 BUILD_DEPENDS="gtk+-dev libwebkit-dev"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 patch -p1 -i $WOK/yad-gtk2/stuff/ru.patch
26 ./configure \
27 --enable-icon-browser \
28 --enable-html \
29 $CONFIGURE_ARGS &&
30 make &&
31 make install
32 }
34 # Rules to gen a SliTaz package suitable for Tazpkg.
35 genpkg_rules()
36 {
37 cook_copy_files yad yad-icon-browser
38 cook_copy_icons
39 }