Date: Monday, March 4, 2019 @ 13:27:00 Author: alucryd Revision: 437533
add switchboard plug user accounts Added: switchboard-plug-user-accounts/ switchboard-plug-user-accounts/trunk/ switchboard-plug-user-accounts/trunk/PKGBUILD ----------+ PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) Added: switchboard-plug-user-accounts/trunk/PKGBUILD =================================================================== --- switchboard-plug-user-accounts/trunk/PKGBUILD (rev 0) +++ switchboard-plug-user-accounts/trunk/PKGBUILD 2019-03-04 13:27:00 UTC (rev 437533) @@ -0,0 +1,42 @@ +# Maintainer: Maxime Gauduin <[email protected]> + +pkgname=switchboard-plug-user-accounts +pkgver=2.2.0 +pkgrel=1 +pkgdesc='Switchboard User Accounts Plug' +arch=(x86_64) +url=https://github.com/elementary/switchboard-plug-useraccounts +license=(GPL3) +groups=(pantheon) +depends=( + accountsservice + cairo + gdk-pixbuf2 + glib2 + gnome-desktop + gtk3 + libgee + libgranite.so + libpwquality + libswitchboard-2.0.so + polkit +) +makedepends=( + git + gobject-introspection + meson + vala +) +source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=${pkgver}) +sha256sums=(SKIP) + +build() { + arch-meson switchboard-plug-user-accounts build + ninja -C build +} + +package() { + DESTDIR="${pkgdir}" ninja -C build install +} + +# vim: ts=2 sw=2 et:
