Package Details: bcompare-thunar 4.4.7.28397-1

Git Clone URL: https://aur.archlinux.org/bcompare.git (read-only, click to copy)
Package Base: bcompare
Description: Xfce service menus for Beyond Compare 4
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.92
First Submitted: 2011-07-27 22:54 (UTC)
Last Updated: 2024-03-29 21:44 (UTC)

Pinned Comments

Musikolo commented on 2024-03-02 05:56 (UTC) (edited on 2024-03-02 22:04 (UTC) by Musikolo)

For those interested in trying out Beyond Compare 5 Beta, a new file named PKGBUILD_BC5_BETA has been added. To use it, just issue the following command line:

makepkg -crsp PKGBUILD_BC5_BETA

NOTE: Please DO NOT flag this package for new beta releases.

Latest Comments

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

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!

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

Updated to version 4.3.6.25063.

Enjoy!

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