Date: Monday, March 4, 2019 @ 20:01:40 Author: alucryd Revision: 437591
add switchboard-plug-locale Added: switchboard-plug-locale/ switchboard-plug-locale/trunk/ switchboard-plug-locale/trunk/PKGBUILD ----------+ PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) Added: switchboard-plug-locale/trunk/PKGBUILD =================================================================== --- switchboard-plug-locale/trunk/PKGBUILD (rev 0) +++ switchboard-plug-locale/trunk/PKGBUILD 2019-03-04 20:01:40 UTC (rev 437591) @@ -0,0 +1,38 @@ +# Maintainer: Maxime Gauduin <[email protected]> + +pkgname=switchboard-plug-locale +pkgver=2.4.1 +pkgrel=1 +pkgdesc='Locale plug for Switchboard' +arch=(x86_64) +url=https://github.com/elementary/switchboard-plug-locale +license=(GPL3) +depends=( + accountsservice + glib2 + gnome-desktop + gtk3 + libgee + libgranite.so + libibus + libswitchboard-2.0.so + polkit +) +makedepends=( + git + meson + vala +) +source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=${pkgver}) +sha256sums=(SKIP) + +build() { + arch-meson switchboard-plug-locale build + ninja -C build +} + +package() { + DESTDIR="${pkgdir}" ninja -C build install +} + +# vim: ts=2 sw=2 et:
