Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / xdg-desktop-portal-gnome


Commits:
c658da79 by Fabian Bornschein at 2024-02-17T12:03:38+01:00
upgpkg: 46beta-1: gnome-unstable

- - - - -
f5f4431b by Fabian Bornschein at 2024-03-07T17:30:39+01:00
upgpkg: 46rc-1: gnome-unstable

- - - - -
679fe63d by Jan Alexander Steffens (heftig) at 2024-03-18T16:20:26+01:00
46.0-1

- - - - -
cb13b33b by Jan Alexander Steffens (heftig) at 2024-03-20T23:12:36+01:00
Merge remote-tracking branch 'origin/gnome-unstable'

* origin/gnome-unstable:
  46.0-1
  upgpkg: 46rc-1: gnome-unstable
  upgpkg: 46beta-1: gnome-unstable

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,19 +1,23 @@
 pkgbase = xdg-desktop-portal-gnome
        pkgdesc = A backend implementation for xdg-desktop-portal for the GNOME 
desktop environment
-       pkgver = 45.1
+       pkgver = 46.0
        pkgrel = 1
        url = https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome
        arch = x86_64
        groups = gnome
-       license = LGPL
+       license = LGPL-2.1-or-later
        makedepends = git
        makedepends = meson
        depends = cairo
+       depends = dconf
        depends = fontconfig
+       depends = gcc-libs
        depends = gdk-pixbuf2
        depends = glib2
+       depends = glibc
        depends = gnome-desktop-4
        depends = gnome-keyring
+       depends = graphene
        depends = gtk4
        depends = libadwaita
        depends = libx11
@@ -24,7 +28,7 @@ pkgbase = xdg-desktop-portal-gnome
        provides = xdg-desktop-portal-impl
        conflicts = xdg-desktop-portal-gtk<1.10.0-2
        replaces = xdg-desktop-portal-gtk<1.10.0-2
-       source = 
git+https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git#commit=bb205db8f8fc00f9a117c77d4c48f0a3bda2eddb
-       b2sums = SKIP
+       source = 
git+https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git#commit=81c74e0a29537e1bb29a40554e9bf9c41a272148
+       b2sums = 
ba32e804e1593e6d0a01d0a4ca36f9fb8abeff2c32da2ede4cd1f32c0956384d01acd56d00099a98ab989e2a2f1e0df7c7107fd5a7e56dc8b133230f631882c0
 
 pkgname = xdg-desktop-portal-gnome


=====================================
PKGBUILD
=====================================
@@ -1,20 +1,24 @@
-# Maintainer: Fabian Bornschein <fabiscafe-at-mailbox-dot-org>
+# Maintainer: Fabian Bornschein <fabisc...@archlinux.org>
 # Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
 
 pkgname=xdg-desktop-portal-gnome
-pkgver=45.1
+pkgver=46.0
 pkgrel=1
 pkgdesc="A backend implementation for xdg-desktop-portal for the GNOME desktop 
environment"
 url="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome";
 arch=(x86_64)
-license=(LGPL)
+license=(LGPL-2.1-or-later)
 depends=(
   cairo
+  dconf
   fontconfig
+  gcc-libs
   gdk-pixbuf2
   glib2
+  glibc
   gnome-desktop-4
   gnome-keyring
+  graphene
   gtk4
   libadwaita
   libx11
@@ -31,13 +35,13 @@ provides=(xdg-desktop-portal-impl)
 conflicts=('xdg-desktop-portal-gtk<1.10.0-2')
 replaces=('xdg-desktop-portal-gtk<1.10.0-2')
 groups=(gnome)
-_commit=bb205db8f8fc00f9a117c77d4c48f0a3bda2eddb  # tags/45.1^0
+_commit=81c74e0a29537e1bb29a40554e9bf9c41a272148  # tags/46.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git#commit=$_commit";)
-b2sums=('SKIP')
+b2sums=('ba32e804e1593e6d0a01d0a4ca36f9fb8abeff2c32da2ede4cd1f32c0956384d01acd56d00099a98ab989e2a2f1e0df7c7107fd5a7e56dc8b133230f631882c0')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+  git describe --tags | sed -r 
's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-gnome/-/compare/82f76e8f18ec03332ec95e09589f297bca8711ae...cb13b33bc67634584d190c2d5a49b71a141ee0ff

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-gnome/-/compare/82f76e8f18ec03332ec95e09589f297bca8711ae...cb13b33bc67634584d190c2d5a49b71a141ee0ff
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to