@twopumpchump: This package is commercial, what means that if you want to run it you need key code. The usual way to get key code is to buy it. Thus, what you get is the expected behaviour.
Search Criteria
Package Details: bcompare-mate 5.2.1.32035-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/bcompare.git (read-only, click to copy) |
|---|---|
| Package Base: | bcompare |
| Description: | MATE 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: | 107 |
| Popularity: | 1.40 |
| First Submitted: | 2011-07-27 22:54 (UTC) |
| Last Updated: | 2026-03-25 00:14 (UTC) |
Dependencies (2)
- bcompareAUR
- sed (sed-gitAUR, uutils-sedAUR) (make)
Required by (1)
- bcompare (optional)
Sources (1)
Musikolo commented on 2012-02-02 21:56 (UTC)
<deleted-account> commented on 2012-01-31 03:27 (UTC)
When i try to open I get error "the trial information is missing or corrupt" and cannot open program unless i buy it...anybody else?
Musikolo commented on 2012-01-13 19:26 (UTC)
@Petrovo:
I have included your tip. So, now deb2targz is no longer needed as make dependency.
Thanks.
@Everyone else:
For those having the version 3.3.3 already installed, there is no need to rebuild the package again as it's equivalent at binary level.
Best regards.
petrovo commented on 2012-01-07 11:32 (UTC)
deb2targz is out see. http://www.miketaylor.org.uk/tech/deb/
My inspiration with ar from https://aur.archlinux.org/packages.php?ID=37421
Notice: This is my first attempt with PKGBUILD. But the program runs.
# Extract all files from .deb file, set default permissions and move them to the pkg dir
ar x $FILE_BASE_NAME.deb
tar xzf data.tar.gz -C $pkgdir
# C lean up unneded files for
jsivak commented on 2011-09-28 17:59 (UTC)
BeyondCompare is updated to 3.3.2 build 14050.
Patch for PKGBUILD below:
--- PKGBUILD 2011-09-28 13:57:24.440369193 -0400
+++ PKGBUILD-updated 2011-09-28 13:55:21.661522311 -0400
@@ -5,7 +5,7 @@
# - http://www.scootersoftware.com/vbulletin/showpost.php?s=3c1f289bc76655230b49f440dbe17b53&p=26449&postcount=7
pkgname=bcompare
-pkgver=3.3.1.13971
+pkgver=3.3.2.14050
pkgrel=1
pkgdesc="Beyond Compare 3: Compare, sync, and merge files and folders"
arch=('i686' 'x86_64')
@@ -21,14 +21,14 @@
depends=('lib32-qt' 'lib32-qt3' 'sh')
source=("http://www.scootersoftware.com/${pkgname}-${pkgver}_amd64.deb")
noextract=("http://www.scootersoftware.com/${pkgname}-${pkgver}_amd64.deb")
- md5sums=('c143f9e272ea8238a1081b89319dd98d')
+ md5sums=('b3140ad34dcf53704ded9bd7509222d2')
elif [ "${CARCH}" = 'i686' ]; then
ARCH='i386'
depends=('sh')
source=("http://www.scootersoftware.com/${pkgname}-${pkgver}_i386.deb")
noextract=("http://www.scootersoftware.com/${pkgname}-${pkgver}_i386.deb")
- md5sums=('c17eb84d2c038456ef1a82a5b29b9a26')
+ md5sums=('26369521fe0294426f88691513224118')
fi
build() {
Musikolo commented on 2011-08-30 22:19 (UTC)
All architectures are now supported. For x86_64 architectures some lib32 packages are required.
If you find anything that can be improved, please, do not hesitate to let me know.
Enjoy!
Musikolo commented on 2011-08-25 22:16 (UTC)
Hi,
I'll try to do my best at the beginning of the next week. It turns out impossible for me to do anything at all sooner.
Regards.
jsivak commented on 2011-08-25 17:29 (UTC)
Forgot to say "build bcompare for x86_64".
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!