wok diff yad-gtk3/receipt @ rev 19039
Webian Shell - again
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Fri Apr 15 09:08:59 2016 -0300 (2016-04-15) |
parents | 2a35430dc9ab |
children | 8aad009a4685 |
line diff
1.1 --- a/yad-gtk3/receipt Thu Aug 15 11:23:37 2013 +0300 1.2 +++ b/yad-gtk3/receipt Fri Apr 15 09:08:59 2016 -0300 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="yad-gtk3" 1.7 -VERSION="0.22.1" 1.8 +VERSION="0.28.1" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Display graphical dialogs from shell scripts or command line (GTK+3)" 1.11 MAINTAINER="devl547@gmail.com" 1.12 LICENSE="GPL3" 1.13 -TARBALL="yad-$VERSION.tar.xz" 1.14 -WEB_SITE="http://code.google.com/p/yad/" 1.15 -WGET_URL="http://yad.googlecode.com/files/$TARBALL" 1.16 +SOURCE="yad" 1.17 +PROVIDE="yad:gtk+3" 1.18 +TARBALL="$SOURCE-$VERSION.tar.xz" 1.19 +WEB_SITE="http://sourceforge.net/projects/yad-dialog/" 1.20 +WGET_URL="$SF_MIRROR/yad-dialog/$TARBALL" 1.21 TAGS="gtk3" 1.22 -VERSION_NOTE="latest" 1.23 1.24 DEPENDS="gtk+3" 1.25 BUILD_DEPENDS="gtk+3-dev optipng" 1.26 @@ -18,12 +19,11 @@ 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - patch -p1 < $stuff/ru.patch 1.31 + #patch -p1 < $stuff/ru.patch 1.32 ./configure \ 1.33 --with-gtk=gtk3 \ 1.34 --enable-icon-browser && 1.35 - make && 1.36 - make install 1.37 + make && make install 1.38 optipng -quiet -zc1-9 -zm1-9 -zs0-3 -f0-5 \ 1.39 $install/usr/share/icons/hicolor/48x48/apps/yad.png 1.40 }