# $Id: PKGBUILD 183333 2013-04-21 22:08:32Z heftig $ # Maintainer: Ionut Biru pkgname=baobab pkgver=3.8.1 pkgrel=1 pkgdesc="A graphical directory tree analyzer" arch=(i686 x86_64) url="http://gnome.org" license=('GPL2') depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'desktop-file-utils') makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection') groups=('gnome') install=$pkgname.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) sha256sums=('740c123cbc49f0e479a9c67d7cc7a6330b2a9d3e6a7ffde55665a1130d9209bb') build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install # https://bugs.archlinux.org/task/31861 sed -i '/MimeType/d' "$pkgdir/usr/share/applications/baobab.desktop" } # vim:set ts=2 sw=2 et: