Search Criteria
Package Details: visual-paradigm-community 17.1.20230601-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/visual-paradigm-community.git (read-only, click to copy) |
---|---|
Package Base: | visual-paradigm-community |
Description: | UML design application |
Upstream URL: | http://www.visual-paradigm.com/download/community.jsp |
Keywords: | design software uml |
Licenses: | custom |
Submitter: | AlexTalker |
Maintainer: | przemub (przemub, Levitating, ny-a) |
Last Packager: | Levitating |
Votes: | 29 |
Popularity: | 0.150552 |
First Submitted: | 2015-11-30 10:22 (UTC) |
Last Updated: | 2023-07-18 11:24 (UTC) |
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
msnspk commented on 2023-07-06 20:43 (UTC) (edited on 2023-07-06 20:44 (UTC) by msnspk)
Line 35 of the PKGBUILD is failing because the actual path is
${srcdir}/Visual_Paradigm_CE_17.1/Application/bin
but because of the value ofpkgver
the command is trying to access path${srcdir}/Visual_Paradigm_CE_17.1.20230601/Application/bin
Levitating commented on 2023-05-11 19:19 (UTC)
@TheBill2001 thanks
TheBill2001 commented on 2023-04-19 01:51 (UTC)
Diff for version 20230401:
pav commented on 2022-10-19 06:22 (UTC) (edited on 2022-10-30 04:32 (UTC) by pav)
For 17.0, this works for me:
Edit: Like lokonu says below, I also had to replace
INSTALL4J_JAVA_HOME_OVERRIDE
like this:or else with java-17 it is half-broken (save doesn't work).
lokonu commented on 2022-07-10 22:38 (UTC)
This package still seems to be broken.
After these changes to PKGBUILD file, the installation succeeds and the package works.
pr1sm8 commented on 2022-05-12 06:21 (UTC) (edited on 2022-05-12 06:32 (UTC) by pr1sm8)
there is a new update to visual-paradigm 1. pkgrel = 20220503 2. source = https://usa13.dl.visual-paradigm.com/visual-paradigm/vpce16.3/20220503/Visual_Paradigm_CE_16_3_20220503_Linux64_InstallFree.tar.gz it is hosted there but the general url provided in the front end is "https://www.visual-paradigm.com/download/community.jsp?platform=linux&arch=64bit&install=no" 3. sha256sums = c694582ff7660a1e07d5341042962c4940b6b3a846dc936e10c02cb0bcd7bfe8 for the given update file from the visual-paradigm
Jerry1098 commented on 2022-03-17 10:17 (UTC)
Seems like the download url changed from: https://eu6.visual-paradigm.com/visual-paradigm/vpce16.3/20210701/Visual_Paradigm_CE_16_3_20210701_Linux64_InstallFree.tar.gz to: https://www.visual-paradigm.com/downloads/vpce/Visual_Paradigm_CE_Linux64_InstallFree.tar.gz
Morosko commented on 2022-01-25 08:52 (UTC) (edited on 2022-01-25 08:53 (UTC) by Morosko)
I always had issues with multiple Java versions installed on my system. Visual Paradigm seems to require Java 8. As a workaround, I changed
${pkgdir}/usr/bin/${pkgname}
(at my system it was/usr/bin/visual-paradigm-community
) line 4 toINSTALL4J_JAVA_HOME_OVERRIDE=/usr/lib/jvm/java-8-openjdk
.Maybe it helps someone. (probably future me)
mclever commented on 2022-01-12 18:06 (UTC)
It seems that another update has taken place. The latest build number is:
20220101
1 2 3 4 5 6 .. 8 Next › Last »