# $Id: PKGBUILD 91737 2013-05-26 21:49:55Z heftig $ # Maintainer: Ionut Biru # Contributor: Alexander Rødseth # Contributor: Hugo Doria # Contributor: Sergej Chodarev # Contributor: zhuqin pkgname=gedit-plugins pkgver=3.8.2 pkgrel=1 pkgdesc="Plugins for gedit" arch=(x86_64 i686) license=(GPL) url="http://live.gnome.org/GeditPlugins" depends=(gedit python-dbus) makedepends=(intltool gnome-doc-utils vte3) optdepends=('gucharmap: for charmap plugin' 'vte3: for embedded terminal') options=('!libtool' '!emptydirs') install=gedit-plugins.install source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz") sha256sums=('ee6efad1222b0f74208b5280dbad84d16400f3fc39c227b12c8695999aa2b502') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --with-plugins=all \ --disable-schemas-compile make } package() { cd $pkgname-$pkgver make DESTDIR=$pkgdir install } # vim:set ts=2 sw=2 et: