wok annotate yad-gtk3/receipt @ rev 22774

Add serf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 25 17:25:42 2020 +0100 (2020-01-25)
parents 4b55a51aefa5
children ee53899c6189
rev   line source
al@14237 1 # SliTaz package receipt.
al@14237 2
al@14237 3 PACKAGE="yad-gtk3"
Hans-G?nter@22318 4 VERSION="0.40.0"
al@14237 5 CATEGORY="utilities"
Hans-G?nter@22318 6 TAGS="gtk3"
Hans-G?nter@22318 7 SHORT_DESC="Yet Another Dialog (GTK+3)."
al@14237 8 MAINTAINER="devl547@gmail.com"
pascal@14999 9 LICENSE="GPL3"
al@19311 10 WEB_SITE="https://sourceforge.net/projects/yad-dialog/"
Hans-G?nter@22318 11
al@19311 12 TARBALL="yad-$VERSION.tar.xz"
al@18045 13 WGET_URL="$SF_MIRROR/yad-dialog/$TARBALL"
al@14237 14
al@19311 15 PROVIDE="yad:gtk+3"
al@19311 16 SIBLINGS="yad-gtk2 yad-gtk2-html"
Hans-G?nter@22318 17 DEPENDS="atk cairo gdk-pixbuf glib glibc-base gtk+3 libffi libgio pango pcre \
Hans-G?nter@22318 18 zlib"
Hans-G?nter@22318 19 BUILD_DEPENDS="gtk+3-dev"
al@14237 20
al@14237 21 # Rules to configure and make the package.
al@14237 22 compile_rules()
al@14237 23 {
al@19311 24 patch -p1 -i $WOK/yad-gtk2/stuff/ru.patch
al@19311 25
Hans-G?nter@22318 26 ./configure \
Hans-G?nter@22318 27 --with-gtk=gtk3 \
al@14237 28 --enable-icon-browser &&
Hans-G?nter@22318 29 make &&
Hans-G?nter@22318 30 make install
al@14237 31 }
al@14237 32
al@14237 33 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14237 34 genpkg_rules()
al@14237 35 {
al@19311 36 cook_copy_files yad yad-icon-browser
al@19311 37 cook_copy_icons
al@14237 38 }