[arch-commits] Commit in switchboard-plug-bluetooth/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Thu Jun 6 06:42:43 UTC 2019
Date: Thursday, June 6, 2019 @ 06:42:43
Author: alucryd
Revision: 477409
archrelease: copy trunk to community-x86_64
Added:
switchboard-plug-bluetooth/repos/community-x86_64/PKGBUILD
(from rev 477408, switchboard-plug-bluetooth/trunk/PKGBUILD)
Deleted:
switchboard-plug-bluetooth/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-06 06:42:37 UTC (rev 477408)
+++ PKGBUILD 2019-06-06 06:42:43 UTC (rev 477409)
@@ -1,35 +0,0 @@
-# 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:
Copied: switchboard-plug-bluetooth/repos/community-x86_64/PKGBUILD (from rev 477408, switchboard-plug-bluetooth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-06-06 06:42:43 UTC (rev 477409)
@@ -0,0 +1,35 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-bluetooth
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='Switchboard Bluetooth Plug'
+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