diff options
author | Tim Biermann <tbier@posteo.de> | 2021-09-18 14:31:43 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-09-18 14:31:43 +0200 |
commit | 76d4a4c2fda3a00c168a73592a09ed492ff0d32c (patch) | |
tree | c7f21201903bff00bac93e9ec4c2a7b157f76afe /glib | |
parent | b9a8418524576f4058574c20ddda804ea1519a52 (diff) | |
download | opt-76d4a4c2fda3a00c168a73592a09ed492ff0d32c.tar.gz opt-76d4a4c2fda3a00c168a73592a09ed492ff0d32c.tar.xz |
glib: few additions, mostly python byte code
Diffstat (limited to 'glib')
-rw-r--r-- | glib/.footprint | 17 | ||||
-rw-r--r-- | glib/.signature | 6 | ||||
-rw-r--r-- | glib/Pkgfile | 11 |
3 files changed, 30 insertions, 4 deletions
diff --git a/glib/.footprint b/glib/.footprint index 4dc800f32..f53197e1e 100644 --- a/glib/.footprint +++ b/glib/.footprint @@ -340,6 +340,23 @@ drwxr-xr-x root/root usr/share/gettext/its/ drwxr-xr-x root/root usr/share/glib-2.0/ drwxr-xr-x root/root usr/share/glib-2.0/codegen/ -rw-r--r-- root/root usr/share/glib-2.0/codegen/__init__.py +drwxr-xr-x root/root usr/share/glib-2.0/codegen/__pycache__/ +-rw-r--r-- root/root usr/share/glib-2.0/codegen/__pycache__/__init__.cpython-39.opt-1.pyc +-rw-r--r-- root/root usr/share/glib-2.0/codegen/__pycache__/__init__.cpython-39.pyc +-rw-r--r-- root/root usr/share/glib-2.0/codegen/__pycache__/codegen.cpython-39.opt-1.pyc +-rw-r--r-- root/root usr/share/glib-2.0/codegen/__pycache__/codegen.cpython-39.pyc +-rw-r--r-- root/root usr/share/glib-2.0/codegen/__pycache__/codegen_docbook.cpython-39.opt-1.pyc +-rw-r--r-- root/root usr/share/glib-2.0/codegen/__pycache__/codegen_docbook.cpython-39.pyc +-rw-r--r-- root/root usr/share/glib-2.0/codegen/__pycache__/codegen_main.cpython-39.opt-1.pyc +-rw-r--r-- root/root usr/share/glib-2.0/codegen/__pycache__/codegen_main.cpython-39.pyc +-rw-r--r-- root/root usr/share/glib-2.0/codegen/__pycache__/config.cpython-39.opt-1.pyc +-rw-r--r-- root/root usr/share/glib-2.0/codegen/__pycache__/config.cpython-39.pyc +-rw-r--r-- root/root usr/share/glib-2.0/codegen/__pycache__/dbustypes.cpython-39.opt-1.pyc +-rw-r--r-- root/root usr/share/glib-2.0/codegen/__pycache__/dbustypes.cpython-39.pyc +-rw-r--r-- root/root usr/share/glib-2.0/codegen/__pycache__/parser.cpython-39.opt-1.pyc +-rw-r--r-- root/root usr/share/glib-2.0/codegen/__pycache__/parser.cpython-39.pyc +-rw-r--r-- root/root usr/share/glib-2.0/codegen/__pycache__/utils.cpython-39.opt-1.pyc +-rw-r--r-- root/root usr/share/glib-2.0/codegen/__pycache__/utils.cpython-39.pyc -rw-r--r-- root/root usr/share/glib-2.0/codegen/codegen.py -rw-r--r-- root/root usr/share/glib-2.0/codegen/codegen_docbook.py -rw-r--r-- root/root usr/share/glib-2.0/codegen/codegen_main.py diff --git a/glib/.signature b/glib/.signature index ec40d44db..db9b7fe9e 100644 --- a/glib/.signature +++ b/glib/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/U8q7xFFQFzs3LQsyirQ2Sa2uNO1nTdkb7CzHf2zMMIC2/7NZIDtxYjg34lgcEzBD4ZZwxBqx1xx0miZcE+7jA8= -SHA256 (Pkgfile) = a64928b459371cf14703fa691b754e8ff67756fd1533f0277d09425fb0c913f1 -SHA256 (.footprint) = 02536f8c02633073c285b8f21a309211827c79d21dfcf6e79b309c470e66c6b9 +RWSE3ohX2g5d/Sy8SQRDGA5wF1KoAwHUq9cq1BuJXYJM9Hl3f2fjXl/1e45F4NX19yE4FSVFq/Rsp6ENumWy/PvPXfr4hpxz3g4= +SHA256 (Pkgfile) = 75253515a00000d4cee17e31c846b3bfba7b48e17c0de03cbef705a16a573d85 +SHA256 (.footprint) = dbca065c4ab2cf7a0294f34d1ee1e4266e270ff04147c19d873bbef00b134a59 SHA256 (glib-2.70.0.tar.xz) = 200d7df811c5ba634afbf109f14bb40ba7fde670e89389885da14e27c0840742 SHA256 (gschemas.compiled) = f2ca328db96bf936e677d53b3e89fc4bf57ada9a1d5e2466cb0afe85307a1e75 diff --git a/glib/Pkgfile b/glib/Pkgfile index 7c92f74a4..fcc869962 100644 --- a/glib/Pkgfile +++ b/glib/Pkgfile @@ -13,11 +13,20 @@ build() { meson setup build $name-$version \ --prefix=/usr \ --buildtype=plain \ + --wrap-mode nodownload \ + -D b_lto=true \ + -D b_pie=true \ -D nls=disabled \ + -D internal_pcre=false \ + -D selinux=disabled \ -D gtk_doc=false meson compile -C build -j ${JOBS:-1} DESTDIR=$PKG meson install -C build + export PYTHONHASHSEED=0 + /usr/bin/python3 -m compileall -d /usr/share/glib-2.0/codegen $PKG/usr/share/glib-2.0/codegen + /usr/bin/python3 -O -m compileall -d /usr/share/glib-2.0/codegen $PKG/usr/share/glib-2.0/codegen + install -m 0644 $SRC/gschemas.compiled $PKG/usr/share/glib-2.0/schemas/gschemas.compiled - rm -r $PKG/usr/share/bash-completion + prt-get isinst bash-completion || rm -r $PKG/usr/share/bash-completion } |