[arch-commits] Commit in glib2/repos/testing-x86_64 (10 files)
David Runge
dvzrv at gemini.archlinux.org
Fri Sep 2 19:58:09 UTC 2022
Date: Friday, September 2, 2022 @ 19:58:09
Author: dvzrv
Revision: 454929
archrelease: copy trunk to testing-x86_64
Added:
glib2/repos/testing-x86_64/0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
(from rev 454928, glib2/trunk/0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch)
glib2/repos/testing-x86_64/PKGBUILD
(from rev 454928, glib2/trunk/PKGBUILD)
glib2/repos/testing-x86_64/gio-querymodules.hook
(from rev 454928, glib2/trunk/gio-querymodules.hook)
glib2/repos/testing-x86_64/gio-querymodules.script
(from rev 454928, glib2/trunk/gio-querymodules.script)
glib2/repos/testing-x86_64/glib-compile-schemas.hook
(from rev 454928, glib2/trunk/glib-compile-schemas.hook)
Deleted:
glib2/repos/testing-x86_64/0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
glib2/repos/testing-x86_64/PKGBUILD
glib2/repos/testing-x86_64/gio-querymodules.hook
glib2/repos/testing-x86_64/gio-querymodules.script
glib2/repos/testing-x86_64/glib-compile-schemas.hook
-----------------------------------------------------------------+
0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch | 66 +--
PKGBUILD | 183 +++++-----
gio-querymodules.hook | 24 -
gio-querymodules.script | 14
glib-compile-schemas.hook | 24 -
5 files changed, 156 insertions(+), 155 deletions(-)
Deleted: 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
===================================================================
--- 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch 2022-09-02 19:57:40 UTC (rev 454928)
+++ 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch 2022-09-02 19:58:09 UTC (rev 454929)
@@ -1,33 +0,0 @@
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" <jan.steffens at gmail.com>
-Date: Fri, 7 Jan 2022 18:59:10 +0000
-Subject: [PATCH] glib-compile-schemas: Remove noisy deprecation warnings
-
----
- gio/glib-compile-schemas.c | 13 -------------
- 1 file changed, 13 deletions(-)
-
-diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
-index 83184e1e8d67..e575dad294e5 100644
---- a/gio/glib-compile-schemas.c
-+++ b/gio/glib-compile-schemas.c
-@@ -1232,19 +1232,6 @@ parse_state_start_schema (ParseState *state,
- return;
- }
-
-- if (path && (g_str_has_prefix (path, "/apps/") ||
-- g_str_has_prefix (path, "/desktop/") ||
-- g_str_has_prefix (path, "/system/")))
-- {
-- gchar *message = NULL;
-- message = g_strdup_printf (_("Warning: Schema “%s” has path “%s”. "
-- "Paths starting with "
-- "“/apps/”, “/desktop/” or “/system/” are deprecated."),
-- id, path);
-- g_printerr ("%s\n", message);
-- g_free (message);
-- }
--
- state->schema_state = schema_state_new (path, gettext_domain,
- extends, extends_name, list_of);
-
Copied: glib2/repos/testing-x86_64/0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch (from rev 454928, glib2/trunk/0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch)
===================================================================
--- 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch (rev 0)
+++ 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch 2022-09-02 19:58:09 UTC (rev 454929)
@@ -0,0 +1,33 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <jan.steffens at gmail.com>
+Date: Fri, 7 Jan 2022 18:59:10 +0000
+Subject: [PATCH] glib-compile-schemas: Remove noisy deprecation warnings
+
+---
+ gio/glib-compile-schemas.c | 13 -------------
+ 1 file changed, 13 deletions(-)
+
+diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
+index 83184e1e8d67..e575dad294e5 100644
+--- a/gio/glib-compile-schemas.c
++++ b/gio/glib-compile-schemas.c
+@@ -1232,19 +1232,6 @@ parse_state_start_schema (ParseState *state,
+ return;
+ }
+
+- if (path && (g_str_has_prefix (path, "/apps/") ||
+- g_str_has_prefix (path, "/desktop/") ||
+- g_str_has_prefix (path, "/system/")))
+- {
+- gchar *message = NULL;
+- message = g_strdup_printf (_("Warning: Schema “%s” has path “%s”. "
+- "Paths starting with "
+- "“/apps/”, “/desktop/” or “/system/” are deprecated."),
+- id, path);
+- g_printerr ("%s\n", message);
+- g_free (message);
+- }
+-
+ state->schema_state = schema_state_new (path, gettext_domain,
+ extends, extends_name, list_of);
+
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 19:57:40 UTC (rev 454928)
+++ PKGBUILD 2022-09-02 19:58:09 UTC (rev 454929)
@@ -1,91 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=glib2
-pkgname=(glib2 glib2-docs)
-pkgver=2.72.3
-pkgrel=2
-pkgdesc="Low level core library"
-url="https://wiki.gnome.org/Projects/GLib"
-license=(LGPL)
-arch=(x86_64)
-depends=(pcre libffi util-linux-libs zlib libsysprof-capture)
-makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux
- meson dbus)
-checkdepends=(desktop-file-utils)
-options=('debug' 'staticlibs')
-_commit=dce30492f6087a8e1e288f1706d41142b74ca1ff # tags/2.72.3^0
-source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
- 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
- glib-compile-schemas.hook gio-querymodules.{hook,script})
-sha256sums=('SKIP'
- 'f410289d8acf787cf0fc512efe5622d4bbd574c032e3ee0efd9cae2155b2c3dc'
- '64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25'
- '2a9f9b8235f48e3b7d0f6cfcbc76cd2116c45f28692cac4bd61074c495bd5eb7'
- '92d08db5aa30bda276bc3d718e7ff9dd01dc40dcab45b359182dcc290054e24e')
-
-pkgver() {
- cd glib
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd glib
-
- # Suppress noise from glib-compile-schemas.hook
- git apply -3 ../0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
-}
-
-build() {
- # Produce more debug info: GLib has a lot of useful macros
- CFLAGS+=' -g3'
- CXXFLAGS+=' -g3'
-
- CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
- arch-meson glib build \
- --default-library both \
- -D glib_debug=disabled \
- -D selinux=disabled \
- -D man=true \
- -D sysprof=enabled \
- -D gtk_doc=true
- meson compile -C build
-}
-
-check() {
- meson test -C build --no-suite flaky --no-suite slow --print-errorlogs
-}
-
-package_glib2() {
- depends+=(libmount.so libffi.so)
- provides+=(libgio-2.0.so libglib-2.0.so libgmodule-2.0.so libgobject-2.0.so
- libgthread-2.0.so)
- optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report'
- 'libelf: gresource inspection tool'
- 'gvfs: most gio functionality')
-
- meson install -C build --destdir "$pkgdir"
-
- install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
- install -D gio-querymodules.script "$pkgdir/usr/share/libalpm/scripts/gio-querymodules"
-
- 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 \
- "$pkgdir/usr/share/glib-2.0/codegen"
-
- # Split docs
- mkdir -p docs/usr/share
- mv {"$pkgdir",docs}/usr/share/gtk-doc
-}
-
-package_glib2-docs() {
- pkgdesc="Documentation for GLib"
- depends=()
- license+=(custom)
-
- mv -t "$pkgdir" docs/*
- install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 glib/docs/reference/COPYING
-}
-
-# vim:set sw=2 et:
Copied: glib2/repos/testing-x86_64/PKGBUILD (from rev 454928, glib2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-02 19:58:09 UTC (rev 454929)
@@ -0,0 +1,92 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.72.3
+pkgrel=3
+pkgdesc="Low level core library"
+url="https://wiki.gnome.org/Projects/GLib"
+license=(LGPL)
+arch=(x86_64)
+depends=(pcre libffi util-linux-libs zlib libsysprof-capture)
+makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux
+ meson dbus)
+checkdepends=(desktop-file-utils)
+options=(debug staticlibs)
+_commit=dce30492f6087a8e1e288f1706d41142b74ca1ff # tags/2.72.3^0
+source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
+ 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
+ glib-compile-schemas.hook gio-querymodules.{hook,script})
+sha256sums=('SKIP'
+ 'f410289d8acf787cf0fc512efe5622d4bbd574c032e3ee0efd9cae2155b2c3dc'
+ '64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25'
+ '2a9f9b8235f48e3b7d0f6cfcbc76cd2116c45f28692cac4bd61074c495bd5eb7'
+ '92d08db5aa30bda276bc3d718e7ff9dd01dc40dcab45b359182dcc290054e24e')
+
+pkgver() {
+ cd glib
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd glib
+
+ # Suppress noise from glib-compile-schemas.hook
+ git apply -3 ../0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
+}
+
+build() {
+ # Produce more debug info: GLib has a lot of useful macros
+ # use fat LTO objects for static libraries
+ CFLAGS+=' -ffat-lto-objects -g3'
+ CXXFLAGS+=' -ffat-lto-objects -g3'
+
+ CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
+ arch-meson glib build \
+ --default-library both \
+ -D glib_debug=disabled \
+ -D selinux=disabled \
+ -D sysprof=enabled \
+ -D man=true \
+ -D gtk_doc=true
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --no-suite flaky --no-suite slow --print-errorlogs
+}
+
+package_glib2() {
+ depends+=(libmount.so libffi.so)
+ provides+=(libgio-2.0.so libglib-2.0.so libgmodule-2.0.so libgobject-2.0.so
+ libgthread-2.0.so)
+ optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report'
+ 'libelf: gresource inspection tool'
+ 'gvfs: most gio functionality')
+
+ meson install -C build --destdir "$pkgdir"
+
+ install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
+ install -D gio-querymodules.script "$pkgdir/usr/share/libalpm/scripts/gio-querymodules"
+
+ 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 \
+ "$pkgdir/usr/share/glib-2.0/codegen"
+
+ # Split docs
+ mkdir -p docs/usr/share
+ mv {"$pkgdir",docs}/usr/share/gtk-doc
+}
+
+package_glib2-docs() {
+ pkgdesc="Documentation for GLib"
+ depends=()
+ license+=(custom)
+
+ mv -t "$pkgdir" docs/*
+ install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 glib/docs/reference/COPYING
+}
+
+# vim:set sw=2 et:
Deleted: gio-querymodules.hook
===================================================================
--- gio-querymodules.hook 2022-09-02 19:57:40 UTC (rev 454928)
+++ gio-querymodules.hook 2022-09-02 19:58:09 UTC (rev 454929)
@@ -1,12 +0,0 @@
-[Trigger]
-Type = Path
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/lib/gio/modules/
-
-[Action]
-Description = Updating GIO module cache...
-When = PostTransaction
-Exec = /usr/share/libalpm/scripts/gio-querymodules
-NeedsTargets
Copied: glib2/repos/testing-x86_64/gio-querymodules.hook (from rev 454928, glib2/trunk/gio-querymodules.hook)
===================================================================
--- gio-querymodules.hook (rev 0)
+++ gio-querymodules.hook 2022-09-02 19:58:09 UTC (rev 454929)
@@ -0,0 +1,12 @@
+[Trigger]
+Type = Path
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gio/modules/
+
+[Action]
+Description = Updating GIO module cache...
+When = PostTransaction
+Exec = /usr/share/libalpm/scripts/gio-querymodules
+NeedsTargets
Deleted: gio-querymodules.script
===================================================================
--- gio-querymodules.script 2022-09-02 19:57:40 UTC (rev 454928)
+++ gio-querymodules.script 2022-09-02 19:58:09 UTC (rev 454929)
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-while read -r d; do
- [[ -d $d ]] || continue
- gio-querymodules "$d"
- rmdir --ignore-fail-on-non-empty "$d"
-done
Copied: glib2/repos/testing-x86_64/gio-querymodules.script (from rev 454928, glib2/trunk/gio-querymodules.script)
===================================================================
--- gio-querymodules.script (rev 0)
+++ gio-querymodules.script 2022-09-02 19:58:09 UTC (rev 454929)
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+while read -r d; do
+ [[ -d $d ]] || continue
+ gio-querymodules "$d"
+ rmdir --ignore-fail-on-non-empty "$d"
+done
Deleted: glib-compile-schemas.hook
===================================================================
--- glib-compile-schemas.hook 2022-09-02 19:57:40 UTC (rev 454928)
+++ glib-compile-schemas.hook 2022-09-02 19:58:09 UTC (rev 454929)
@@ -1,12 +0,0 @@
-[Trigger]
-Type = Path
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/glib-2.0/schemas/*.gschema.xml
-Target = usr/share/glib-2.0/schemas/*.gschema.override
-
-[Action]
-Description = Compiling GSettings XML schema files...
-When = PostTransaction
-Exec = /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
Copied: glib2/repos/testing-x86_64/glib-compile-schemas.hook (from rev 454928, glib2/trunk/glib-compile-schemas.hook)
===================================================================
--- glib-compile-schemas.hook (rev 0)
+++ glib-compile-schemas.hook 2022-09-02 19:58:09 UTC (rev 454929)
@@ -0,0 +1,12 @@
+[Trigger]
+Type = Path
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/glib-2.0/schemas/*.gschema.xml
+Target = usr/share/glib-2.0/schemas/*.gschema.override
+
+[Action]
+Description = Compiling GSettings XML schema files...
+When = PostTransaction
+Exec = /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
More information about the arch-commits
mailing list