# HG changeset patch # User Hans-G?nter Theisgen # Date 1644141571 -3600 # Node ID 3d94ada036f772c197cd0843c1b112127b5d1b1e # Parent bbb9e95382aaf9d013007fd4b16bafd4c5467cc1 updated bluefish (2.2.10 -> 2.2.12) diff -r bbb9e95382aa -r 3d94ada036f7 bluefish-lang/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bluefish-lang/receipt Sun Feb 06 10:59:31 2022 +0100 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="bluefish-lang" +VERSION="2.2.12" +CATEGORY="development" +TAGS="text-editor language HTML programming scripting" +SHORT_DESC="A powerful editor - localised messages." +MAINTAINER="maintainer@slitaz.org" +LICENSE="GPL3" +WEB_SITE="https://bluefish.openoffice.nl/index.html" + +WANTED="bluefish" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cook_copy_folders locale +} diff -r bbb9e95382aa -r 3d94ada036f7 bluefish/description.txt --- a/bluefish/description.txt Sun Feb 06 10:30:31 2022 +0100 +++ b/bluefish/description.txt Sun Feb 06 10:59:31 2022 +0100 @@ -1,8 +1,4 @@ -Bluefish - Bluefish is a powerful editor targeted towards programmers and webdevelopers, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages. - -http://bluefish.openoffice.nl/ diff -r bbb9e95382aa -r 3d94ada036f7 bluefish/receipt --- a/bluefish/receipt Sun Feb 06 10:30:31 2022 +0100 +++ b/bluefish/receipt Sun Feb 06 10:59:31 2022 +0100 @@ -1,19 +1,20 @@ # SliTaz package receipt. PACKAGE="bluefish" -VERSION="2.2.10" +VERSION="2.2.12" CATEGORY="development" TAGS="text-editor language HTML programming scripting" -SHORT_DESC="A powerful editor" +SHORT_DESC="A powerful editor." MAINTAINER="erjo@slitaz.org" LICENSE="GPL3" -WEB_SITE="http://bluefish.openoffice.nl/index.html" +WEB_SITE="https://bluefish.openoffice.nl/index.html" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}" +WGET_URL="https://www.bennewitz.com/$PACKAGE/stable/source/$TARBALL" -DEPENDS="gtk+ pcre xorg-libXdamage aspell libxml2 gcc-lib-base shared-mime-info " -BUILD_DEPENDS="gtk+-dev pcre-dev intltool libxml2-dev expat-dev" +SUGGESTED="bluefish-lang" +DEPENDS="aspell gtk+ libxml2 pcre shared-mime-info xorg-libXdamage" +BUILD_DEPENDS="expat-dev gtk+-dev intltool libxml2-dev pcre-dev" # Rules to configure and make the package. compile_rules() @@ -26,9 +27,10 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr $fs/usr/share/locale $fs/usr/lib/bluefish - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share/pixmaps $fs/usr/share - cp -a $install/usr/share/bluefish $fs/usr/share - cp -a $install/usr/share/applications $fs/usr/share + mkdir -p $fs/usr/share + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/bluefish $fs/usr/share + cp -a $install/usr/share/applications $fs/usr/share }