Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-session


Commits:
afabe9d5 by Fabian Bornschein at 2024-01-21T22:39:51+01:00
upgpkg: 46alpha-1: gnome-unstable

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,17 +1,18 @@
 pkgbase = gnome-session
        pkgdesc = The GNOME Session Handler
-       pkgver = 45.0
+       pkgver = 46alpha
        pkgrel = 1
        url = https://gitlab.gnome.org/GNOME/gnome-session
        arch = x86_64
        groups = gnome
-       license = GPL
+       license = GPL-2.0-or-later
        makedepends = docbook-xsl
        makedepends = git
        makedepends = gtk-doc
        makedepends = mesa
        makedepends = meson
        makedepends = python
+       makedepends = python-packaging
        makedepends = xmlto
        makedepends = xtrans
        depends = dconf
@@ -22,7 +23,7 @@ pkgbase = gnome-session
        depends = libsm
        depends = libxtst
        depends = systemd
-       source = 
git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=998ed1d8ee2ff5396583c284230648625b4103e5
+       source = 
git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=32044c4e5b7b22fb191b1409a60617db09c18d93
        b2sums = SKIP
 
 pkgname = gnome-session


=====================================
PKGBUILD
=====================================
@@ -1,13 +1,13 @@
-# Maintainer: Fabian Bornschein <fabiscafe-at-mailbox-dot-org>
+# Maintainer: Fabian Bornschein <fabisc...@archlinux.org>
 # Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
 
 pkgname=gnome-session
-pkgver=45.0
+pkgver=46alpha
 pkgrel=1
 pkgdesc="The GNOME Session Handler"
 url="https://gitlab.gnome.org/GNOME/gnome-session";
 arch=(x86_64)
-license=(GPL)
+license=(GPL-2.0-or-later)
 depends=(
   dconf
   gnome-desktop
@@ -25,17 +25,18 @@ makedepends=(
   mesa
   meson
   python
+  python-packaging
   xmlto
   xtrans
 )
 groups=(gnome)
-_commit=998ed1d8ee2ff5396583c284230648625b4103e5  # tags/45.0^0
+_commit=32044c4e5b7b22fb191b1409a60617db09c18d93  # tags/46.alpha^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit";)
 b2sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/\.beta/beta/;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/gnome-session/-/commit/afabe9d58de56a36dd31caaa15d6af0c90e3cadf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-session/-/commit/afabe9d58de56a36dd31caaa15d6af0c90e3cadf
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to