[arch-commits] Commit in switchboard-plug-bluetooth (3 files)

Maxime Gauduin alucryd at archlinux.org
Mon Mar 4 20:35:22 UTC 2019


    Date: Monday, March 4, 2019 @ 20:35:21
  Author: alucryd
Revision: 437610

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-bluetooth/repos/
  switchboard-plug-bluetooth/repos/community-x86_64/
  switchboard-plug-bluetooth/repos/community-x86_64/PKGBUILD
    (from rev 437609, switchboard-plug-bluetooth/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: switchboard-plug-bluetooth/repos/community-x86_64/PKGBUILD (from rev 437609, switchboard-plug-bluetooth/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2019-03-04 20:35:21 UTC (rev 437610)
@@ -0,0 +1,35 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+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:



More information about the arch-commits mailing list