wok-next diff liferea/receipt @ rev 20734

nut: update (b)deps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 18:57:36 2018 +0300 (2018-05-29)
parents c6072d05ef86
children d2950281f122
line diff
     1.1 --- a/liferea/receipt	Tue Mar 27 12:50:45 2018 +0200
     1.2 +++ b/liferea/receipt	Tue May 29 18:57:36 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="liferea"
     1.8  VERSION="1.8.15"
     1.9 @@ -6,38 +6,28 @@
    1.10  SHORT_DESC="News aggregator for online news feeds"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="http://liferea.sourceforge.net/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="http://liferea.sourceforge.net/"
    1.17 -WGET_URL="$SF_MIRROR/project/$PACKAGE/Liferea%20Stable/$VERSION/$TARBALL"
    1.18 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20 -DEPENDS="gtk+ glib pango GConf libunique libxml2 libxslt sqlite3 libsoup \
    1.21 -libwebkit libnotify gnutls json-glib" #intltool?
    1.22  BUILD_DEPENDS="gtk+-dev glib-dev pango-dev GConf GConf-dev orbit2-dev \
    1.23 -libunique-dev libxml2-dev libxslt-dev sqlite3-dev libsoup-dev libwebkit-dev \
    1.24 +libunique-dev libxml2-dev libxslt-dev sqlite3-dev libsoup-dev webkitgtk-dev \
    1.25  libnotify-dev gnutls-dev json-glib-dev intltool"
    1.26  
    1.27 -LOCALES="da de es fr it pt_BR ru zh_CN"
    1.28 -
    1.29 -# Rules to configure and make the package.
    1.30 -compile_rules()
    1.31 -{
    1.32 -	./configure $CONFIGURE_ARGS \
    1.33 -		--enable-sm --disable-schemas-install --enable-libnotify &&
    1.34 +compile_rules() {
    1.35 +	./configure \
    1.36 +		--enable-sm \
    1.37 +		--disable-schemas-install \
    1.38 +		--enable-libnotify \
    1.39 +		$CONFIGURE_ARGS &&
    1.40 +	fix libtool &&
    1.41  	make &&
    1.42  	make DESTDIR=$DESTDIR install
    1.43  }
    1.44  
    1.45 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.46 -genpkg_rules()
    1.47 -{
    1.48 -	mkdir -p $fs/usr/share/locale
    1.49 -	mkdir -p $fs/etc
    1.50 -	cp -a $install/usr/bin $fs/usr
    1.51 -	cp -a $install/etc $fs
    1.52 -	cp -a $install/usr/share/applications $fs/usr/share/
    1.53 -	cp -a $install/usr/share/icons $fs/usr/share/
    1.54 -	cp -a $install/usr/share/liferea $fs/usr/share/
    1.55 -	for locale in $LOCALES; do
    1.56 -		cp -a $install/usr/share/locale/$locale $fs/usr/share/locale
    1.57 -	done
    1.58 +genpkg_rules() {
    1.59 +	copy @std *.mo
    1.60 +	DEPENDS="gtk+ glib pango GConf libunique libxml2 libxslt sqlite3 libsoup \
    1.61 +	webkitgtk libnotify gnutls json-glib" #intltool?
    1.62  }