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 2 3 4 5 6 7 8 9 10 11 .. 22 Next › Last »

G4Zz0L1 commented on 2022-01-23 15:36 (UTC)

I've got a similar output of that guy in that thread, even without config folder and after recompile and reinstall of bcompare, but nothing useful.

Runtime error 216 at $000000001D20207F
  $000000001D20207F

If it works for everyone else it means it has to be something on my end, but I don't know how to debug a runtime error...

mattalxndr commented on 2022-01-19 21:10 (UTC) (edited on 2022-01-19 22:01 (UTC) by mattalxndr)

I'm getting an 32-bit binary installed on my 64-bit system:

/usr/lib/beyondcompare/bcmount32

Also, there are missing dependencies for some of these files:

File "/usr/lib/beyondcompare/BCompare" from package "bcompare" is missing dependency "lib7z.so"
File "/usr/lib/beyondcompare/BCompare" from package "bcompare" is missing dependency "libQt4Pas.so.5"
File "/usr/lib/beyondcompare/libQt4Pas.so.5" from package "bcompare" is missing dependency "libQtGui.so.4"
File "/usr/lib/beyondcompare/libQt4Pas.so.5" from package "bcompare" is missing dependency "libQtCore.so.4"
File "/usr/lib/beyondcompare/qt4/libQtGui.so.4" from package "bcompare" is missing dependency "libQtCore.so.4"

Also, the install script is raising an error (but ultimately succeeding):

==> Starting package_bcompare()...
install.sh: line 211: kde4-config: command not found
======================================
Please place the following in your .bashrc or .cshrc (etc.)
export PATH=/home/matt/.cache/yay/bcompare/src/install/bin:$PATH
======================================
Executable is /home/matt/.cache/yay/bcompare/src/install/bin/bcompare

Musikolo commented on 2022-01-17 17:34 (UTC)

@G4Zz0L1, I don't know reason why you're getting that error, but I found this link that could be useful.

I hope it helps.

G4Zz0L1 commented on 2022-01-17 11:10 (UTC)

This package started reporting error 216 when run (graphically or from the console) with no other output. Any idea how to debug it or why it happens?

Musikolo commented on 2021-12-21 15:01 (UTC)

Updated to version 4.4.1.26165.

Enjoy!

Musikolo commented on 2021-08-18 00:47 (UTC)

Updated to version 4.4.0.25886-1.

Enjoy!

kistlin commented on 2021-08-17 17:03 (UTC)

Patch for 4.4.0.25886

diff --git a/PKGBUILD b/PKGBUILD
index e85ab1f..92460d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@

 pkgbase=bcompare
 pkgname=('bcompare' 'bcompare-kde5' 'bcompare-kde4' 'bcompare-nautilus' 'bcompare-thunar' 'bcompare-cinnamon' 'bcompare-mate')
-pkgver=4.3.7.25118
+pkgver=4.4.0.25886
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.scootersoftware.com'
@@ -22,8 +22,8 @@ depends=('fontconfig' 'libsm' 'libxcursor' 'libxft' 'libxinerama'  'libxrandr' '
 makedepends=('sed')
 source_x86_64=("http://www.scootersoftware.com/${pkgbase}-${pkgver}.x86_64.tar.gz")
 source_i686=("http://www.scootersoftware.com/${pkgbase}-${pkgver}.i386.tar.gz")
-sha256sums_i686=('4d7a02dcf5261551d2fd16c12d770b6b48040613bb69d609e12eaf22b432723a')
-sha256sums_x86_64=('55b140b6baf949c01efd33a70976e1e3559b7565919c5014eba5ee0330e2f025')
+sha256sums_i686=('a482ffae679c54a02f47c2cb724c79af0e671cfa6ae102f58ebec08e2b762a44')
+sha256sums_x86_64=('21ba22c0bb419b0fd72760b4503d0b41469acee2e84297444cdc503c2617a07c')
 options=('!strip') # Do not strip binaries because it breaks them down

  prepare() {

Musikolo commented on 2020-10-08 00:32 (UTC)

Updated to version 4.3.7.25118.

Enjoy!