Package Details: bcompare-thunar 5.0.3.30258-2

Git Clone URL: https://aur.archlinux.org/bcompare.git (read-only, click to copy)
Package Base: bcompare
Description: Xfce/Thunar service menus for Beyond Compare 5.
Upstream URL: https://www.scootersoftware.com
Keywords: compare diff
Licenses: custom
Groups: utility
Provides: bcompare-xfce
Submitter: Musikolo
Maintainer: Musikolo
Last Packager: Musikolo
Votes: 100
Popularity: 0.075516
First Submitted: 2011-07-27 22:54 (UTC)
Last Updated: 2024-10-26 16:23 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Pinned Comments

Musikolo commented on 2024-08-25 07:07 (UTC) (edited on 2024-10-16 03:55 (UTC) by Musikolo)

You can build the last version of Beyond Compare v4 I packaged (4.4.7.28397) by doing this:

git clone https://aur.archlinux.org/bcompare.git/
cd bcompare
git checkout dcf8794f1301c9213558b2583a956c04cf2a2135
makepkg -crs

Since you have a license for v4, you might be interested in looking at the upgrade policy at https://www.scootersoftware.com/kb/upgradepolicy .

I hope it helps!

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 Next › Last »

Musikolo commented on 2013-06-21 20:43 (UTC)

@loki: Updated to version 3.3.8. Enjoy! @ericjxc: Can you please tell where you get the statement that lib32 has been renamed to lib from? Just want to know... What's your PC architecture: i686 or x86_64?

loki commented on 2013-06-21 08:51 (UTC)

3.3.8 available.

<deleted-account> commented on 2013-03-11 17:19 (UTC)

Please note that lib32 folder has been renamed to lib. This is the diff output from my Changes to PKGBUILD. -------BEGIN FILE---------------------------- 50c50,51 < mv bin lib32 usr/ --- > mv bin usr/ > mv lib/beyondcompare usr/lib/ 56c57 < pushd usr/lib32/beyondcompare/ > /dev/null --- > pushd usr/lib/beyondcompare/ > /dev/null ------END FILE-----------------------------

Musikolo commented on 2013-03-09 18:49 (UTC)

@fantab: Updated to version 3.3.7. Enjoy!

fantab commented on 2013-03-09 18:32 (UTC)

3.3.7 is out... Please update.

Musikolo commented on 2013-03-02 01:54 (UTC)

Package updated: - Fixed "Trial information is corrupt" error - Removed lib32-qt package as no longer needed - Changed the build source from .deb to .tar.gz Enjoy!

<deleted-account> commented on 2013-03-01 18:17 (UTC)

I've only changed the requirements from "lib32-qt" to "lib32-qt4" in PKGBUILD file and everything is working fine! Regards!

bakgwailo commented on 2013-02-28 06:56 (UTC)

Flagged as out of date as it requires lib32-qt, which is now lib32-qt4

phunni commented on 2013-02-22 12:16 (UTC)

I can confirm that flamusdiu's fix works for me.

flamusdiu commented on 2013-01-09 04:39 (UTC)

For some reason the checksums between the tar.gz and the .deb files are different. For the AMD64.deb file I get the checksum: 927352a353c43dc1453828d909a92fb4 while for the tar.gz I get: 24a53347bb86e62bf002e4dbe82ed630. If you unpack the tar.gz file and cd into directory then run the following command: "sudo mv BCompare /usr/lib32/beyondcompare/" it fixes the issue. Not sure if possible to have this file put into the PKGBUILD tar.gz file.