1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Fabian Bornschein <fabiscafe-cat-mailbox-dog-org>
3 # Contributor: Jan de Groot <jgc@archlinux.org>
4 # Contributor: Yosef Or Boczko <yoseforb@gnome.org>
9 pkgdesc="GNOME Software Tools"
10 url="https://wiki.gnome.org/Apps/Software/"
15 gsettings-desktop-schemas
35 'flatpak: Flatpak support plugin'
36 'fwupd: fwupd support plugin'
37 'malcontent: Parental control plugin'
40 _commit=9afc9643998f39817b9c70f772535178da45b95d # tags/44.1^0
42 "git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit"
43 "git+https://gitlab.gnome.org/mwleeds/gnome-pwa-list.git"
50 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
57 git submodule set-url subprojects/gnome-pwa-list "$srcdir/gnome-pwa-list"
58 git -c protocol.file.allow=always submodule update
66 arch-meson $pkgname build "${meson_options[@]}"
67 meson compile -C build
70 # Not running tests - need root and a D-Bus system bus
73 meson install -C build --destdir "$pkgdir"
76 # vim:set sw=2 sts=-1 et: