You are not logged in.

#1 2004-10-12 21:32:39

nagoola
Member
From: Germany / Ahrensburg
Registered: 2004-03-15
Posts: 52

Palm conduits for evolution missing!!! HELP

Hey everybody,

I finally switched back to Arch cause compiling times and options were just too much trouble with gentoo. The only thing I cant get to work is my Palm. I can set the permissions for my USB device and GPilot will connect to my Palm but when it comes to selecting the proper conduits I do not have any choices except for:
-Backup
-File
-Test
I am using evolution 2.0.1, but can actually remember having had the same trouble with previous versions of evolution.
Can that problem be solved with an additional package (source) or does evlution have to be compiled with specific options? If so - how does that work?

Any help appriciated
THANKS

Offline

#2 2004-10-12 22:59:07

dadexter
Member
From: Dorval, QC, Canada
Registered: 2004-09-07
Posts: 274
Website

Re: Palm conduits for evolution missing!!! HELP

Here's my "modified" PKGBUILD for evolution + palm conduits

# $Id: PKGBUILD,v 1.17 2004/09/19 01:33:01 dale Exp $
# Maintainer: dale <dale@archlinux.org>
# Committer: Dale Blount <dale@archlinux.org>

pkgname=evolution
pkgver=2.0.0
pkgrel=1t1
pkgdesc="Integrated Workgroup and Personal Information Management for Gnome"
depends=('libgnomeprint' 'libglade' 'libgnomeprintui' 'libgnomeui' 'libsoup' 'gtkhtml' 
        'gnome-vfs' 'libbonobo' 'libart-lgpl' 'gconf' 'esd' 'gail' 'gtk2' 
        'gnome-common' 'nss-nspr' 'openldap' 'evolution-data-server' 'gal')
makedepends=('indent')
url=(http://www.gnome.org/projects/evolution/)
source=(ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.0/$pkgname-$pkgver.tar.gz)
md5sums=('81789e87901b3fae43f7706e6584729b')

build() {
        [ "$GNOMEDIR" = "" ] && source /etc/profile.d/gnome.sh
        cd $startdir/src/$pkgname-$pkgver
        ./configure --prefix=/opt/gnome 
        --enable-nss=yes 
        --with-openldap=yes 
        --with-static-ldap=no 
        --enable-nss=yes 
        --enable-smime=yes 
        --enable-pilot-conduits=yes 
        --with-nss-includes=/usr/include/nss 
        --with-nss-libs=/usr/lib 
        --with-nspr-includes=/usr/include/nspr 
        --with-nspr-libs=/usr/lib
        make || return 1
        make DESTDIR=$startdir/pkg install
}

Offline

#3 2004-10-13 07:08:35

nagoola
Member
From: Germany / Ahrensburg
Registered: 2004-03-15
Posts: 52

Re: Palm conduits for evolution missing!!! HELP

thanks a lot - when i get back in the afternoon i will try that!!!  big_smile

Offline

Board footer

Powered by FluxBB