Forgot to say "build bcompare for x86_64".
Search Criteria
Package Details: bcompare-kde6 5.0.3.30258-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/bcompare.git (read-only, click to copy) |
---|---|
Package Base: | bcompare |
Description: | KDE Plasma 6 service menus for Beyond Compare 5. |
Upstream URL: | https://www.scootersoftware.com |
Keywords: | compare diff |
Licenses: | custom |
Groups: | utility |
Submitter: | Musikolo |
Maintainer: | Musikolo |
Last Packager: | Musikolo |
Votes: | 100 |
Popularity: | 0.092685 |
First Submitted: | 2011-07-27 22:54 (UTC) |
Last Updated: | 2024-10-26 16:23 (UTC) |
Dependencies (2)
- bcompareAUR
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
Required by (1)
- bcompare (optional)
Sources (1)
jsivak commented on 2011-08-25 17:29 (UTC)
jsivak commented on 2011-08-25 17:28 (UTC)
I was able to build bcompare using the following changes (inspired from http://www.scootersoftware.com/vbulletin/showthread.php?t=5314):
--- PKGBUILD 2011-08-25 13:26:21.495281647 -0400
+++ bcompare_aur_PKGBUILD 2011-08-25 13:19:26.899691256 -0400
@@ -5,13 +5,13 @@
pkgdesc="Beyond Compare 3: Compare, sync, and merge files and folders"
pkgrel=1
# Only i686 architecture supported so far :-(
-#arch=(i686 x86_64)
-arch=(i686)
+arch=(i686 x86_64)
+#arch=(i686)
url="http://www.scootersoftware.com/index.php"
license=(GPL3)
groups=('utility')
-makedepends=()
-depends=()
+makedepends=( 'lib32-qt' 'lib32-qt3' 'sh')
+depends=('sh')
options=()
source=(http://www.scootersoftware.com/${pkgname}-${pkgver}.tar.gz)
sha256sums=('6243016e888dca46fd8195f90c45d106b0ce5f8b0490ffc3e178890ac60b92fb')
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: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!