[arch-commits] Commit in wingpanel-indicator-bluetooth/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Fri Jan 8 07:19:52 UTC 2021
Date: Friday, January 8, 2021 @ 07:19:52
Author: alucryd
Revision: 813682
archrelease: copy trunk to community-x86_64
Added:
wingpanel-indicator-bluetooth/repos/community-x86_64/PKGBUILD
(from rev 813681, wingpanel-indicator-bluetooth/trunk/PKGBUILD)
Deleted:
wingpanel-indicator-bluetooth/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 85 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-08 07:19:46 UTC (rev 813681)
+++ PKGBUILD 2021-01-08 07:19:52 UTC (rev 813682)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=wingpanel-indicator-bluetooth
-pkgver=2.1.5
-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=e96dba1995d5a76b4b37b3219dc4189102e54fa7)
-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:
Copied: wingpanel-indicator-bluetooth/repos/community-x86_64/PKGBUILD (from rev 813681, wingpanel-indicator-bluetooth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-08 07:19:52 UTC (rev 813682)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel-indicator-bluetooth
+pkgver=2.1.6
+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=3766c1b5e7eb29b8445194f1bd84b0286ad8e256
+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