wok diff yad-gtk2/receipt @ rev 23802
created recipe for pango-typelib
author | Hans-G?nter Theisgen |
---|---|
date | Sun May 24 07:28:37 2020 +0100 (2020-05-24) |
parents | de3143af6c92 |
children | f96e26cdfd7a |
line diff
1.1 --- a/yad-gtk2/receipt Tue Dec 06 15:51:50 2016 +0200 1.2 +++ b/yad-gtk2/receipt Sun May 24 07:28:37 2020 +0100 1.3 @@ -1,32 +1,35 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="yad-gtk2" 1.7 -VERSION="0.28.1" 1.8 +VERSION="0.40.0" 1.9 CATEGORY="utilities" 1.10 -SHORT_DESC="Yet Another Dialog (GTK+2)" 1.11 +TAGS="gtk2" 1.12 +SHORT_DESC="Yet Another Dialog (GTK+2)." 1.13 MAINTAINER="devl547@gmail.com" 1.14 LICENSE="GPL3" 1.15 WEB_SITE="https://sourceforge.net/projects/yad-dialog/" 1.16 + 1.17 TARBALL="yad-$VERSION.tar.xz" 1.18 WGET_URL="$SF_MIRROR/yad-dialog/$TARBALL" 1.19 -TAGS="gtk2" 1.20 -HOST_ARCH="i486 arm" 1.21 1.22 -DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib glibc-base gtk+ \ 1.23 -libffi libgio pango pcre zlib" 1.24 -BUILD_DEPENDS="gtk+-dev" 1.25 PROVIDE="yad" 1.26 SIBLINGS="yad-gtk3 yad-gtk2-html" 1.27 +DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib glibc-base gtk+ \ 1.28 + libffi libgio pango pcre zlib" 1.29 +BUILD_DEPENDS="gtk+-dev" 1.30 + 1.31 +HOST_ARCH="i486 arm" 1.32 1.33 # Rules to configure and make the package. 1.34 compile_rules() 1.35 { 1.36 patch -p1 -i $stuff/ru.patch 1.37 1.38 - ./configure \ 1.39 - --enable-icon-browser \ 1.40 + ./configure \ 1.41 + --enable-icon-browser \ 1.42 $CONFIGURE_ARGS && 1.43 - make && make install 1.44 + make && 1.45 + make install 1.46 } 1.47 1.48 # Rules to gen a SliTaz package suitable for Tazpkg.