Package Details: yed 1:3.23.2-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.169808
First Submitted: 2009-03-08 11:56 (UTC)
Last Updated: 2023-09-13 06:21 (UTC)

Dependencies (2)

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 .. 12 Next › Last »

0ofta commented on 2023-09-13 05:37 (UTC)

Hi, the package does not pass validity check. Just an FYI.

travisghansen commented on 2023-03-28 15:15 (UTC)

If you want to update to latest.

diff --git a/.SRCINFO b/.SRCINFO
index c75c8a4..5c5bfae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = yed
    pkgdesc = Very powerful graph editor written in java
-   pkgver = 3.22
+   pkgver = 3.23.1
    pkgrel = 1
    epoch = 1
    url = http://www.yworks.com/en/products_yed_about.html
@@ -8,11 +8,12 @@ pkgbase = yed
    arch = any
    license = custom
    depends = java-runtime
-   source = https://www.yworks.com/resources/yed/demo/yEd-3.22.zip
+   depends = hicolor-icon-theme
+   source = https://www.yworks.com/resources/yed/demo/yEd-3.23.1.zip
    source = yed.desktop
    source = yed
    source = graphml+xml-mime.xml
-   sha256sums = d40cb5ef10695809f5fc890891c48bcc84bf9ccf5a150612e67eabe327e1e8a5
+   sha256sums = d9a036962db9e958ad589a11d67f35e28236eabc0793b3f265559690187e34bd
    sha256sums = cc6957cde6eba0d82ea523b0257f8c91fd1e330a1e2ad7d64890e48a2450aa98
    sha256sums = 731b54c6e731704efe9847d78e2df474d59042452ace29d2786d76891295249e
    sha256sums = e751b69ed8a25faf46d4e4016ed8f1774abc88679067934a6081348e3d6fc332
diff --git a/PKGBUILD b/PKGBUILD
index c0e7af1..bb1b12b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,19 +10,19 @@
 # https://github.com/michaellass/AUR

 pkgname=yed
-pkgver=3.22
+pkgver=3.23.1
 pkgrel=1
 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')
+depends=('java-runtime' 'hicolor-icon-theme')
 source=("https://www.yworks.com/resources/yed/demo/yEd-${pkgver}.zip"
         'yed.desktop'
         'yed'
         'graphml+xml-mime.xml')
-sha256sums=('d40cb5ef10695809f5fc890891c48bcc84bf9ccf5a150612e67eabe327e1e8a5'
+sha256sums=('d9a036962db9e958ad589a11d67f35e28236eabc0793b3f265559690187e34bd'
             'cc6957cde6eba0d82ea523b0257f8c91fd1e330a1e2ad7d64890e48a2450aa98'
             '731b54c6e731704efe9847d78e2df474d59042452ace29d2786d76891295249e'
             'e751b69ed8a25faf46d4e4016ed8f1774abc88679067934a6081348e3d6fc332')

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.