wok-6.x 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 | bbb9e95382aa |
children | 076f424196b2 |
files | bluefish-lang/receipt bluefish/description.txt bluefish/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/bluefish-lang/receipt Sun Feb 06 10:59:31 2022 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="bluefish-lang" 1.7 +VERSION="2.2.12" 1.8 +CATEGORY="development" 1.9 +TAGS="text-editor language HTML programming scripting" 1.10 +SHORT_DESC="A powerful editor - localised messages." 1.11 +MAINTAINER="maintainer@slitaz.org" 1.12 +LICENSE="GPL3" 1.13 +WEB_SITE="https://bluefish.openoffice.nl/index.html" 1.14 + 1.15 +WANTED="bluefish" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + cook_copy_folders locale 1.21 +}
2.1 --- a/bluefish/description.txt Sun Feb 06 10:30:31 2022 +0100 2.2 +++ b/bluefish/description.txt Sun Feb 06 10:59:31 2022 +0100 2.3 @@ -1,8 +1,4 @@ 2.4 -Bluefish 2.5 - 2.6 Bluefish is a powerful editor targeted towards programmers 2.7 and webdevelopers, with many options to write websites, 2.8 scripts and programming code. Bluefish supports many 2.9 programming and markup languages. 2.10 - 2.11 -http://bluefish.openoffice.nl/
3.1 --- a/bluefish/receipt Sun Feb 06 10:30:31 2022 +0100 3.2 +++ b/bluefish/receipt Sun Feb 06 10:59:31 2022 +0100 3.3 @@ -1,19 +1,20 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="bluefish" 3.7 -VERSION="2.2.10" 3.8 +VERSION="2.2.12" 3.9 CATEGORY="development" 3.10 TAGS="text-editor language HTML programming scripting" 3.11 -SHORT_DESC="A powerful editor" 3.12 +SHORT_DESC="A powerful editor." 3.13 MAINTAINER="erjo@slitaz.org" 3.14 LICENSE="GPL3" 3.15 -WEB_SITE="http://bluefish.openoffice.nl/index.html" 3.16 +WEB_SITE="https://bluefish.openoffice.nl/index.html" 3.17 3.18 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.19 -WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}" 3.20 +WGET_URL="https://www.bennewitz.com/$PACKAGE/stable/source/$TARBALL" 3.21 3.22 -DEPENDS="gtk+ pcre xorg-libXdamage aspell libxml2 gcc-lib-base shared-mime-info " 3.23 -BUILD_DEPENDS="gtk+-dev pcre-dev intltool libxml2-dev expat-dev" 3.24 +SUGGESTED="bluefish-lang" 3.25 +DEPENDS="aspell gtk+ libxml2 pcre shared-mime-info xorg-libXdamage" 3.26 +BUILD_DEPENDS="expat-dev gtk+-dev intltool libxml2-dev pcre-dev" 3.27 3.28 # Rules to configure and make the package. 3.29 compile_rules() 3.30 @@ -26,9 +27,10 @@ 3.31 # Rules to gen a SliTaz package suitable for Tazpkg. 3.32 genpkg_rules() 3.33 { 3.34 - mkdir -p $fs/usr $fs/usr/share/locale $fs/usr/lib/bluefish 3.35 - cp -a $install/usr/bin $fs/usr 3.36 - cp -a $install/usr/share/pixmaps $fs/usr/share 3.37 - cp -a $install/usr/share/bluefish $fs/usr/share 3.38 - cp -a $install/usr/share/applications $fs/usr/share 3.39 + mkdir -p $fs/usr/share 3.40 + 3.41 + cp -a $install/usr/bin $fs/usr 3.42 + cp -a $install/usr/share/pixmaps $fs/usr/share 3.43 + cp -a $install/usr/share/bluefish $fs/usr/share 3.44 + cp -a $install/usr/share/applications $fs/usr/share 3.45 }