Package Details: yed 1:3.22-1

Git Clone URL: https://aur.archlinux.org/yed.git (read-only, click to copy)
Package Base: yed
Description: Very powerful graph editor written in java
Upstream URL: http://www.yworks.com/en/products_yed_about.html
Licenses: custom
Submitter: fatmike
Maintainer: Bevan
Last Packager: Bevan
Votes: 249
Popularity: 0.036485
First Submitted: 2009-03-08 11:56 (UTC)
Last Updated: 2022-04-09 11:02 (UTC)

Dependencies (1)

Required by (0)

Sources (4)

Pinned Comments

balazsbotond commented on 2021-02-23 14:21 (UTC)

In case you need HiDPI support, run:

# $EDITOR $(which yed)

And add the -Dsun.java2d.uiScale=2.0 option to the java command, like:

/usr/bin/java -Dsun.java2d.uiScale=2.0 -jar /usr/share/java/yed/yed.jar "$@"

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

bziur commented on 2021-03-18 09:23 (UTC) (edited on 2021-03-18 09:25 (UTC) by bziur)

to make it work under manjaro I had to make following changes:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,19 +10,19 @@
 # https://github.com/michaellass/AUR

 pkgname=yed
-pkgver=3.20.1
+pkgver=3.21.1
 pkgrel=2
 epoch=1
 pkgdesc='Very powerful graph editor written in java'
 arch=('any')
 url='http://www.yworks.com/en/products_yed_about.html'
 license=('custom')
 depends=('java-runtime')
 source=("https://www.yworks.com/resources/yed/demo/yEd-${pkgver}.zip"
         'yed.desktop'
         'yed'
         'graphml+xml-mime.xml')
-sha256sums=('f1b8c878e45d476fd99e950c3469e7d7d9b433dab4efad8c1f8938dec9e2d897'
+sha256sums=('c4301c2d7e842bdb781b6a112c74e1244d1b80eb0eeb8a0a30e1bfba83ef09e4'
             'cc6957cde6eba0d82ea523b0257f8c91fd1e330a1e2ad7d64890e48a2450aa98'
             '731b54c6e731704efe9847d78e2df474d59042452ace29d2786d76891295249e'
             'e751b69ed8a25faf46d4e4016ed8f1774abc88679067934a6081348e3d6fc332')

balazsbotond commented on 2021-02-23 14:21 (UTC)

In case you need HiDPI support, run:

# $EDITOR $(which yed)

And add the -Dsun.java2d.uiScale=2.0 option to the java command, like:

/usr/bin/java -Dsun.java2d.uiScale=2.0 -jar /usr/share/java/yed/yed.jar "$@"

Bevan commented on 2021-01-07 14:59 (UTC)

nilsw: Makes sense. I'm lacking access to my Arch machine right now but will add it in the next couple of days.

nilsw commented on 2021-01-07 14:57 (UTC) (edited on 2021-01-07 15:01 (UTC) by nilsw)

Could you add a line MimeType=application/x-graphml+xml; to yed.desktop, so that double clicking .graphml files works? Edit: Pullrequest sent.

square252 commented on 2020-09-17 08:27 (UTC)

yEd has been updated to version 3.20.1 Until the aur package is updated you can edit the pkgbuild, change the version from 3.20. to 3.20.1 and the first sha256 value to f1b8c878e45d476fd99e950c3469e7d7d9b433dab4efad8c1f8938dec9e2d897

bobi commented on 2020-01-18 10:28 (UTC)

Done.

Bevan commented on 2020-01-17 17:51 (UTC)

@bobi: Looks good, thanks for the suggestion! If you want, you may create a pull request on https://github.com/michaellass/AUR. Otherwise I'll do the change within the next couple of days.

bobi commented on 2020-01-17 10:42 (UTC)

Hi, here’s a patch that makes use of all sizes for the icon, so that it scales beyond 32×32, plus installs a mime type for graphml files so that they aren’t treated anymore as any other xml file: http://dpaste.com/2DAS2TE

The additional graphml+xml-mime.xml source file is copy pasted from here: https://yed.yworks.com/support/qa/5927/associate-yed-application-with-graphml-files-on-linux

So, in the end, the icon scales smoothly no matter the desktop environment and opening a graphml file from a file manager is not a pain anymore.

mexchip commented on 2019-11-01 07:08 (UTC) (edited on 2019-11-02 05:31 (UTC) by mexchip)

Link for downloading version 3.19.1 is failing, I think it should be updated to 3.19.1.1

fuhrmeistery commented on 2018-11-21 07:56 (UTC)

Installation failed due to failing validity check on the yed.zip updating pkgver to 3.18.2 and first sha256sum to 1dd325347127b749cf7f6d84c086b24cf8ff86e26c2ba986916efc9337a97463 worked for me