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

Jan Steffens heftig at gemini.archlinux.org
Thu Jul 7 11:16:30 UTC 2022


    Date: Thursday, July 7, 2022 @ 11:16:29
  Author: heftig
Revision: 450483

archrelease: copy trunk to extra-x86_64

Added:
  gnome-bluetooth-3.0/repos/extra-x86_64/PKGBUILD
    (from rev 450482, gnome-bluetooth-3.0/trunk/PKGBUILD)
Deleted:
  gnome-bluetooth-3.0/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 10:52:51 UTC (rev 450482)
+++ PKGBUILD	2022-07-07 11:16:29 UTC (rev 450483)
@@ -1,44 +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-3.0
-pkgver=42.1
-pkgrel=1
-pkgdesc="The GNOME Bluetooth Subsystem"
-url="https://wiki.gnome.org/Projects/GnomeBluetooth"
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(gtk4 libadwaita libnotify bluez gsound systemd pulseaudio-bluetooth
-         upower)
-makedepends=(gobject-introspection gtk-doc docbook-xsl git meson)
-checkdepends=(python-dbusmock)
-provides=(libgnome-bluetooth{,-ui}-3.0.so)
-options=(debug)
-_commit=818d9c7985e492849fc69f3284f678d7f1b70112  # tags/42.1^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
-}
-
-build() {
-  arch-meson gnome-bluetooth build -D gtk_doc=true
-  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-3.0/repos/extra-x86_64/PKGBUILD (from rev 450482, gnome-bluetooth-3.0/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-07 11:16:29 UTC (rev 450483)
@@ -0,0 +1,44 @@
+# 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-3.0
+pkgver=42.2
+pkgrel=1
+pkgdesc="GNOME Bluetooth Subsystem"
+url="https://wiki.gnome.org/Projects/GnomeBluetooth"
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(gtk4 libadwaita libnotify bluez gsound systemd pulseaudio-bluetooth
+         upower)
+makedepends=(gobject-introspection gtk-doc docbook-xsl git meson)
+checkdepends=(python-dbusmock)
+provides=(libgnome-bluetooth{,-ui}-3.0.so)
+options=(debug)
+_commit=60b4642163b99a510d96992376c439980e9779a8  # tags/42.2^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
+}
+
+build() {
+  arch-meson gnome-bluetooth build -D gtk_doc=true
+  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