wok rev 25339

updated sweethome3d (6.3 -> 7.0)
author Hans-G?nter Theisgen
date Sun Jul 24 10:50:52 2022 +0100 (21 months ago)
parents 1801955a1d6d
children e685e7c4c950
files sweethome3d/description.txt sweethome3d/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sweethome3d/description.txt	Sun Jul 24 10:50:52 2022 +0100
     1.3 @@ -0,0 +1,3 @@
     1.4 +Sweet Home 3D is a free interior design application which
     1.5 +helps you draw the plan of your house, arrange furniture
     1.6 +on it and visit the results in 3D.
     2.1 --- a/sweethome3d/receipt	Sun Jul 24 10:22:05 2022 +0100
     2.2 +++ b/sweethome3d/receipt	Sun Jul 24 10:50:52 2022 +0100
     2.3 @@ -1,12 +1,12 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="sweethome3d"
     2.7 -VERSION="6.3"
     2.8 +VERSION="7.0"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="A free interior design application."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL2"
    2.13 -WEB_SITE="http://www.sweethome3d.com/"
    2.14 +WEB_SITE="https://www.sweethome3d.com/"
    2.15  
    2.16  SOURCE="SweetHome3D"
    2.17  TARBALL="$SOURCE-$VERSION-linux-x86.tgz"
    2.18 @@ -23,19 +23,13 @@
    2.19  	sed '/scope="row/!d;/linux-x86/!d;s|.*3D-||;s|-linux.*||;q'
    2.20  }
    2.21  
    2.22 -# Rules to configure and make the package.
    2.23 -compile_rules()
    2.24 -{
    2.25 -	cd $src
    2.26 -}
    2.27 -
    2.28  # Rules to gen a SliTaz package suitable for Tazpkg.   
    2.29  genpkg_rules()                                      
    2.30  {
    2.31  	mkdir -p $fs/usr/share/applications
    2.32  	mkdir -p $fs/usr/bin
    2.33  
    2.34 -	cp -a $src $fs/usr/share/$PACKAGE
    2.35 +	cp -a $src	$fs/usr/share/$PACKAGE
    2.36  
    2.37  	cat > $fs/usr/share/applications/$PACKAGE.desktop <<EOT
    2.38  [Desktop Entry]
    2.39 @@ -47,7 +41,7 @@
    2.40  Exec=$PACKAGE
    2.41  Icon=gohome.png
    2.42  Terminal=false
    2.43 -Categories=Office;
    2.44 +Categories=Graphics;
    2.45  EOT
    2.46  
    2.47  	cat > $fs/usr/bin/$PACKAGE <<EOT
    2.48 @@ -55,5 +49,5 @@
    2.49  
    2.50  exec /usr/share/$PACKAGE/SweetHome3D
    2.51  EOT
    2.52 -	chmod +x $fs/usr/bin/$PACKAGE
    2.53 +	chmod +x	$fs/usr/bin/$PACKAGE
    2.54  }