wok diff bluefish/receipt @ rev 24382

updated bluefish (2.2.10 -> 2.2.12)
author Hans-G?nter Theisgen
date Sun Feb 06 10:59:31 2022 +0100 (2022-02-06)
parents d1aa8d06c7fb
children 076f424196b2
line diff
     1.1 --- a/bluefish/receipt	Mon Feb 11 17:14:38 2019 +0100
     1.2 +++ b/bluefish/receipt	Sun Feb 06 10:59:31 2022 +0100
     1.3 @@ -1,19 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bluefish"
     1.7 -VERSION="2.2.10"
     1.8 +VERSION="2.2.12"
     1.9  CATEGORY="development"
    1.10  TAGS="text-editor language HTML programming scripting"
    1.11 -SHORT_DESC="A powerful editor"
    1.12 +SHORT_DESC="A powerful editor."
    1.13  MAINTAINER="erjo@slitaz.org"
    1.14  LICENSE="GPL3"
    1.15 -WEB_SITE="http://bluefish.openoffice.nl/index.html"
    1.16 +WEB_SITE="https://bluefish.openoffice.nl/index.html"
    1.17  
    1.18  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.19 -WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}"
    1.20 +WGET_URL="https://www.bennewitz.com/$PACKAGE/stable/source/$TARBALL"
    1.21  
    1.22 -DEPENDS="gtk+ pcre xorg-libXdamage aspell libxml2 gcc-lib-base shared-mime-info "
    1.23 -BUILD_DEPENDS="gtk+-dev pcre-dev intltool libxml2-dev expat-dev"
    1.24 +SUGGESTED="bluefish-lang"
    1.25 +DEPENDS="aspell gtk+ libxml2 pcre shared-mime-info xorg-libXdamage"
    1.26 +BUILD_DEPENDS="expat-dev gtk+-dev intltool libxml2-dev pcre-dev"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30 @@ -26,9 +27,10 @@
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	mkdir -p $fs/usr $fs/usr/share/locale $fs/usr/lib/bluefish
    1.35 -	cp -a $install/usr/bin $fs/usr
    1.36 -	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.37 -	cp -a $install/usr/share/bluefish $fs/usr/share
    1.38 -	cp -a $install/usr/share/applications $fs/usr/share
    1.39 +	mkdir -p $fs/usr/share
    1.40 +
    1.41 +	cp -a $install/usr/bin			$fs/usr
    1.42 +	cp -a $install/usr/share/pixmaps	$fs/usr/share
    1.43 +	cp -a $install/usr/share/bluefish	$fs/usr/share
    1.44 +	cp -a $install/usr/share/applications	$fs/usr/share
    1.45  }