Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages / 
gsettings-desktop-schemas


Commits:
431e2a66 by Fabian Bornschein at 2024-01-21T23:26:24+01:00
upgpkg: 46alpha-1: gnome-unstable

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = gsettings-desktop-schemas
        pkgdesc = Shared GSettings schemas for the desktop
-       pkgver = 45.0
+       pkgver = 46alpha
        pkgrel = 1
        url = https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas
        arch = any
-       license = GPL
+       license = LGPL-2.1-or-later
        makedepends = git
        makedepends = gobject-introspection
        makedepends = meson
@@ -12,7 +12,7 @@ pkgbase = gsettings-desktop-schemas
        depends = cantarell-fonts
        depends = dconf
        depends = glib2
-       source = 
git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=5e903c1c205086495213dedc32b0ad50f6010c27
+       source = 
git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=47b16308e45dd6230ca02c99146d4d58bdc95132
        b2sums = SKIP
 
 pkgname = gsettings-desktop-schemas


=====================================
PKGBUILD
=====================================
@@ -1,15 +1,16 @@
 # Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
+# Maintainer: Fabian Bornschein <fabisc...@archlinux.org>
 # Contributor: Ionut Biru <ib...@archlinux.org>
 # Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
 # Contributor: Adam Hani Schakaki (krzd) <k...@krzd.net>
 
 pkgname=gsettings-desktop-schemas
-pkgver=45.0
+pkgver=46alpha
 pkgrel=1
 pkgdesc="Shared GSettings schemas for the desktop"
 url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas";
 arch=(any)
-license=(GPL)
+license=(LGPL-2.1-or-later)
 depends=(
   adobe-source-code-pro-fonts
   cantarell-fonts
@@ -21,13 +22,13 @@ makedepends=(
   gobject-introspection
   meson
 )
-_commit=5e903c1c205086495213dedc32b0ad50f6010c27  # tags/45.0^0
+_commit=47b16308e45dd6230ca02c99146d4d58bdc95132  # tags/46.alpha^0
 
source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit";)
 b2sums=('SKIP')
 
 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/gsettings-desktop-schemas/-/commit/431e2a660d78034a81f07f1168dc47105741c5cc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gsettings-desktop-schemas/-/commit/431e2a660d78034a81f07f1168dc47105741c5cc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to