Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / lib32-glib2
Commits:
58a1510f by Jan Alexander Steffens (heftig) at 2023-12-07T02:49:22+01:00
2.78.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lib32-glib2
pkgdesc = Low level core library - 32-bit
- pkgver = 2.78.2
- pkgrel = 3
+ pkgver = 2.78.3
+ pkgrel = 1
url = https://gitlab.gnome.org/GNOME/glib
arch = x86_64
license = LGPL
@@ -22,7 +22,7 @@ pkgbase = lib32-glib2
depends = lib32-util-linux
depends = lib32-zlib
options = debug
- 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 = gio-querymodules-32.hook
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@ pkgbase=lib32-glib2
pkgname=(
lib32-glib2
)
-pkgver=2.78.2
-pkgrel=3
+pkgver=2.78.3
+pkgrel=1
pkgdesc="Low level core library - 32-bit"
url="https://gitlab.gnome.org/GNOME/glib"
license=(LGPL)
@@ -38,7 +38,7 @@ checkdepends=(
options=(
debug
)
-_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"
@@ -56,10 +56,6 @@ pkgver() {
prepare() {
cd glib
- # 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/lib32-glib2/-/commit/58a1510f70c5ceb3f49df00beadb1ce8be3b738f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-glib2/-/commit/58a1510f70c5ceb3f49df00beadb1ce8be3b738f
You're receiving this email because of your account on gitlab.archlinux.org.