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

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents 8aad009a4685
children 2537c708087e
line source
1 # SliTaz package receipt.
3 PACKAGE="yad-gtk2-html"
4 VERSION="0.28.1"
5 CATEGORY="utilities"
6 SHORT_DESC="Yet Another Dialog (GTK+2, with HTML widget)"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://sourceforge.net/projects/yad-dialog/"
10 TARBALL="yad-$VERSION.tar.xz"
11 WGET_URL="$SF_MIRROR/yad-dialog/$TARBALL"
12 TAGS="gtk2"
14 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib glibc-base gtk+ libffi \
15 libgio libsoup libwebkit pango pcre zlib"
16 BUILD_DEPENDS="gtk+-dev libwebkit-dev"
17 PROVIDE="yad-gtk2:libwebkit yad-html"
18 SIBLINGS="yad-gtk2 yad-gtk3"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 patch -p1 -i $WOK/yad-gtk2/stuff/ru.patch
25 ./configure \
26 --enable-icon-browser \
27 --enable-html \
28 $CONFIGURE_ARGS &&
29 make && make install
30 }
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 cook_copy_files yad yad-icon-browser
36 cook_copy_icons
37 }