wok-current rev 22740
updated drakon-editor (1.29 -> 1.31)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 24 07:47:30 2020 +0100 (2020-01-24) |
parents | b537f0bd32fb |
children | b12f8cb0009c |
files | drakon-editor/receipt |
line diff
1.1 --- a/drakon-editor/receipt Fri Jan 24 07:40:21 2020 +0100 1.2 +++ b/drakon-editor/receipt Fri Jan 24 07:47:30 2020 +0100 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="drakon-editor" 1.7 -VERSION="1.29" 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 +SHORT_DESC="A visual language for specifications from the Russian space program." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="PublicDomain" 1.14 WEB_SITE="http://drakon-editor.sourceforge.net/" 1.15 @@ -11,13 +11,14 @@ 1.16 TARBALL="drakon_editor$VERSION.zip" 1.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 1.19 -DEPENDS="tk tcllib libsqlite-tcl libtkimg" 1.20 +DEPENDS="libsqlite-tcl libtkimg tcllib tk" 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/share/applications 1.26 - cp -a $src $fs/usr/share/$PACKAGE 1.27 + 1.28 + cp -a $src $fs/usr/share/$PACKAGE 1.29 cat > $fs/usr/share/applications/$PACKAGE.desktop <<EOT 1.30 [Desktop Entry] 1.31 Type=Application