Date: Monday, September 5, 2022 @ 19:27:39
  Author: heftig
Revision: 455083

archrelease: copy trunk to extra-x86_64

Added:
  gnome-bluetooth-3.0/repos/extra-x86_64/PKGBUILD
    (from rev 455082, 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-09-05 19:27:29 UTC (rev 455082)
+++ PKGBUILD    2022-09-05 19:27:39 UTC (rev 455083)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
-# Contributor: Ionut Biru <ib...@archlinux.org>
-# Contributor: Roman Kyrylych <ro...@archlinux.org>
-
-pkgname=gnome-bluetooth-3.0
-pkgver=42.3
-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=87bacdfe6bc3068bd4a5d11ee5e09a91c0de9b3c  # tags/42.3^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 455082, 
gnome-bluetooth-3.0/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-05 19:27:39 UTC (rev 455083)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
+# Contributor: Ionut Biru <ib...@archlinux.org>
+# Contributor: Roman Kyrylych <ro...@archlinux.org>
+
+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:

Reply via email to