Date: Tuesday, December 13, 2022 @ 17:06:01
  Author: heftig
Revision: 464251

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-13 17:05:32 UTC (rev 464250)
+++ PKGBUILD    2022-12-13 17:06:01 UTC (rev 464251)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-# Contributor: Roman Kyrylych <[email protected]>
-
-pkgname=gnome-bluetooth-3.0
-pkgver=42.4
-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=86a9de48ebb5ff8c48f739bcef97ccdb8c9266b2  # tags/42.4^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 sts=-1 et:

Copied: gnome-bluetooth-3.0/repos/extra-x86_64/PKGBUILD (from rev 464250, 
gnome-bluetooth-3.0/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-13 17:06:01 UTC (rev 464251)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+# Contributor: Roman Kyrylych <[email protected]>
+
+pkgname=gnome-bluetooth-3.0
+pkgver=42.5
+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=8ff1cc5f60b4855c9618d3cef75abf9a0b9c66f8  # master
+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
+
+  # Fixup missing tag
+  git tag -f 42.5 8ff1cc5f60b4855c9618d3cef75abf9a0b9c66f8
+}
+
+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 sts=-1 et:

Reply via email to