[arch-commits] Commit in wingpanel-indicator-bluetooth/repos (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Tue Jul 20 16:25:07 UTC 2021
Date: Tuesday, July 20, 2021 @ 16:25:07
Author: alucryd
Revision: 980313
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 980311, wingpanel-indicator-bluetooth/trunk/PKGBUILD)
----------+
PKGBUILD | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
Copied: wingpanel-indicator-bluetooth/repos/community-staging-x86_64/PKGBUILD (from rev 980311, wingpanel-indicator-bluetooth/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-07-20 16:25:07 UTC (rev 980313)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel-indicator-bluetooth
+pkgver=2.1.7
+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
+)
+_tag=9155f57b853e98ec2128f6ebd739783501dfc2a5
+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