Package Details: sweethome3d-furniture-library 1.31-1

Git Clone URL: https://aur.archlinux.org/sweethome3d-furniture-library.git (read-only, click to copy)
Package Base: sweethome3d-furniture-library
Description: A tool to manage furniture in Sweet Home 3D
Upstream URL: http://www.sweethome3d.com/support/forum/viewthread_thread,1550
Licenses: GPL
Submitter: ahphaw5S
Maintainer: ahphaw5S
Last Packager: ahphaw5S
Votes: 36
Popularity: 0.003124
First Submitted: 2015-11-09 13:42 (UTC)
Last Updated: 2023-03-26 12:21 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Latest Comments

PowaBanga commented on 2021-08-24 15:48 (UTC)

hi, i have this error message on launch :

/usr/bin/furniturelibraryeditor: line 4: /usr/bin/java: No such file or directory

ahphaw5S commented on 2020-07-03 15:55 (UTC)

@KalleDK, thanks for the fix.

KalleDK commented on 2020-07-03 10:38 (UTC)

Hey Jenya

Importing a new furniture only works if I change the

/usr/bin/java -jar /usr/share/java/furniturelibraryeditor.jar

to

/usr/bin/java -Dcom.eteks.sweethome3d.j3d.useOffScreen3DView=true -jar /usr/share/java/furniturelibraryeditor.jar

Solution found via http://www.sweethome3d.com/support/forum/viewthread_thread,7269#32789

ahphaw5S commented on 2016-01-27 07:18 (UTC)

Thanks again! My mistake.

DaveB commented on 2016-01-27 06:27 (UTC) (edited on 2016-01-27 06:28 (UTC) by DaveB)

Hey Jenya, Your MD5SUM for the main .jar file is wrong so the update won't install. Here is the corrected version: # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $ # Maintainer: Elliott Seyler <emhs@mossberg> # Maintainer: Jenya Sovetkin <e dot sovetkin at gmail dot com> pkgname=sweethome3d-furniture-library pkgver=1.18 pkgrel=1 pkgdesc="A tool to manage furniture in Sweet Home 3D" arch=('i686' 'x86_64') url="http://www.sweethome3d.com/support/forum/viewthread_thread,1550" license=('GPL') depends=('java-runtime' 'sweethome3d') makedepends=('unzip') source=("http://downloads.sourceforge.net/project/sweethome3d/FurnitureLibraryEditor/FurnitureLibraryEditor-$pkgver.jar" 'furniturelibraryeditor' 'furniturelibraryeditor.desktop') md5sums=('11b735c4b6a7a47d4926595e886b9c6c' 'c8980c9deb00e2b167115f795876d7db' '152c91ee7b4098c11492f80a587ed64a') prepare() { echo 'cat <<END_OF_TEXT' > temp.sh cat furniturelibraryeditor.desktop >> temp.sh echo 'END_OF_TEXT' >> temp.sh bash temp.sh > furniturelibraryeditor.desktop rm temp.sh } package() { mv com/eteks/furniturelibraryeditor/swing/resources/aboutIcon.png furniturelibraryeditor.png mkdir -p $pkgdir/usr/share/java mkdir -p $pkgdir/usr/share/pixmaps mkdir -p $pkgdir/usr/bin mkdir -p $pkgdir/usr/share/applications cp FurnitureLibraryEditor-$pkgver.jar $pkgdir/usr/share/java/furniturelibraryeditor.jar cp furniturelibraryeditor.png $pkgdir/usr/share/pixmaps cp furniturelibraryeditor $pkgdir/usr/bin cp furniturelibraryeditor.desktop $pkgdir/usr/share/applications } # vim:set ts=2 sw=2 et: Best, Dave

ahphaw5S commented on 2016-01-26 19:17 (UTC)

Thanks! I have updated the version

gericom commented on 2016-01-26 18:24 (UTC)

Please update the PKGBUILD as versioning should be 1.18, not the old 1.13. Furniture Library Editor 1.18 was released on 2015-10-05