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

Musikolo commented on 2020-09-22 02:26 (UTC)

Updated to version 4.3.6.25063.

Enjoy!

P.S: @mederel, thanks for your support!

mederel commented on 2020-09-13 15:25 (UTC) (edited on 2020-09-13 15:26 (UTC) by mederel)

Follows a patch diff to update to 4.3.6:

diff --git a/PKGBUILD b/PKGBUILD
index 9d60054..fac7bc8 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.5.24893
+pkgver=4.3.6.25063
 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=('be607446d7573350ed0fa8ce2da4996e6d9c9c09df83ff530e0e100d43de2c19')
-sha256sums_x86_64=('37b98c85af7b0f357d49d19bbde0be8a6c0bb8e258d5ae9711111fee48421867')
+sha256sums_i686=('1161062080dbaa430ae4e4ebae6f488f30bb0cca019443b4eebec174734f2ab8')
+sha256sums_x86_64=('8b1e17db71daa7a06da99aa036302053f622b8ed1496f6aedc07b3e4fa32fd2c')
 options=('!strip') # Do not strip binaries because it breaks them down

  prepare() {

stonyboy commented on 2020-07-15 06:35 (UTC)

Thanks @Musikolo, the BC context menus are working again in Thunar!

Musikolo commented on 2020-07-15 04:24 (UTC)

Updated to version 4.3.5.24893. Added support for thunarx-3.

Enjoy!

stonyboy commented on 2020-07-14 09:19 (UTC)

I am really looking forward to the new 4.3.5 version, as Scooter Software has now fixed the Thunar context menus according to this email I got this morning:

We've released a Beyond Compare context menu that supports Thunar 1.8/GTK3 in Beyond Compare 4.3.5.

BC 4.3.5 download:
https://www.scootersoftware.com/download.php

Chris Kennedy
Scooter Software

Musikolo commented on 2020-03-01 00:13 (UTC)

Updated to version 4.3.4.24657.

Enjoy!

Musikolo commented on 2019-12-08 22:12 (UTC)

Updated to version 4.3.3.24545.

Enjoy!

Musikolo commented on 2019-11-08 03:57 (UTC)

Updated to version 4.3.2.24472.

Enjoy!

Musikolo commented on 2019-10-25 02:58 (UTC)

Updated to version 4.3.1.24438-1. qt4 dependency removed as it's no longer required.

Enjoy!

lighterowl commented on 2019-10-24 22:27 (UTC)

It looks like 4.3.1 ships all the Qt4 dependencies alongside the binary - perhaps the qt4 dependency is no longer needed.