wok view yad-gtk3/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 4b55a51aefa5
children ee53899c6189
line source
1 # SliTaz package receipt.
3 PACKAGE="yad-gtk3"
4 VERSION="0.40.0"
5 CATEGORY="utilities"
6 TAGS="gtk3"
7 SHORT_DESC="Yet Another Dialog (GTK+3)."
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:gtk+3"
16 SIBLINGS="yad-gtk2 yad-gtk2-html"
17 DEPENDS="atk cairo gdk-pixbuf glib glibc-base gtk+3 libffi libgio pango pcre \
18 zlib"
19 BUILD_DEPENDS="gtk+3-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 --with-gtk=gtk3 \
28 --enable-icon-browser &&
29 make &&
30 make install
31 }
33 # Rules to gen a SliTaz package suitable for Tazpkg.
34 genpkg_rules()
35 {
36 cook_copy_files yad yad-icon-browser
37 cook_copy_icons
38 }