# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache enchant gtk3  gtksourceview gvfs libpeas yelp-xsl enchant iso-codes libsoup libzeitgeist python-gobject python 

description="A text editor for GNOME"
url="http://www.gnome.org/"
packager="tnut <tnut@nutyx.org>"
contributors="Tnut, Jayce, Fanch"

run=(gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache)

name=gedit
version=3.30.2

source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
cd $name-$version
./configure --prefix=/usr --disable-spell --disable-schemas-compile --enable-zeitgeist \
 --enable-python --enable-gvfs-metadata
make
make DESTDIR=$PKG install
}
