description="A graphical editor for the DConf database"
url="http://www.gnome.org/"

packager="spiky <spiky@nutyx.org>"
contributors="Fanch, tnut, jayce, Remy, Schrodinger72"

makedepends=(dconf dbus gtk3 libxml2 libxslt meson ninja vala libhandy)

set=(gnome)

name=dconf-editor
version=43.0

source=(https://download.gnome.org/sources/$name/${version:0:2}/$name-$version.tar.xz)

build() {
cd $name-$version
mkdir build
cd build
meson --prefix=/usr --sysconfdir=/etc
ninja
DESTDIR=$PKG ninja install
}
