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.078325
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

« First ‹ Previous 1 2 3 4 5 6 7 .. 12 Next › Last »

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

Mayzie commented on 2018-10-01 12:03 (UTC)

@Bevan: This was just running a standard system upgrade (pacman -Syu), which failed due to that error below. I uninstalled yEd as I don't really use it any more, which of course fixed it. Was just letting you know. :-)

Bevan commented on 2018-10-01 07:26 (UTC) (edited on 2018-10-01 07:26 (UTC) by Bevan)

Mayzie: I haven't tested yet if yEd works with jdk 11. Right now I have my doubts because javafx seems not to be included anymore and I don't know if there is already a replacement for that here in AUR. So your options are to either stick with jdk 10 or use the javafx version from the official repos:

pacman -S jdk10

pacman -S java-openjfx

Mayzie commented on 2018-10-01 07:15 (UTC) (edited on 2018-10-01 07:16 (UTC) by Mayzie)

error: failed to prepare transaction (could not satisfy dependencies)

:: installing jdk (11-2) breaks dependency 'java-openjfx>=8' required by yed

:: installing jdk (11-2) breaks dependency 'java-openjfx<11' required by yed

Bevan commented on 2018-09-19 07:25 (UTC)

@StefanT: Putting myself into the upstream URL in my view would be horribly wrong. (1) For 99% of people it's way more important to find real upstream than my github repo. (2) I'm not the author of yed and won't ever claim that I am. (3) I do not want to be held accountable for any bugs within yed itself.

Btw: Do you have an example for other packages that do this? The wiki is pretty clear about this: https://wiki.archlinux.org/index.php/PKGBUILD#url

The URL of the github repo is right on the top of the PKGBUILD. So anyone who edits it will see it immediately: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=yed#n9

I will look into the StartupWMClass issue later today.

StefanT commented on 2018-09-19 06:19 (UTC) (edited on 2018-09-19 06:23 (UTC) by StefanT)

Bevan, it's probably me but I cannot find a link to the github project where you want to receive pull requests. Maybe you could put the github link into the upstream URL field on this page? At least this is what I have seen in other AUR packages.

Meanwhile: it looks like the desktop entry is part of your packaging. Please correct the startup WM class such that the correct icon is shown in e.g. Gnome3 when the application is running:

StartupWMClass=com-yworks-A-yEd

Bevan commented on 2018-06-01 07:46 (UTC)

seamus: It's sufficient to click the "Flag out-of-date" link. I'll update the package as soon as possible.

If you want to provide a new PKGBUILD, I'm happy to receive pull requests on github. Posting it as a comment clutters the comment history forever, although the package has long been updated.

seamus commented on 2018-06-01 00:11 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index [`8cbfa2c`](https://aur.archlinux.org/cgit/aur.git/commit/?h=yed&id=8cbfa2c)..5822986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
 # <https://github.com/michaellass/AUR>

 pkgname=yed
-pkgver=3.18.0.2
+pkgver=3.18.1
 pkgrel=2
 epoch=1
 pkgdesc='Very powerful graph editor written in java'
@@ -21,7 +21,7 @@ depends=('archlinux-java-run>=4' 'java-openjfx>=8' 'java-openjfx<11')
 source=("<https://www.yworks.com/resources/yed/demo/yEd>-${pkgver}.zip"
         'yed.desktop'
         'yed')
-sha256sums=('58197392fcab1b4fb7b9cc48601fd7c8ef4c7d966a815bb370ac6f8e79c81962'
+sha256sums=('6aefd87cd925b4a4c86871a3772de243b4e520a86f82158189ae8c19a9a5ecf8'
             '342dba6defac88d035253b22e6377d9570858f59367cd486dba4a4dba1621f91'
             '2752e6ccc5cb5e19f483e5fd5f3274e81c8ef32d77c92b0d18951c8325179abd')