upg glib2
This commit is contained in:
parent
ba03936ef5
commit
86d5f5b188
2 changed files with 14 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
#pkgname=(glib2 glib2-docs)
|
||||
pkgname=glib2
|
||||
pkgver=2.76.5
|
||||
pkgrel=01
|
||||
pkgrel=02
|
||||
pkgdesc="Low level core library"
|
||||
url="https://wiki.gnome.org/Projects/GLib"
|
||||
depends=(pcre2 libffi util-linux-libs zlib) # libsysprof-capture)
|
||||
|
@ -36,6 +36,11 @@ pkgver() {
|
|||
prepare() {
|
||||
cd glib
|
||||
|
||||
# Unbreak keyfiles with bad escapes
|
||||
# https://bugs.archlinux.org/task/79540
|
||||
# https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3565
|
||||
git cherry-pick -n 4a9672764214d5fab569b774fe761ae7d2ec11d9
|
||||
|
||||
# Suppress noise from glib-compile-schemas.hook
|
||||
git apply -3 ../0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
|
||||
# fix test suite issues with coreutils >=9.2
|
||||
|
@ -123,4 +128,5 @@ sha256sums=(SKIP
|
|||
557c88177f011ced17bdeac1af3f882b2ca33b386a866fdf900b35f927a2bbe8 # gio-querymodules.hook
|
||||
64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25) # glib-compile-schemas.hook
|
||||
|
||||
## 8bd417b3f771007d7a2cf8f8660a55409b47b7a34aa08be302c9ee142d55b380 glib2-2.76.5-01-x86_64.pkg.tar.lz
|
||||
## e4eac3ead054f06f1f1c803f1c117e49d852e9b256353f6ca740003d959725de glib2-2.76.5-02-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ pkgname=(
|
|||
glib2-docs
|
||||
)
|
||||
pkgver=2.76.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Low level core library"
|
||||
url="https://wiki.gnome.org/Projects/GLib"
|
||||
license=(LGPL)
|
||||
|
@ -65,6 +65,11 @@ pkgver() {
|
|||
prepare() {
|
||||
cd glib
|
||||
|
||||
# Unbreak keyfiles with bad escapes
|
||||
# https://bugs.archlinux.org/task/79540
|
||||
# https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3565
|
||||
git cherry-pick -n 4a9672764214d5fab569b774fe761ae7d2ec11d9
|
||||
|
||||
# Suppress noise from glib-compile-schemas.hook
|
||||
git apply -3 ../0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
|
||||
|
||||
|
|
Loading…
Reference in a new issue