gsetings-desktop-schemas: Update to 41.0

This commit is contained in:
Biswapriyo Nath
2021-09-23 14:43:11 +05:30
parent 4192193ac9
commit c87ce0519c

View File

@@ -3,25 +3,24 @@
_realname=gsettings-desktop-schemas
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=40.0
pkgrel=2
pkgver=41.0
pkgrel=1
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url="https://wiki.gnome.org/"
pkgdesc="Shared GSettings schemas for the desktop (mingw-w64)"
depends=("${MINGW_PACKAGE_PREFIX}-glib2"
"${MINGW_PACKAGE_PREFIX}-adobe-source-code-pro-fonts"
$([[ ${MINGW_PACKAGE_PREFIX} == *-clang-* ]] || \
$([[ ${MINGW_PACKAGE_PREFIX} == *-clang-aarch64* ]] || \
echo "${MINGW_PACKAGE_PREFIX}-cantarell-fonts")) # Remove this workaround after vala available
makedepends=("${MINGW_PACKAGE_PREFIX}-gobject-introspection"
"${MINGW_PACKAGE_PREFIX}-meson"
"${MINGW_PACKAGE_PREFIX}-ninja")
"${MINGW_PACKAGE_PREFIX}-meson")
license=('LGPL2.1')
options=('strip' 'staticlibs')
install=schemas-${MSYSTEM}.install
source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz"
"001-fix-pkg-config-file.patch")
sha256sums=('f1b83bf023c0261eacd0ed36066b76f4a520bbcb14bb69c402b7959257125685'
sha256sums=('77289972e596d044583f0c056306d8f1dbd8adcf912910a50da0a663e65332ed'
'6c85093ac2efcf51379bc697fda56ccd6447137ac1a464934f2b18ea0d1f4cb3')
prepare() {