[arch-commits] Commit in wingpanel-indicator-bluetooth/repos (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Sun Mar 6 15:50:12 UTC 2022
Date: Sunday, March 6, 2022 @ 15:50:11
Author: foutrelis
Revision: 1142556
archrelease: copy trunk to community-staging-x86_64
Added:
wingpanel-indicator-bluetooth/repos/community-staging-x86_64/
wingpanel-indicator-bluetooth/repos/community-staging-x86_64/PKGBUILD
(from rev 1142555, wingpanel-indicator-bluetooth/trunk/PKGBUILD)
----------+
PKGBUILD | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
Copied: wingpanel-indicator-bluetooth/repos/community-staging-x86_64/PKGBUILD (from rev 1142555, wingpanel-indicator-bluetooth/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2022-03-06 15:50:11 UTC (rev 1142556)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel-indicator-bluetooth
+pkgver=2.1.8
+pkgrel=2
+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
+)
+_tag=1319fb4042a24842e2878780765abeaff74ccf3b
+source=(git+https://github.com/elementary/wingpanel-indicator-bluetooth.git#tag=${_tag})
+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