makedepends=(systemd dconf dbus gtk3 libxml2 libxslt vala libhandy desktop-file-utils)

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

packager="Great-OS Team"
maintainer="Great-OS Team"

name=dconf-editor
version=49.0

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

set=(gnome3)

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

