Skip to content
Snippets Groups Projects
Verified Commit 13601886 authored by Fabian Bornschein's avatar Fabian Bornschein
Browse files

upgpkg: 2.81.0-1: gnome-unstable

parent d450555b
No related branches found
No related tags found
No related merge requests found
pkgbase = glib2
pkgdesc = Low level core library
pkgver = 2.80.3
pkgrel = 2
pkgver = 2.81.0
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/glib
arch = x86_64
license = LGPL-2.1-or-later
......@@ -27,13 +27,13 @@ pkgbase = glib2
depends = pcre2
depends = util-linux-libs
depends = zlib
source = git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=2.80.3
source = git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=2.81.0
source = git+https://gitlab.gnome.org/GNOME/gvdb.git
source = 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
source = gio-querymodules.hook
source = glib-compile-schemas.hook
validpgpkeys = 923B7025EE03C1C59F42684CF0942E894B2EAFA0
b2sums = 3b54c7e41124e26bc50c8d44ee3d960017d72332e3fbedc505221686f60690ac033410e9202d713f40dd95259fa6a6effd292bfacbe26e9f429f94980c0d4865
b2sums = ee1446f0e54bb858f8ae5cab60211a801205c72457552c656d2f028cf0d4d78f40f650fd11f271c619cd182dba2904c7a6b77eb7aabe3692765b83adb9a244ff
b2sums = SKIP
b2sums = 94c73ca7070c239494873dd52d6ee09382bbb5b1201f7afd737cfa140b1a2fb0744b2c2831baf3943d1d072550c35888d21ce6f19f89481ff9d1a60d9a0b30e0
b2sums = 14c9211c0557f6d8d9a914f1b18b7e0e23f79f4abde117cb03ab119b95bf9fa9d7a712aa0a29beb266468aeb352caa3a9e4540503cfc9fe0bbaf764371832a96
......
[glib2]
source = "git"
git = "https://gitlab.gnome.org/GNOME/glib.git"
#include_regex = '2\.\d*[02468]\.\d+'
......@@ -8,8 +8,8 @@ pkgname=(
glib2-devel
glib2-docs
)
pkgver=2.80.3
pkgrel=2
pkgver=2.81.0
pkgrel=1
pkgdesc="Low level core library"
url="https://gitlab.gnome.org/GNOME/glib"
license=(LGPL-2.1-or-later)
......@@ -49,7 +49,7 @@ source=(
gio-querymodules.hook
glib-compile-schemas.hook
)
b2sums=('3b54c7e41124e26bc50c8d44ee3d960017d72332e3fbedc505221686f60690ac033410e9202d713f40dd95259fa6a6effd292bfacbe26e9f429f94980c0d4865'
b2sums=('ee1446f0e54bb858f8ae5cab60211a801205c72457552c656d2f028cf0d4d78f40f650fd11f271c619cd182dba2904c7a6b77eb7aabe3692765b83adb9a244ff'
'SKIP'
'94c73ca7070c239494873dd52d6ee09382bbb5b1201f7afd737cfa140b1a2fb0744b2c2831baf3943d1d072550c35888d21ce6f19f89481ff9d1a60d9a0b30e0'
'14c9211c0557f6d8d9a914f1b18b7e0e23f79f4abde117cb03ab119b95bf9fa9d7a712aa0a29beb266468aeb352caa3a9e4540503cfc9fe0bbaf764371832a96'
......@@ -61,11 +61,6 @@ validpgpkeys=(
prepare() {
cd glib
# https://gitlab.archlinux.org/archlinux/packaging/packages/glib2/-/issues/6
# https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4073
git cherry-pick -n df2c5d925ac4b8f1708bafa5ac1d35acada05d55 \
7a7137838e79e5a98e6f4eab6898e2a0dc6392cd
# Suppress noise from glib-compile-schemas.hook
git apply -3 ../0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
......@@ -83,6 +78,8 @@ build() {
-D man-pages=enabled
-D selinux=disabled
-D sysprof=enabled
-D dtrace=disabled
-D systemtap=disabled
)
# Produce more debug info: GLib has a lot of useful macros
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment