Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / gnome-calls
Commits:
2a7398c6 by Fabian Bornschein at 2024-07-20T16:38:09+02:00
upgpkg: 47alpha.0-1: gnome-unstable
- - - - -
7e59abed by Fabian Bornschein at 2024-08-04T18:08:36+02:00
upgpkg: 47beta.0-1: gnome-unstable
- - - - -
37c9e70e by Fabian Bornschein at 2024-09-01T11:42:04+02:00
upgpkg: 47rc.1-1: gnome-unstable
- - - - -
251a034f by Fabian Bornschein at 2024-09-15T11:19:40+02:00
upgpkg: 47.0-1: gnome-unstable
- - - - -
a0cddf36 by Jan Alexander Steffens (heftig) at 2024-09-17T00:58: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-calls
pkgdesc = Phone dialer and call handler
- pkgver = 46.3
+ pkgver = 47.0
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/calls
arch = x86_64
@@ -21,18 +21,18 @@ pkgbase = gnome-calls
depends = glibc
depends = gom
depends = gstreamer
- depends = gtk3
+ depends = gtk4
depends = hicolor-icon-theme
+ depends = libadwaita
depends = libgee
- depends = libhandy
depends = libmm-glib
- depends = libpeas
+ depends = libpeas-2
depends = libsecret
depends = sofia-sip
- source = git+https://gitlab.gnome.org/GNOME/calls.git?signed#tag=v46.3
+ source = git+https://gitlab.gnome.org/GNOME/calls.git?signed#tag=v47.0
source = git+https://gitlab.gnome.org/World/Phosh/libcall-ui.git
validpgpkeys = B9386554B7DD266BCB8E29A990F0C9B18A6B4A19
- b2sums =
87d72fd120fc7181cc4cbe9a9e0e75957aa452ea29435a0a674ea91faaf4f5e9162fa8cceb527b29829d8677413b55e4aba45b00453cad6e8891a46ecf214467
+ b2sums =
c5414f48e994c03fdfb48a0a61185d10dfc85cf6ed65a834c83a48bdefadb3f320c8dda3790024a2def7a99dac6152b5d672291af375cd56714143d8151f0d1c
b2sums = SKIP
pkgname = gnome-calls
=====================================
.nvchecker.toml
=====================================
@@ -2,4 +2,6 @@
source = "git"
git = "https://gitlab.gnome.org/GNOME/calls.git"
include_regex = 'v\d+(\.\d+)*'
+from_pattern = '_([a-z])'
+to_pattern = '\1'
prefix = "v"
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: GI Jack <[email protected]>
pkgname=gnome-calls
-pkgver=46.3
+pkgver=47.0
pkgrel=1
pkgdesc="Phone dialer and call handler"
arch=(x86_64)
@@ -22,12 +22,12 @@ depends=(
glibc
gom
gstreamer
- gtk3
+ gtk4
hicolor-icon-theme
+ libadwaita
libgee
- libhandy
libmm-glib
- libpeas
+ libpeas-2
libsecret
sofia-sip
)
@@ -39,9 +39,9 @@ makedepends=(
python-docutils
vala
)
-source=("git+https://gitlab.gnome.org/GNOME/calls.git?signed#tag=v${pkgver/[a-z]/.&}"
+source=("git+https://gitlab.gnome.org/GNOME/calls.git?signed#tag=v${pkgver/[a-z]/_&}"
"git+https://gitlab.gnome.org/World/Phosh/libcall-ui.git")
-b2sums=('87d72fd120fc7181cc4cbe9a9e0e75957aa452ea29435a0a674ea91faaf4f5e9162fa8cceb527b29829d8677413b55e4aba45b00453cad6e8891a46ecf214467'
+b2sums=('c5414f48e994c03fdfb48a0a61185d10dfc85cf6ed65a834c83a48bdefadb3f320c8dda3790024a2def7a99dac6152b5d672291af375cd56714143d8151f0d1c'
'SKIP')
validpgpkeys=(
B9386554B7DD266BCB8E29A990F0C9B18A6B4A19 # Evangelos Ribeiro Tzaras
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-calls/-/compare/61ab0eedd81ad64a8731936c43e1862849205f34...a0cddf36d3a2e07b1e1ce88f95e0a4df08982054
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-calls/-/compare/61ab0eedd81ad64a8731936c43e1862849205f34...a0cddf36d3a2e07b1e1ce88f95e0a4df08982054
You're receiving this email because of your account on gitlab.archlinux.org.