upg glib2 archlinux-keyring

This commit is contained in:
joborun linux 2023-12-08 01:16:45 +02:00
parent 434d17b688
commit dfdc11c9af
4 changed files with 15 additions and 19 deletions

View file

@ -6,8 +6,8 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=archlinux-keyring
_tag='09555ca5c676f24b73d70bb3b86921cea420f774' # git rev-parse ${pkgver}
pkgver=20231130
_tag='2d35822dbc3b166f296efb2afdb8f4097c04d8b3' # git rev-parse ${pkgver}
pkgver=20231207
pkgrel=01
pkgdesc='Arch Linux PGP keyring'
url='https://gitlab.archlinux.org/archlinux/archlinux-keyring/'
@ -55,5 +55,5 @@ validpgpkeys=('02FD1C7A934E614545849F19A6234074498E9CEE' # Christian Hesse <ewo
sha256sums=(SKIP)
## e2705e219b45e7da73ba6ce59c53adcd97bd9402c4143d8992198f2c0a7d8b1d archlinux-keyring-20231130-01-x86_64.pkg.tar.lz
## 56d0a97cc4a83bd591bd4331d160b807bab73736aad9ae825b4a3870d0049a9a archlinux-keyring-20231207-01-x86_64.pkg.tar.lz

View file

@ -2,8 +2,8 @@
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
pkgname=archlinux-keyring
_tag='09555ca5c676f24b73d70bb3b86921cea420f774' # git rev-parse ${pkgver}
pkgver=20231130
_tag='2d35822dbc3b166f296efb2afdb8f4097c04d8b3' # git rev-parse ${pkgver}
pkgver=20231207
pkgrel=1
pkgdesc='Arch Linux PGP keyring'
arch=('any')

View file

@ -8,8 +8,8 @@
#pkgbase=glib2
#pkgname=(glib2 glib2-docs)
pkgname=glib2
pkgver=2.78.2
pkgrel=03
pkgver=2.78.3
pkgrel=01
pkgdesc="Low level core library"
#url="https://wiki.gnome.org/Projects/GLib"
url="https://gitlab.gnome.org/GNOME/glib"
@ -19,7 +19,7 @@ makedepends=(gettext shared-mime-info python libelf git util-linux
#checkdepends=(desktop-file-utils glib2)
#options=(debug staticlibs) ### uncomment this to have the debug pkg produced
options=(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"
0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
@ -37,9 +37,9 @@ 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
# # 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"
@ -119,5 +119,5 @@ sha256sums=(SKIP
557c88177f011ced17bdeac1af3f882b2ca33b386a866fdf900b35f927a2bbe8 # gio-querymodules.hook
64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25) # glib-compile-schemas.hook
## 5ab41ee0b66c5171a72a3f53aabf7ac980419dbc8798cb6a4831f27b1d6ef9b5 glib2-2.78.2-03-x86_64.pkg.tar.lz
## fdb1d6809b849aab5c7b370df007a5c3f896d36c6fd73c26c73130657cc5c54b glib2-2.78.3-01-x86_64.pkg.tar.lz

View file

@ -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