wok-next diff drakon-editor/receipt @ rev 21195

updated scrollz (2.2.3 -> 2.3)
author Hans-G?nter Theisgen
date Thu Oct 03 15:54:27 2019 +0100 (2019-10-03)
parents fa61cfb16a25
children 74d9eeadaadc
line diff
     1.1 --- a/drakon-editor/receipt	Mon Jul 02 22:39:08 2018 +0300
     1.2 +++ b/drakon-editor/receipt	Thu Oct 03 15:54:27 2019 +0100
     1.3 @@ -6,15 +6,12 @@
     1.4  SHORT_DESC="A visual language for specifications from the Russian space program"
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="PublicDomain"
     1.7 +WEB_SITE="http://drakon-editor.sourceforge.net/"
     1.8 +
     1.9  TARBALL="drakon_editor$VERSION.zip"
    1.10 -WEB_SITE="http://drakon-editor.sourceforge.net/"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13 -DEPENDS="tk tcllib libsqlite3-tcl libtkimg"
    1.14 -
    1.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 -genpkg_rules()
    1.17 -{
    1.18 +genpkg_rules() {
    1.19  	mkdir -p $fs/usr/share/applications
    1.20  	cp -a $src $fs/usr/share/$PACKAGE
    1.21  	cat > $fs/usr/share/applications/$PACKAGE.desktop <<EOT
    1.22 @@ -22,7 +19,8 @@
    1.23  Type=Application
    1.24  Name=Drakon diagram editor
    1.25  Name[fr]=Editeur de diagrammes Drakon
    1.26 -Exec=/usr/share/$PACKAGE/drakon_editor.tcl %f
    1.27 +Exec=/usr/share/drakon-editor/drakon_editor.tcl %f
    1.28  Categories=Development;Building;
    1.29  EOT
    1.30 +	DEPENDS="tk tcllib libsqlite3-tcl libtkimg"
    1.31  }