wok-next rev 21462

updated stardict (3.0.1 -> 3.0.6)
author Hans-G?nter Theisgen
date Tue May 12 07:59:31 2020 +0100 (2020-05-12)
parents f4cf641f2cb1
children 679394fe1e46
files stardict/receipt
line diff
     1.1 --- a/stardict/receipt	Tue May 12 07:25:55 2020 +0100
     1.2 +++ b/stardict/receipt	Tue May 12 07:59:31 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="stardict"
     1.7 -VERSION="3.0.1"
     1.8 +VERSION="3.0.6"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="A powerful international dictionary written in Gtk2"
    1.11  MAINTAINER="lufeng369@slitaz.org"
    1.12 @@ -9,31 +9,36 @@
    1.13  WEB_SITE="http://stardict-4.sourceforge.net/"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WGET_URL="http://stardict-3.googlecode.com/files/$TARBALL"
    1.17 +WGET_URL="$SF_MIRROR/$PACKAGE-4/$TARBALL"
    1.18  
    1.19 -BUILD_DEPENDS="bzip2 enchant-dev tar intltool popt libsigc++-dev gtk2-dev \
    1.20 -libsm-dev zlib-dev util-linux-uuid-dev libffi"
    1.21 +BUILD_DEPENDS="bzip2 enchant-dev gnome-doc-utils gtk2-dev intltool 
    1.22 +	libffi libsigc++-dev libsm-dev popt tar util-linux-uuid-dev 
    1.23 +	zlib-dev"
    1.24  
    1.25 -compile_rules() {
    1.26 -	sed -i 's/<vector>/&\n#include <stdio.h>/' stardict-plugins/stardict-wordnet-plugin/scene.hpp
    1.27 +compile_rules()
    1.28 +{
    1.29 +#	sed -i 's/<vector>/&\n#include <stdio.h>/' stardict-plugins/stardict-wordnet-plugin/scene.hpp
    1.30  
    1.31 -	./configure \
    1.32 -		--disable-man \
    1.33 -		--disable-qqwry \
    1.34 -		--disable-gnome-support \
    1.35 -		--disable-schemas-install \
    1.36 -		--disable-espeak \
    1.37 -		--disable-gucharmap \
    1.38 -		--disable-festival \
    1.39 -		--disable-advertisement \
    1.40 -		--disable-updateinfo \
    1.41 +	./configure				\
    1.42 +		--disable-advertisement		\
    1.43 +		--disable-espeak		\
    1.44 +		--disable-festival		\
    1.45 +		--disable-gnome-support		\
    1.46 +		--disable-gucharmap		\
    1.47 +		--disable-man			\
    1.48 +		--disable-qqwry			\
    1.49 +		--disable-schemas-install	\
    1.50 +		--disable-scrollkeeper		\
    1.51 +		--disable-updateinfo		\
    1.52  		$CONFIGURE_ARGS &&
    1.53  	fix libtool &&
    1.54  	make &&
    1.55  	make DESTDIR=$install install
    1.56  }
    1.57  
    1.58 -genpkg_rules() {
    1.59 +genpkg_rules()
    1.60 +{
    1.61  	copy @std
    1.62 -	DEPENDS="enchant libsigc++ gtk2 libsm"
    1.63 +
    1.64 +	DEPENDS="enchant gtk2 libsigc++ libsm"
    1.65  }