Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-bluetooth-3.0


Commits:
d3272106 by Fabian Bornschein at 2024-08-03T00:41:55+02:00
Add nvchecker configuration (.nvchecker.toml)

- - - - -
2e8adfdf by Fabian Bornschein at 2024-08-03T00:44:24+02:00
upgpkg: 47beta-1: gnome-unstable

- - - - -
10150657 by Fabian Bornschein at 2024-08-31T22:10:56+02:00
upgpkg: 47rc-1: gnome-unstable

- - - - -
53dc9f19 by Fabian Bornschein at 2024-09-12T16:06:56+02:00
upgpkg: 47.0-1: gnome-unstable

- - - - -
4eb9d0a4 by Jan Alexander Steffens (heftig) at 2024-09-17T00:47:42+02:00
Merge remote-tracking branch 'origin/gnome-unstable'

* origin/gnome-unstable:
  upgpkg: 47.0-1: gnome-unstable
  upgpkg: 47rc-1: gnome-unstable
  upgpkg: 47beta-1: gnome-unstable
  Add nvchecker configuration (.nvchecker.toml)

- - - - -
b72ff8b1 by Jan Alexander Steffens (heftig) at 2024-09-17T00:48:00+02:00
nvchecker.toml: Keep from/to_pattern

It doesn't hurt when it doesn't match.

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = gnome-bluetooth-3.0
        pkgdesc = GNOME Bluetooth Subsystem
-       pkgver = 46.1
+       pkgver = 47.0
        pkgrel = 1
        url = https://wiki.gnome.org/Projects/GnomeBluetooth
        arch = x86_64
@@ -13,7 +13,6 @@ pkgbase = gnome-bluetooth-3.0
        makedepends = gtk-doc
        makedepends = meson
        makedepends = python
-       makedepends = systemd
        depends = bluez
        depends = gcc-libs
        depends = glib2
@@ -22,11 +21,12 @@ pkgbase = gnome-bluetooth-3.0
        depends = gtk4
        depends = libadwaita
        depends = libnotify
+       depends = systemd
        depends = systemd-libs
        depends = upower
        provides = libgnome-bluetooth-3.0.so
        provides = libgnome-bluetooth-ui-3.0.so
-       source = git+https://gitlab.gnome.org/GNOME/gnome-bluetooth.git#tag=46.1
-       b2sums = 
121f9b5c469bc94a314b1bbc28de2db9ae6c02464594d3c57c72879f54ef96c03a25a652483cfadafd5470c9e83a482425f52c893858694d47b1a27892252a65
+       source = git+https://gitlab.gnome.org/GNOME/gnome-bluetooth.git#tag=47.0
+       b2sums = 
b0dc3836cda4a6497cc1a7864b2e96aba7422f62891f034eeda61474e705e40ecc64cc9abd4bcdcc08a1805b53116f42d572ab1f445deaa8c2206394b81a766f
 
 pkgname = gnome-bluetooth-3.0


=====================================
.nvchecker.toml
=====================================
@@ -2,3 +2,5 @@
 source = "git"
 git = "https://gitlab.gnome.org/GNOME/gnome-bluetooth.git";
 include_regex = '\d+(\.\d+)*'
+from_pattern = '\.([a-z])'
+to_pattern = '\1'


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Roman Kyrylych <[email protected]>
 
 pkgname=gnome-bluetooth-3.0
-pkgver=46.1
+pkgver=47.0
 pkgrel=1
 pkgdesc="GNOME Bluetooth Subsystem"
 url="https://wiki.gnome.org/Projects/GnomeBluetooth";
@@ -19,6 +19,7 @@ depends=(
   gtk4
   libadwaita
   libnotify
+  systemd
   systemd-libs
   upower
 )
@@ -35,7 +36,7 @@ makedepends=(
 checkdepends=(python-dbusmock)
 provides=(libgnome-bluetooth{,-ui}-3.0.so)
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-bluetooth.git#tag=${pkgver/[a-z]/.&}";)
-b2sums=('121f9b5c469bc94a314b1bbc28de2db9ae6c02464594d3c57c72879f54ef96c03a25a652483cfadafd5470c9e83a482425f52c893858694d47b1a27892252a65')
+b2sums=('b0dc3836cda4a6497cc1a7864b2e96aba7422f62891f034eeda61474e705e40ecc64cc9abd4bcdcc08a1805b53116f42d572ab1f445deaa8c2206394b81a766f')
 
 prepare() {
   cd gnome-bluetooth



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-bluetooth-3.0/-/compare/635c9d58c122fc292ada55c693943eea97e0fedc...b72ff8b1a5fd1a168924b46966f4dc17c7c9152c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-bluetooth-3.0/-/compare/635c9d58c122fc292ada55c693943eea97e0fedc...b72ff8b1a5fd1a168924b46966f4dc17c7c9152c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to