Package Details: ucx 21.00.0.18-3

Git Clone URL: https://aur.archlinux.org/ucx.git (read-only, click to copy)
Package Base: ucx
Description: UltraCompare is a powerful compare tool for files and folders.
Upstream URL: https://www.ultraedit.com/products/ultracompare/
Keywords: Compare Ultra UltraCompare
Licenses: custom
Submitter: Ich834
Maintainer: Ich834
Last Packager: Ich834
Votes: 0
Popularity: 0.000000
First Submitted: 2017-07-10 19:22 (UTC)
Last Updated: 2024-01-27 09:54 (UTC)

Latest Comments

mattalxndr commented on 2024-05-02 06:34 (UTC)

Heads up, this app installs itself into your dotfiles when you first run it:

 % diff ~/.gitconfig ~/.gitconfig.backup_6c7e5758ad7118123281adc370cd7e94_2024-02-02_03:03:29
5,7c5
< tool=ultracompare
< oldtool=vimdiff
<
---
> tool = vimdiff
9,11c7
< tool=ultracompare
< oldtool=vimdiff
<
---
> tool = vimdiff
56,71d51
<
< [mergetool "ultracompare"]
< keepBackup=false
< trustExitCode=false
< prompt=false
< cmd="\"/usr/bin/ucx\" -gitm "$LOCAL" "$REMOTE" "$BASE" "$MERGED" -title1 "LOCAL" -title2 "REMOTE""
<
< [UC]
< defdiffmerge=yes
< defdiff=yes
<
< [difftool "ultracompare"]
< keepBackup=false
< trustExitCode=false
< prompt=false
< cmd="\"/usr/bin/ucx\" -gitdt "$LOCAL" "$REMOTE" "$BASE" "$MERGED" -title1 "LOCAL" -title2 "REMOTE""

Ich875 commented on 2024-01-28 13:13 (UTC)

I tried it, but namcap returned an empty result. :-/

What dependencies are missing?

MarsSeed commented on 2024-01-27 21:06 (UTC)

Btw the application does not start for me due to missing dependencies.

Would you please do a namcap analysis on the built package?

(To do it, install the package and the run: namcap -i ucx-21.00.0.18-3-x86_64.pkg.tar.zst)

It will report what libraries it needs and what it doesn't.

And then it would be nice if you could adjust the PKGBUILD depends array, to align with that.

(Be mindful that the last line of the output of the command above, "Depends as namcap sees them:" is not always 100% correct, it can still omit some requirements. And it does not include the needed dependencies reported in earlier lines of the report as "Referenced library {somelibrary} is an uninstalled dependency".)

Thank you in advance for your kind efforts.

Ich875 commented on 2024-01-27 09:53 (UTC)

21.00.0.18 is still the latest version. Have a look at the last changes.

Ich875 commented on 2023-04-01 08:50 (UTC)

The Icon problem should be resolved now.

JPinTX commented on 2023-03-30 22:39 (UTC)

Hi. This package is in need of a small fix. When attempting to install it the installer throws an error because https://www.ultraedit.com/assets/images/icons/uc.png isn't found. I'm not sure that this png needs to be downloaded separately because ucx.png is already included in the ucx tar file so if the installer can just extract it from the ucx tar file in pretty much the same way as someone did for the uex package it should all be good. Thanks.