Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / gnome-software
Commits:
ac98ff49 by Fabian Bornschein at 2024-07-03T08:55:34+02:00
upgpkg: 47alpha-1: gnome-unstable
- - - - -
40e2b672 by Fabian Bornschein at 2024-08-03T00:04:52+02:00
upgpkg: 47beta-1: gnome-unstable
- - - - -
52e34016 by Fabian Bornschein at 2024-08-31T22:07:58+02:00
upgpkg: 47rc-1: gnome-unstable
- - - - -
a925a03c by Fabian Bornschein at 2024-09-12T16:19:37+02:00
upgpkg: 47.0-1: gnome-unstable
- - - - -
7a775b4e by Jan Alexander Steffens (heftig) at 2024-09-17T01:14:20+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
upgpkg: 47alpha-1: gnome-unstable
- - - - -
e84544dd by Jan Alexander Steffens (heftig) at 2024-09-17T01:14:44+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-software
pkgdesc = GNOME Software Tools
- pkgver = 46.5
+ pkgver = 47.0
pkgrel = 1
url = https://apps.gnome.org/Software
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = gnome-software
makedepends = glib2-devel
makedepends = gobject-introspection
makedepends = gtk-doc
+ makedepends = itstool
makedepends = libglib-testing
makedepends = malcontent
makedepends = meson
@@ -22,6 +23,7 @@ pkgbase = gnome-software
depends = gdk-pixbuf2
depends = glib2
depends = glibc
+ depends = gnome-app-list
depends = gsettings-desktop-schemas
depends = gtk4
depends = hicolor-icon-theme
@@ -36,11 +38,11 @@ pkgbase = gnome-software
optdepends = flatpak: Flatpak support plugin
optdepends = fwupd: fwupd support plugin
optdepends = malcontent: Parental control plugin
- source =
git+https://gitlab.gnome.org/GNOME/gnome-software.git?signed#tag=46.5
+ source =
git+https://gitlab.gnome.org/GNOME/gnome-software.git?signed#tag=47.0
source = git+https://gitlab.gnome.org/mwleeds/gnome-pwa-list.git
validpgpkeys = 2AA441054BD2F1715EC11610FB183E7EF3C36A0D
validpgpkeys = 923B7025EE03C1C59F42684CF0942E894B2EAFA0
- b2sums =
1c35d22d79a1941f272f7cf9639bc79e0e714ef0c4d206163a351ee3a70da35b550239de077cc4d576b916fd59e2aef8260c72b8a88a98d01dcf3a88200f8665
+ b2sums =
3928ae907f3edd432216c909e110e079e15039d1403c165af9cde5bf2a9ac9011d0cfb8b684c54a110516305c6b6f8cea4bf88be0f9a5137b7f74b8f8e43dae9
b2sums = SKIP
pkgname = gnome-software
=====================================
.nvchecker.toml
=====================================
@@ -2,3 +2,5 @@
source = "git"
git = "https://gitlab.gnome.org/GNOME/gnome-software.git"
include_regex = '\d+(\.\d+)*'
+from_pattern = '\.([a-z])'
+to_pattern = '\1'
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Yosef Or Boczko <[email protected]>
pkgname=gnome-software
-pkgver=46.5
+pkgver=47.0
pkgrel=1
pkgdesc="GNOME Software Tools"
url="https://apps.gnome.org/Software"
@@ -17,6 +17,7 @@ depends=(
gdk-pixbuf2
glib2
glibc
+ gnome-app-list
gsettings-desktop-schemas
gtk4
hicolor-icon-theme
@@ -37,6 +38,7 @@ makedepends=(
glib2-devel
gobject-introspection
gtk-doc
+ itstool
libglib-testing
malcontent
meson
@@ -51,7 +53,7 @@ source=(
"git+https://gitlab.gnome.org/GNOME/gnome-software.git?signed#tag=${pkgver/[a-z]/.&}"
"git+https://gitlab.gnome.org/mwleeds/gnome-pwa-list.git"
)
-b2sums=('1c35d22d79a1941f272f7cf9639bc79e0e714ef0c4d206163a351ee3a70da35b550239de077cc4d576b916fd59e2aef8260c72b8a88a98d01dcf3a88200f8665'
+b2sums=('3928ae907f3edd432216c909e110e079e15039d1403c165af9cde5bf2a9ac9011d0cfb8b684c54a110516305c6b6f8cea4bf88be0f9a5137b7f74b8f8e43dae9'
'SKIP')
validpgpkeys=(
2AA441054BD2F1715EC11610FB183E7EF3C36A0D # Milan Crha <[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-software/-/compare/71545debcf163f4f1691c89f3549b0e55d2ce811...e84544dd2a4b1709f567877c1b27b93cb9903ee8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-software/-/compare/71545debcf163f4f1691c89f3549b0e55d2ce811...e84544dd2a4b1709f567877c1b27b93cb9903ee8
You're receiving this email because of your account on gitlab.archlinux.org.