[arch-commits] Commit in gnome-bluetooth/repos (2 files)
Jan Steffens
heftig at gemini.archlinux.org
Thu Jun 9 16:37:49 UTC 2022
Date: Thursday, June 9, 2022 @ 16:37:48
Author: heftig
Revision: 1229699
archrelease: copy trunk to community-x86_64
Added:
gnome-bluetooth/repos/community-x86_64/
gnome-bluetooth/repos/community-x86_64/PKGBUILD
(from rev 1229698, gnome-bluetooth/trunk/PKGBUILD)
----------+
PKGBUILD | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
Copied: gnome-bluetooth/repos/community-x86_64/PKGBUILD (from rev 1229698, gnome-bluetooth/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2022-06-09 16:37:48 UTC (rev 1229699)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+
+pkgname=gnome-bluetooth
+pkgver=3.34.5
+pkgrel=3
+pkgdesc="The GNOME Bluetooth Subsystem"
+url="https://wiki.gnome.org/Projects/GnomeBluetooth"
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libnotify bluez libcanberra systemd pulseaudio-bluetooth)
+makedepends=(gobject-introspection gtk-doc docbook-xsl git meson)
+checkdepends=(python-dbusmock)
+provides=(libgnome-bluetooth.so)
+options=(debug)
+_commit=736eadbfb693d9594371470ad83370d327df6f74 # tags/3.34.5^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-bluetooth.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd gnome-bluetooth
+ git describe --tags | sed 's/^GNOMEBT_V_//;s/_fixed//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd gnome-bluetooth
+
+ # Remove bluetooth-sendto, shipped in gnome-bluetooth-3.0
+ sed -i "/'sendto'/d" meson.build
+}
+
+build() {
+ arch-meson gnome-bluetooth build -D gtk_doc=true -D icon_update=false
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:
More information about the arch-commits
mailing list