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