mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/glib2 to 2.64.3-2
This commit is contained in:
parent
b83b4249c2
commit
2d3485d040
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
pkgbase=glib2
|
||||
pkgname=(glib2 glib2-docs)
|
||||
pkgver=2.64.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Low level core library"
|
||||
url="https://wiki.gnome.org/Projects/GLib"
|
||||
license=(LGPL2.1)
|
||||
|
@ -60,6 +60,7 @@ package_glib2() {
|
|||
DESTDIR="$pkgdir" meson install -C build
|
||||
install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
|
||||
|
||||
export PYTHONHASHSEED=0
|
||||
python -m compileall -d /usr/share/glib-2.0/codegen \
|
||||
"$pkgdir/usr/share/glib-2.0/codegen"
|
||||
python -O -m compileall -d /usr/share/glib-2.0/codegen \
|
||||
|
|
Loading…
Reference in a new issue