Search Criteria
Package Base Details: bcompare
Git Clone URL: | https://aur.archlinux.org/bcompare.git (read-only, click to copy) |
---|---|
Keywords: | compare diff |
Submitter: | Musikolo |
Maintainer: | Musikolo |
Last Packager: | Musikolo |
Votes: | 86 |
Popularity: | 0.134607 |
First Submitted: | 2011-07-27 22:54 |
Last Updated: | 2020-10-08 00:31 |
Latest Comments
« First ‹ Previous ... 11 12 13 14 15 16
Musikolo commented on 2011-08-25 22:16
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
Forgot to say "build bcompare for x86_64".
jsivak commented on 2011-08-25 17:28
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')