wok diff liferea/receipt @ rev 14407
edje-dev: update deps
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Apr 23 18:27:41 2013 +0200 (2013-04-23) |
parents | 7afe8aca37e3 |
children | 7896f0694ef6 |
line diff
1.1 --- a/liferea/receipt Wed May 25 17:20:52 2011 +0200 1.2 +++ b/liferea/receipt Tue Apr 23 18:27:41 2013 +0200 1.3 @@ -1,19 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="liferea" 1.7 -VERSION="1.7.5" 1.8 +VERSION="1.8.12" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="A download utility with resuming and segmented downloading with HTTP/HTTPS/FTP support" 1.11 MAINTAINER="devl547@gmail.com" 1.12 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://liferea.sourceforge.net/" 1.15 -WGET_URL="$SF_MIRROR/$PACKAGE/Liferea%20Unstable/$VERSION/$TARBALL" 1.16 +WGET_URL="$SF_MIRROR/project/$PACKAGE/Liferea%20Stable/$VERSION/$TARBALL" 1.17 1.18 -DEPENDS="gtk+ glib pango GConf libunique libxml2 libxslt sqlite libsoup libwebkit libnotify intltool gnutls" 1.19 +DEPENDS="gtk+ glib pango GConf libunique libxml2 libxslt sqlite libsoup libwebkit libnotify intltool gnutls json-glib" 1.20 BUILD_DEPENDS="gtk+-dev glib-dev pango-dev GConf GConf-dev ORBit2-dev \ 1.21 libunique-dev libxml2-dev libxslt-dev sqlite-dev libsoup-dev libwebkit-dev \ 1.22 libnotify-dev gnutls-dev json-glib-dev" 1.23 1.24 +LOCALES="da de es fr it pt_BR ru zh_CN" 1.25 + 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 @@ -35,4 +37,8 @@ 1.30 cp -a $_pkg/usr/share/applications $fs/usr/share/ 1.31 cp -a $_pkg/usr/share/icons $fs/usr/share/ 1.32 cp -a $_pkg/usr/share/liferea $fs/usr/share/ 1.33 + for locale in $LOCALES; do 1.34 + cp -a $install/usr/share/locale/$locale $fs/usr/share/locale 1.35 + done 1.36 + 1.37 }