Search Criteria
Package Details: sweethome3d-furniture-library 1.25-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: | |
Submitter: | ahphaw5S |
Maintainer: | ahphaw5S |
Last Packager: | ahphaw5S |
Votes: | 28 |
Popularity: | 0.199490 |
First Submitted: | 2015-11-09 13:42 |
Last Updated: | 2020-07-03 15:53 |
Dependencies (3)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, jre11, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, jre-jetbrains, java-openjdk-loom-ea-bin, jdk-jetbrains, jdk11-openj9-bin, jre11-jetbrains-imfix, jdk8-graalvm-bin, jdk11-graalvm-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, java-openjdk-ea-bin, jdk-openj9-bin, jre, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- sweethome3d
- unzip (unzip-natspec, unzip-iconv) (make)
Latest Comments
ahphaw5S commented on 2020-07-03 15:55
@KalleDK, thanks for the fix.
KalleDK commented on 2020-07-03 10:38
Hey Jenya
Importing a new furniture only works if I change the
to
Solution found via http://www.sweethome3d.com/support/forum/viewthread_thread,7269#32789
ahphaw5S commented on 2016-01-27 07:18
Thanks again! My mistake.
DaveB commented on 2016-01-27 06:27
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
Thanks! I have updated the version
gericom commented on 2016-01-26 18:24
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