1 # Maintainer: Campbell Jones <serebit@archlinux.org>
3 pkgname=budgie-control-center
6 pkgdesc="Budgie's main interface to configure various aspects of the system"
8 url="https://github.com/BuddiesOfBudgie/budgie-control-center"
11 depends=(accountsservice gnome-bluetooth gnome-online-accounts gnome-settings-daemon ibus
12 libgtop libpwquality smbclient libcheese libnma udisks2 libhandy gsound colord-gtk)
13 makedepends=(docbook-xsl modemmanager meson)
14 optdepends=("system-config-printer: Printer settings"
15 "gnome-user-share: WebDAV file sharing"
16 "gnome-remote-desktop: Screen sharing"
17 "rygel: Media sharing"
18 "openssh: Remote login"
19 "power-profiles-daemon: Power profiles support")
20 source=("https://github.com/BuddiesOfBudgie/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
21 sha256sums=("b72ee32b914795107e3c65b21128cac984e8920aa2e1b2ecc4f6c8fd67be9cc2"
23 validpgpkeys=("1E1FB0017C998A8AE2C498A6C2EAA8A26ADC59EE" # David Mohammed <fossfreedom at ubuntu dot com>
24 "0E0D97562A4EC8BD8E329DCDAA7A2325E04B609B") # Joshua Strobl <me at joshuastrobl dot com>
27 arch-meson "$pkgname-$pkgver" build -Ddocumentation=true
28 meson compile -C build
32 meson install -C build --destdir "$pkgdir"