[arch-commits] Commit in wingpanel-indicator-bluetooth (3 files)

Maxime Gauduin alucryd at archlinux.org
Sat Jan 18 15:01:26 UTC 2020


    Date: Saturday, January 18, 2020 @ 15:01:26
  Author: alucryd
Revision: 553023

archrelease: copy trunk to community-x86_64

Added:
  wingpanel-indicator-bluetooth/repos/
  wingpanel-indicator-bluetooth/repos/community-x86_64/
  wingpanel-indicator-bluetooth/repos/community-x86_64/PKGBUILD
    (from rev 553022, wingpanel-indicator-bluetooth/trunk/PKGBUILD)

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

Copied: wingpanel-indicator-bluetooth/repos/community-x86_64/PKGBUILD (from rev 553022, wingpanel-indicator-bluetooth/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2020-01-18 15:01:26 UTC (rev 553023)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel-indicator-bluetooth
+pkgver=2.1.4
+pkgrel=1
+pkgdesc='Wingpanel Bluetooth Indicator'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-bluetooth
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  bluez
+  glib2
+  gtk3
+  libgranite.so
+  libwingpanel-2.0.so
+)
+makedepends=(
+  git
+  meson
+  vala
+  wingpanel
+)
+source=(git+https://github.com/elementary/wingpanel-indicator-bluetooth.git#tag=64ac0db83952ee99ae46915bbb527b06168d79fb)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel-indicator-bluetooth
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-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