# Depends on: dconf dbus gtk3 libxml2 libxslt vala 

description="éA graphical editor for the DConf database."
url="http://www.gnome.org/"
packager="fanch at nutyx dot org, tnut at nutyx dot org"

name=dconf-editor
version=3.20.3
release=2

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

build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
}
