# $Id: PKGBUILD 1051 2009-08-12 10:07:19Z ibiru $ # Maintainer : Biru Ionut # Contributor: Roman Kyrylych # Contributor: Tor Krill pkgname=nautilus-actions pkgver=1.12.0 pkgrel=1 pkgdesc="Configures programs to be launched when files are selected in Nautilus" arch=('i686' 'x86_64') url="http://www.grumz.net/index.php?q=node/8" license=('GPL') depends=('nautilus>=2.22' 'desktop-file-utils') makedepends=('intltool' 'gnome-doc-utils>=0.11.2') install=nautilus-actions.install options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/GNOME/sources/nautilus-actions/1.12/$pkgname-$pkgver.tar.gz) build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make || return 1 make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install || return 1 mkdir -p $pkgdir/usr/share/gconf/schemas gconf-merge-schema $pkgdir/usr/share/gconf/schemas/${pkgname}.schemas \ $pkgdir/etc/gconf/schemas/*.schemas rm -rf $pkgdir/etc/gconf/schemas/ } md5sums=('901f0c75419d9b7ca2a18ac4ed695323')