Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / glib2
Commits:
00b74ded by Jan Alexander Steffens (heftig) at 2023-12-07T09:33:15+01:00
2.78.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = glib2
pkgdesc = Low level core library
- pkgver = 2.78.2
- pkgrel = 3
+ pkgver = 2.78.3
+ pkgrel = 1
url = https://gitlab.gnome.org/GNOME/glib
arch = x86_64
license = LGPL
@@ -23,7 +23,7 @@ pkgbase = glib2
depends = zlib
options = debug
options = staticlibs
- source =
git+https://gitlab.gnome.org/GNOME/glib.git#commit=eb14755943a6eaee772ff4d8a8e432ec33bc5a8a
+ source =
git+https://gitlab.gnome.org/GNOME/glib.git#commit=03f7c1fbf3a3784cb4c3604f83ca3645e9225577
source = git+https://gitlab.gnome.org/GNOME/gvdb.git
source = 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
source = gio-querymodules.hook
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@ pkgname=(
glib2
glib2-docs
)
-pkgver=2.78.2
-pkgrel=3
+pkgver=2.78.3
+pkgrel=1
pkgdesc="Low level core library"
url="https://gitlab.gnome.org/GNOME/glib"
license=(LGPL)
@@ -38,7 +38,7 @@ options=(
debug
staticlibs
)
-_commit=eb14755943a6eaee772ff4d8a8e432ec33bc5a8a # tags/2.78.2^0
+_commit=03f7c1fbf3a3784cb4c3604f83ca3645e9225577 # tags/2.78.3^0
source=(
"git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/gvdb.git"
@@ -64,10 +64,6 @@ prepare() {
# Suppress noise from glib-compile-schemas.hook
git apply -3
../0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
- # Unbreak Firefox
- # https://gitlab.gnome.org/GNOME/glib/-/issues/3196
- git cherry-pick -n b097adf18aedbb13b3d0e4cf260c3fede8d8995e
-
git submodule init
git submodule set-url subprojects/gvdb "$srcdir/gvdb"
git -c protocol.file.allow=always submodule update
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glib2/-/commit/00b74dedc6c93c2ada6faaf65f6bbee4428318e1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glib2/-/commit/00b74dedc6c93c2ada6faaf65f6bbee4428318e1
You're receiving this email because of your account on gitlab.archlinux.org.