Search Criteria
Package Details: barry 0.18.5-10
Git Clone URL: | https://aur.archlinux.org/barry.git (read-only, click to copy) |
---|---|
Package Base: | barry |
Description: | Barry is an Open Source application that provides a Desktop GUI, synchronization, backup, restore and program management for BlackBerry ™ devices. |
Upstream URL: | https://github.com/NetDirect/barry |
Licenses: | |
Submitter: | hwesselmann |
Maintainer: | None |
Last Packager: | Chazza |
Votes: | 45 |
Popularity: | 0.000007 |
First Submitted: | 2008-10-20 13:11 |
Last Updated: | 2018-07-09 08:51 |
Dependencies (10)
- libgcal (libgcal-git)
- libglademm
- libtar
- libusb (libusb-git)
- libxml++2.6
- sdl (sdl-openglhq, sdl-nokbgrab, sdl-openglhq-nokbgrab, sdl-git, sdl2_compat12-git)
- wxgtk2 (wxgtk2-dev, wxgtk2-light)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git, zlib-ng)
- fuse2 (optional) – for mounting the BB database with bfuse
- ppp (ppp-eap-tls, ppp-eap-mschapv2, ppp-debian, ppp-git) (optional) – for tethering with pppob
Latest Comments
« First ‹ Previous 1 2 3 4
Anonymous comment on 2012-11-20 11:34
configure: error: Package requirements (libopensync1) were not met:
No package 'libopensync1' found
The package libopensync-0.39 is installed.
Anonymous comment on 2012-07-15 08:50
Here is an updated PKGBUILD (use tarfile-ops-nt-cc.patch as per original)
pkgname=barry
pkgver=0.18.3
pkgrel=1
pkgdesc="Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld."
url='http://www.netdirect.ca/software/packages/barry'
license=('GPL')
arch=('i686' 'x86_64')
depends=('libusb-compat' 'zlib' 'libglademm' 'libtar' 'libxml++')
makedepends=('make' 'gcc' 'patch' 'pkg-config' 'autoconf' 'automake' 'libtool' 'gettext')
optdepends=('fuse: for bfuse')
conflicts=('barry-git')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
"tarfile-ops-nt.cc.patch")
md5sums=('1a3077256efd449ec59fa9309aa28b81'
'1f808132b402c4ea68a0d1fc3f19142c')
build() {
# Apply patches
cd $srcdir/$pkgname-$pkgver/src
patch -p0 < ../../tarfile-ops-nt.cc.patch
# Build the package
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --enable-gui
make || return 1
make DESTDIR=$pkgdir install
# Remove libtool files
find "$pkgdir/" -name "*.la" -exec rm {} \;
}
Anonymous comment on 2012-05-26 13:21
Yesterday the team released the version 1.8.3.
Anonymous comment on 2012-05-10 09:05
Last week the team behind Barry realesed the version 0.18.0.
Anonymous comment on 2010-12-29 23:57
With current git revision, it doesn't patch anymore.
r.b commented on 2010-05-13 05:51
Thanks for pointing that out, monshin. The makedepends have been updated.
Anonymous comment on 2010-05-12 00:09
Please add to makedepends autoconf and automake. Thanks.