You are not logged in.

#1 2008-07-24 15:34:50

Oleg-A
Member
From: Russia, Mytishchi
Registered: 2008-07-05
Posts: 6

SynCE and VFS.

Are there any manuals about how to install SynCE and its Gnome VFS Plugin on Arch?
There are only synce engine and base console tools in repository and AUR.
I tried to write a PKGBUILD for vfs plugin, it has been succefully compiled and installed with pacman, but it doesn't work at all.

PKGBUILD:

pkgname=synce-gnomevfs
pkgver=0.11
pkgrel=1
pkgdesc="Using the SynCE GNOME VFS plugin, one can browse one's PDA's filesystem using Nautilus."
url="http://www.synce.org"
arch=('i686') 
license=('GPL')
depends=('gnome-vfs' 'synce-librapi')
makedepends=('make' 'gcc')
source=("http://downloads.sourceforge.net/synce/synce-gnomevfs-${pkgver}.tar.gz") 
md5sums=('603eab9ba869c16345f8795b6d87312b')

build() {
    cd synce-gnomevfs-${pkgver}
    ./configure --prefix=$startdir/pkg/usr
    make
    make install
    rm $startdir/pkg/usr/share/icons/hicolor/icon-theme.cache
}

Last edited by Oleg-A (2008-07-24 15:39:14)

Offline

Board footer

Powered by FluxBB