You are not logged in.

#1 2006-03-29 15:48:03

totzo
Member
Registered: 2006-01-11
Posts: 5

nautilus-sendto

Hi,

I was just playing around and discovered that nautilus-sendto-0.4 is broken with gnome-2.14 (testing) so I made an improvised PKGBUILD for 0.5 (first time I've done this) and it seems to work, even with bluetooth.

Here it is if anyone is interested,



# $Id: PKGBUILD,v 1.1 2005/11/13 16:12:28 mark Exp $
# Maintainer: Mark Rosenstand <mark@archlinux.org>
# Contributor: Tor Krill <tor@krill.nu>
pkgname=nautilus-sendto
pkgver=0.5
pkgrel=1
pkgdesc="Nautilus context menu for sending files."
url="http://www.es.gnome.org/~telemaco/"
license=""
depends=('evolution-data-server' 'gnome-bluetooth' 'nautilus')
makedepends=('gaim' 'gettext' 'intltool' 'pkgconfig')
source=(http://ftp.gnome.org/pub/GNOME/sources/nautilus-sendto/$pkgver/$pkgname-$pkgver.tar.bz2)

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/gnome
  make CFLAGS+=-I/opt/gnome/include || return 1
  make DESTDIR=$startdir/pkg install
  find $startdir/pkg -name '*.la' -exec rm {} ;
}

yikes


imagination is more important than knowledge!

Offline

Board footer

Powered by FluxBB