wok-next rev 21599

updated drakon-editor (1.26 -> 1.31)
author Hans-G?nter Theisgen
date Wed Jun 24 14:49:10 2020 +0100 (2020-06-24)
parents e452d7648a5a
children 211f5ebfccdb
files drakon-editor/receipt
line diff
     1.1 --- a/drakon-editor/receipt	Wed Jun 24 14:39:37 2020 +0100
     1.2 +++ b/drakon-editor/receipt	Wed Jun 24 14:49:10 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="drakon-editor"
     1.7 -VERSION="1.26"
     1.8 +VERSION="1.31"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A visual language for specifications from the Russian space program"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,9 +11,10 @@
    1.13  TARBALL="drakon_editor$VERSION.zip"
    1.14  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 -genpkg_rules() {
    1.17 +genpkg_rules()
    1.18 +{
    1.19  	mkdir -p $fs/usr/share/applications
    1.20 -	cp -a $src $fs/usr/share/$PACKAGE
    1.21 +	cp -a $src	$fs/usr/share/$PACKAGE
    1.22  	cat > $fs/usr/share/applications/$PACKAGE.desktop <<EOT
    1.23  [Desktop Entry]
    1.24  Type=Application
    1.25 @@ -22,5 +23,5 @@
    1.26  Exec=/usr/share/drakon-editor/drakon_editor.tcl %f
    1.27  Categories=Development;Building;
    1.28  EOT
    1.29 -	DEPENDS="tk tcllib libsqlite3-tcl libtkimg"
    1.30 +	DEPENDS="libsqlite3-tcl libtkimg tcllib tk"
    1.31  }