wok annotate yad-gtk3/receipt @ rev 20995

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