# Maintainer: Jeremy MJ # Contributor: Charles Bos # Contributor: Alessio Sergi pkgname=xfce4-places-plugin pkgver=1.8.3 pkgrel=1 pkgdesc="Places menu plugin for the Xfce panel" arch=('i686' 'x86_64') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin" license=('GPL2') depends=('libnotify' 'xfce4-panel') makedepends=('intltool') source=("http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.bz2" "mounts.patch") sha256sums=('f11d0e6d03f22ab02c2e6b507d365b5a918532e8819e50647ee1860eca60c743' '0f772f067bff34dd94a473b192494335eb73c4c3d867e4f5bf81828f825d95eb') prepare() { cd "$pkgname-$pkgver" # Show other mounts that are non disks (eg. NFS) patch -Np1 -i "${srcdir}/mounts.patch" } build() { cd "$pkgname-$pkgver" ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static \ --disable-debug make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install }