# Maintainer: William Pitcock pkgname=gnome-desktop pkgver=3.28.2 pkgrel=0 pkgdesc="gnome desktop core libraries" url="https://www.gnome.org/" arch="all" license="GPL" depends_dev="gvfs-dev libgudev-dev eudev-dev iso-codes-dev gobject-introspection-dev" makedepends="$depends_dev xkeyboard-config itstool libxml2-utils gtk+3.0-dev libseccomp-dev gsettings-desktop-schemas-dev gtk-doc py-six" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="732946b341321c1321be1c16fe71138f970fc0eb88e2633a010898b1dca0f3d625e62c39611814d4ddbe7f8989371e4647fa1b12566d6da28f45572bdf332ee0 gnome-desktop-3.28.2.tar.xz"