# $Id: PKGBUILD 211830 2014-04-27 16:59:53Z heftig $ # Maintainer: Jan de Groot pkgname=gnome-terminal pkgver=3.12.1 pkgrel=1 pkgdesc="The GNOME Terminal Emulator" arch=(i686 x86_64) license=(GPL) depends=(vte3 gsettings-desktop-schemas dconf) makedepends=(gnome-doc-utils intltool itstool docbook-xsl desktop-file-utils gconf libnautilus-extension appdata-tools gnome-shell) optdepends=('gconf: settings migration when upgrading from older version') options=('!emptydirs') url="http://www.gnome.org" groups=('gnome') install=gnome-terminal.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) sha256sums=('7b68714c63ea6bb6eeeeed574b61f1328a7f7dc34a294d0911e9129d888d56c6') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension make } check() { cd $pkgname-$pkgver make check } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }