wok-next rev 21522

updated bluefish (2.2.8 -> 2.2.11)
author Hans-G?nter Theisgen
date Fri Jun 19 13:47:05 2020 +0100 (2020-06-19)
parents 19ceb13cedc8
children 849e441f46eb
files bluefish/receipt
line diff
     1.1 --- a/bluefish/receipt	Fri Jun 19 13:23:49 2020 +0100
     1.2 +++ b/bluefish/receipt	Fri Jun 19 13:47:05 2020 +0100
     1.3 @@ -1,28 +1,31 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="bluefish"
     1.7 -VERSION="2.2.8"
     1.8 +VERSION="2.2.11"
     1.9  CATEGORY="development"
    1.10 +TAGS="text-editor language HTML programming scripting"
    1.11  SHORT_DESC="A powerful editor"
    1.12 -MAINTAINER="devel@slitaz.org"
    1.13 +MAINTAINER="maintainer@slitaz.org"
    1.14  LICENSE="GPL3"
    1.15  WEB_SITE="http://bluefish.openoffice.nl/index.html"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18  WGET_URL="http://www.bennewitz.com/bluefish/stable/source/$TARBALL"
    1.19  
    1.20 -BUILD_DEPENDS="gtk2-dev pcre-dev intltool libxml2-dev expat-dev"
    1.21 +BUILD_DEPENDS="expat-dev gtk2-dev intltool libxml2-dev pcre-dev"
    1.22  
    1.23 -compile_rules() {
    1.24 +compile_rules()
    1.25 +{
    1.26  	./configure $CONFIGURE_ARGS &&
    1.27  	fix libtool &&
    1.28  	make &&
    1.29  	make install
    1.30  }
    1.31  
    1.32 -genpkg_rules() {
    1.33 +genpkg_rules()
    1.34 +{
    1.35  	copy @std
    1.36 -	DEPENDS="libcairo gdk-pixbuf glib gtk2 libxml2 pango python   aspell \
    1.37 -	shared-mime-info"
    1.38 -	TAGS="text-editor language HTML programming scripting"
    1.39 +
    1.40 +	DEPENDS="aspell gdk-pixbuf glib gtk2 libcairo libxml2 pango python 
    1.41 +		shared-mime-info"
    1.42  }