[arch-commits] Commit in gnome-bluetooth/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Thu Jun 9 16:42:18 UTC 2022


    Date: Thursday, June 9, 2022 @ 16:42:17
  Author: heftig
Revision: 1229701

archrelease: copy trunk to community-x86_64

Added:
  gnome-bluetooth/repos/community-x86_64/PKGBUILD
    (from rev 1229700, gnome-bluetooth/trunk/PKGBUILD)
Deleted:
  gnome-bluetooth/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-09 16:41:31 UTC (rev 1229700)
+++ PKGBUILD	2022-06-09 16:42:17 UTC (rev 1229701)
@@ -1,46 +0,0 @@
-# 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:

Copied: gnome-bluetooth/repos/community-x86_64/PKGBUILD (from rev 1229700, gnome-bluetooth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-09 16:42:17 UTC (rev 1229701)
@@ -0,0 +1,46 @@
+# Contributor: 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=4
+pkgdesc="GNOME Bluetooth Subsystem (legacy)"
+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/[^-]*-g/r&/;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