diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-12-26 20:08:29 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-12-26 20:08:29 +0000 |
commit | 6dfd9c39ab68bbc917ffc374b2fa515f676f891f (patch) | |
tree | c9963a9e1e09b0e237a5c00736caa588c5a0a38f /mate-extra | |
parent | adb727afeb568404873e8cbc91ba93d3d49eff13 (diff) |
gentoo auto-resync : 26:12:2022 - 20:08:29
Diffstat (limited to 'mate-extra')
7 files changed, 0 insertions, 438 deletions
diff --git a/mate-extra/Manifest.gz b/mate-extra/Manifest.gz Binary files differindex 0a3e76ccb1f1..3348445f9900 100644 --- a/mate-extra/Manifest.gz +++ b/mate-extra/Manifest.gz diff --git a/mate-extra/mate-power-manager/Manifest b/mate-extra/mate-power-manager/Manifest index ebfcf004ff3c..1fd45fbdbf34 100644 --- a/mate-extra/mate-power-manager/Manifest +++ b/mate-extra/mate-power-manager/Manifest @@ -1,6 +1,3 @@ -AUX mate-power-manager-1.24.1-libsecret.patch 10306 BLAKE2B cf9789f62117c3aded2ce2d73027393bb5c19364f847fbbddeaa7b3b9be1bccdff3b2b1de28198965d65d4f906994c7f91bbb45448cedad0515a8a35aef12e22 SHA512 8646269729d01287cdf213a2a20a262fb658ba95fac47b521dd727ac8a4c3b81776cd24f6d9a3afc9311a4ebf2fe5cacece1db9487ba74f6cb04f008fdbf6238 -AUX mate-power-manager-1.24.3-removing-backtrace.patch 2026 BLAKE2B 55db952ea8c1328516cd98dbecae2702f939708a1f430beefcd2f4339e227d964dc3c272f6800a0652274213aec650665975212e6c182a9c3391a821a5817fe4 SHA512 fd5c9590ceead43653760324aa4a28fbafb82af7287b1b1eb0e4afe1b9cd6ba010162c98081a5df6a7ee18666ea7edb1e5aa148f047f1c5b4b0e329743d9fbfd -AUX mate-power-manager-1.24.3-removing-execinfo.patch 774 BLAKE2B ef9035810f8121c00b0ced49ff993930b21c46e4fb2fc1f45d98799c624d5b15bf5d00b5fd5b2d40a89d61252022d67f3bbaac37ccdb464428bda48e4872e59d SHA512 e71688c75fa322cf208b8fc583e587b33a000314fe48fb76c3de98d6bb157adeb6d2280a70284d9c0912a3aea69468ead0dc49c9ecd495b20c3b178b4a425c51 DIST mate-power-manager-1.26.0.tar.xz 6247700 BLAKE2B 2b3cea55c4486df36a85540b842dc63d0f61df394d785f55dbbb004ab963d42fecd616d9bb8ab66d55fc04c2048dcec7d0be443ee0e753479c03b892a132fe13 SHA512 1ddede827f72738e87870d2abeed7f0767ef2e383b8325b24faa0fd1e811ed634446516e6634b19a6546ddd7185092fd757b2b2ff97f51b88a9d2c313407abd4 EBUILD mate-power-manager-1.26.0.ebuild 1530 BLAKE2B 5cf9af73a255f2327ff31fd065de506bfbe50a4c2801337e295db6d5107920e6dde6628e1e9fa5dd490af05f240c02dacf614fca2b6a9c950d1a2df78a9e6b73 SHA512 fa87e282cda0f157f0b8842e900c5e8fadd76e3f07003014f13bf6c77747fb7598134ded217b106b642e3ed64897ec20003dbdd408fe0bc41f59e1f1f1057a87 MISC metadata.xml 522 BLAKE2B 2a85d9773f593cd52b0340d7b702a93e69b01f08c972940f6df7c208aea599c550da200316d3369f0961a27435b86c0ff2fc5822df026c7a1110e0fd9d6fe5fd SHA512 e6b3132766dec16a44d0ef79477eb39865242fe68580d6bf4a1700329f4a623181656c06669adca1a16a1d143b23b8799368eda667d7cd928ea58554fb364b9d diff --git a/mate-extra/mate-power-manager/files/mate-power-manager-1.24.1-libsecret.patch b/mate-extra/mate-power-manager/files/mate-power-manager-1.24.1-libsecret.patch deleted file mode 100644 index 11a9f94b1008..000000000000 --- a/mate-extra/mate-power-manager/files/mate-power-manager-1.24.1-libsecret.patch +++ /dev/null @@ -1,287 +0,0 @@ -From b2d876a16de9214270f248d7c445542120ae7800 Mon Sep 17 00:00:00 2001 -From: NP-Hardass <np.hardass@gmail.com> -Date: Mon, 3 Aug 2020 01:46:00 -0400 -Subject: [PATCH 1/5] Add autotools support for libsecret - ---- - README | 1 + - configure.ac | 22 ++++++++++++++++++++++ - src/Makefile.am | 3 +++ - 3 files changed, 26 insertions(+) - -diff --git a/README b/README -index 118da697..32a8a5cc 100644 ---- a/README -+++ b/README -@@ -15,6 +15,7 @@ To build, MATE Power Manager requires - - - Glib (2.36.0 or later) - - GTK+3 (3.14.0 or later) -+ - libsecret (0.11 or later) - - GNOME Keyring (3.0.0 or later) - - DBus (0.70 or later) - - libnotify (0.7.0 or later) -diff --git a/configure.ac b/configure.ac -index 1db39321..b4758dca 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -68,6 +68,7 @@ GLIB_REQUIRED=2.50.0 - GIO_REQUIRED=2.50.0 - GDK_REQUIRED=3.22.0 - GTK_REQUIRED=3.22.0 -+LIBSECRET_REQUIRED=0.11 - GNOME_KEYRING_REQUIRED=3.0.0 - DBUS_REQUIRED=1.0 - DBUS_GLIB_REQUIRED=0.70 -@@ -134,6 +135,22 @@ else - fi - AM_CONDITIONAL([HAVE_TESTS], [test $have_tests = yes]) - -+dnl --------------------------------------------------------------------------- -+dnl - Build libsecret support -+dnl --------------------------------------------------------------------------- -+AC_ARG_WITH(libsecret, -+ [AS_HELP_STRING([--with-libsecret], -+ [Enable the use of libsecret])], -+ [], -+ [with_libsecret=no]) -+ -+AM_CONDITIONAL([WITH_LIBSECRET],[test "$with_libsecret" = "yes"]) -+ -+if test "$with_libsecret" = "yes"; then -+ PKG_CHECK_MODULES(LIBSECRET, libsecret-1 >= $LIBSECRET_REQUIRED) -+ AC_DEFINE([WITH_LIBSECRET],[1],[Define if LIBSECRET support is enabled]) -+fi -+ - dnl --------------------------------------------------------------------------- - dnl - Build gnome-keyring support - dnl --------------------------------------------------------------------------- -@@ -150,6 +167,10 @@ if test "$with_keyring" = "yes"; then - AC_DEFINE([WITH_KEYRING],[1],[Define if KEYRING support is enabled]) - fi - -+if test "$with_libsecret" = "yes" -a "$with_keyring" = "yes"; then -+ AC_MSG_ERROR([Please select only 1, keyring or libsecret]) -+fi -+ - dnl --------------------------------------------------------------------------- - dnl - Build applets - dnl --------------------------------------------------------------------------- -@@ -222,6 +243,7 @@ echo " - compiler: ${CC} - cflags: ${CFLAGS} - cwarnings: ${WARN_CFLAGS} -+ libsecret support: ${with_libsecret} - gnome-keyring support: ${with_keyring} - Building extra applets: ${enable_applets} - Self test support: ${have_tests} -diff --git a/src/Makefile.am b/src/Makefile.am -index 1a966e8f..47815c5f 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -14,6 +14,7 @@ AM_CPPFLAGS = \ - $(GLIB_CFLAGS) \ - $(DBUS_CFLAGS) \ - $(CAIRO_CFLAGS) \ -+ $(LIBSECRET_CFLAGS) \ - $(KEYRING_CFLAGS) \ - $(X11_CFLAGS) \ - $(LIBNOTIFY_CFLAGS) \ -@@ -197,6 +198,7 @@ mate_power_manager_LDADD = \ - $(X11_LIBS) \ - $(GSTREAMER_LIBS) \ - $(CAIRO_LIBS) \ -+ $(LIBSECRET_LIBS) \ - $(KEYRING_LIBS) \ - $(DBUS_LIBS) \ - $(X11_LIBS) \ -@@ -259,6 +261,7 @@ mate_power_self_test_LDADD = \ - $(GLIB_LIBS) \ - $(X11_LIBS) \ - $(CAIRO_LIBS) \ -+ $(LIBSECRET_LIBS) \ - $(KEYRING_LIBS) \ - $(GSTREAMER_LIBS) \ - $(UPOWER_LIBS) \ - -From 7dbbf59fc5dc64cf512932993616a06903d5f22b Mon Sep 17 00:00:00 2001 -From: NP-Hardass <np.hardass@gmail.com> -Date: Mon, 3 Aug 2020 01:49:47 -0400 -Subject: [PATCH 2/5] gpm-control.c: Add libsecret implementation to - gpm_control_suspend() - ---- - src/gpm-control.c | 39 +++++++++++++++++++++++++++++++++++++++ - 1 file changed, 39 insertions(+) - -diff --git a/src/gpm-control.c b/src/gpm-control.c -index 4834a050..e64bfb12 100644 ---- a/src/gpm-control.c -+++ b/src/gpm-control.c -@@ -39,6 +39,9 @@ - #include <gio/gio.h> - #include <glib/gi18n.h> - -+#ifdef WITH_LIBSECRET -+#include <libsecret/secret.h> -+#endif /* WITH_LIBSECRET */ - #ifdef WITH_KEYRING - #include <gnome-keyring.h> - #endif /* WITH_KEYRING */ -@@ -210,6 +213,13 @@ gpm_control_suspend (GpmControl *control, GError **error) - EggConsoleKit *console; - GpmScreensaver *screensaver; - guint32 throttle_cookie = 0; -+#ifdef WITH_LIBSECRET -+ gboolean lock_libsecret; -+ GCancellable *libsecret_cancellable = NULL; -+ SecretService *secretservice_proxy = NULL; -+ gint num_secrets_locked; -+ GList *libsecret_collections = NULL; -+#endif /* WITH_LIBSECRET */ - #ifdef WITH_KEYRING - gboolean lock_gnome_keyring; - GnomeKeyringResult keyres; -@@ -233,6 +243,35 @@ gpm_control_suspend (GpmControl *control, GError **error) - } - } - -+#ifdef WITH_LIBSECRET -+ /* we should perhaps lock keyrings when sleeping #375681 */ -+ lock_libsecret = g_settings_get_boolean (control->priv->settings, GPM_SETTINGS_LOCK_KEYRING_SUSPEND); -+ if (lock_libsecret) { -+ libsecret_cancellable = g_cancellable_new(); -+ secretservice_proxy = secret_service_get_sync(SECRET_SERVICE_LOAD_COLLECTIONS, -+ libsecret_cancellable, -+ error); -+ if (secretservice_proxy == NULL) { -+ g_warning ("failed to connect to secret service"); -+ } else { -+ libsecret_collections = secret_service_get_collections(secretservice_proxy); -+ if ( libsecret_collections == NULL) { -+ g_warning ("failed to get secret collections"); -+ } else { -+ num_secrets_locked = secret_service_lock_sync(secretservice_proxy, -+ libsecret_collections, -+ libsecret_cancellable, -+ NULL, -+ error); -+ if (num_secrets_locked <= 0) -+ g_warning ("could not lock keyring"); -+ g_list_free(libsecret_collections); -+ } -+ g_object_unref(secretservice_proxy); -+ } -+ g_object_unref(libsecret_cancellable); -+ } -+#endif /* WITH_LIBSECRET */ - #ifdef WITH_KEYRING - /* we should perhaps lock keyrings when sleeping #375681 */ - lock_gnome_keyring = g_settings_get_boolean (control->priv->settings, GPM_SETTINGS_LOCK_KEYRING_SUSPEND); - -From 74acfabab04f10e95dc91fdc633a893a4564a820 Mon Sep 17 00:00:00 2001 -From: NP-Hardass <np.hardass@gmail.com> -Date: Mon, 3 Aug 2020 01:55:43 -0400 -Subject: [PATCH 3/5] gpm-control.c: Add libsecret implementation to - gpm_control_hibernate() - ---- - src/gpm-control.c | 36 ++++++++++++++++++++++++++++++++++++ - 1 file changed, 36 insertions(+) - -diff --git a/src/gpm-control.c b/src/gpm-control.c -index e64bfb12..98bb6f4e 100644 ---- a/src/gpm-control.c -+++ b/src/gpm-control.c -@@ -367,6 +367,13 @@ gpm_control_hibernate (GpmControl *control, GError **error) - EggConsoleKit *console; - GpmScreensaver *screensaver; - guint32 throttle_cookie = 0; -+#ifdef WITH_LIBSECRET -+ gboolean lock_libsecret; -+ GCancellable *libsecret_cancellable = NULL; -+ SecretService *secretservice_proxy = NULL; -+ gint num_secrets_locked; -+ GList *libsecret_collections = NULL; -+#endif /* WITH_LIBSECRET */ - #ifdef WITH_KEYRING - gboolean lock_gnome_keyring; - GnomeKeyringResult keyres; -@@ -390,6 +397,35 @@ gpm_control_hibernate (GpmControl *control, GError **error) - } - } - -+#ifdef WITH_LIBSECRET -+ /* we should perhaps lock keyrings when sleeping #375681 */ -+ lock_libsecret = g_settings_get_boolean (control->priv->settings, GPM_SETTINGS_LOCK_KEYRING_SUSPEND); -+ if (lock_libsecret) { -+ libsecret_cancellable = g_cancellable_new(); -+ secretservice_proxy = secret_service_get_sync(SECRET_SERVICE_LOAD_COLLECTIONS, -+ libsecret_cancellable, -+ error); -+ if (secretservice_proxy == NULL) { -+ g_warning ("failed to connect to secret service"); -+ } else { -+ libsecret_collections = secret_service_get_collections(secretservice_proxy); -+ if ( libsecret_collections == NULL) { -+ g_warning ("failed to get secret collections"); -+ } else { -+ num_secrets_locked = secret_service_lock_sync(secretservice_proxy, -+ libsecret_collections, -+ libsecret_cancellable, -+ NULL, -+ error); -+ if (num_secrets_locked <= 0) -+ g_warning ("could not lock keyring"); -+ g_list_free(libsecret_collections); -+ } -+ g_object_unref(secretservice_proxy); -+ } -+ g_object_unref(libsecret_cancellable); -+ } -+#endif /* WITH_LIBSECRET */ - #ifdef WITH_KEYRING - /* we should perhaps lock keyrings when sleeping #375681 */ - lock_gnome_keyring = g_settings_get_boolean (control->priv->settings, GPM_SETTINGS_LOCK_KEYRING_HIBERNATE); - -From a5b4e5b14510ea3aeb8824294876c152635503ae Mon Sep 17 00:00:00 2001 -From: NP-Hardass <np.hardass@gmail.com> -Date: Mon, 3 Aug 2020 02:01:10 -0400 -Subject: [PATCH 5/5] Switch default from libgnome-keyring to libsecret - ---- - configure.ac | 12 ++++++------ - 1 file changed, 6 insertions(+), 6 deletions(-) - -diff --git a/configure.ac b/configure.ac -index b4758dca..7fbc8206 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -139,10 +139,10 @@ dnl --------------------------------------------------------------------------- - dnl - Build libsecret support - dnl --------------------------------------------------------------------------- - AC_ARG_WITH(libsecret, -- [AS_HELP_STRING([--with-libsecret], -- [Enable the use of libsecret])], -+ [AS_HELP_STRING([--without-libsecret], -+ [Disable the use of libsecret])], - [], -- [with_libsecret=no]) -+ [with_libsecret=yes]) - - AM_CONDITIONAL([WITH_LIBSECRET],[test "$with_libsecret" = "yes"]) - -@@ -155,10 +155,10 @@ dnl --------------------------------------------------------------------------- - dnl - Build gnome-keyring support - dnl --------------------------------------------------------------------------- - AC_ARG_WITH(keyring, -- [AS_HELP_STRING([--without-keyring], -- [Disable the use of gnome-keyring])], -+ [AS_HELP_STRING([--with-keyring], -+ [Enable the use of gnome-keyring])], - [], -- [with_keyring=yes]) -+ [with_keyring=no]) - - AM_CONDITIONAL([WITH_KEYRING],[test "$with_keyring" = "yes"]) - diff --git a/mate-extra/mate-power-manager/files/mate-power-manager-1.24.3-removing-backtrace.patch b/mate-extra/mate-power-manager/files/mate-power-manager-1.24.3-removing-backtrace.patch deleted file mode 100644 index 62157058ba6f..000000000000 --- a/mate-extra/mate-power-manager/files/mate-power-manager-1.24.3-removing-backtrace.patch +++ /dev/null @@ -1,89 +0,0 @@ -# Instead of deleting the code blocks, just putting them inside a ifndef -# condition is safer ---- a/applets/brightness/egg-debug.c -+++ b/applets/brightness/egg-debug.c -@@ -74,6 +74,7 @@ pk_set_console_mode (guint console_code) - printf ("%s", command); - } - -+#if (defined(__UCLIBC__) || defined(__GLIBC__)) - /** - * egg_debug_backtrace: - **/ -@@ -98,6 +99,7 @@ egg_debug_backtrace (void) - free (symbols); - } - } -+#endif - - /** - * pk_log_line: -@@ -229,8 +231,10 @@ egg_error_real (const gchar *func, const gchar *file, const int line, const gcha - pk_print_line (func, file, line, buffer, CONSOLE_RED); - g_free(buffer); - -+#if (defined(__UCLIBC__) || defined(__GLIBC__)) - /* we want to fix this! */ - egg_debug_backtrace (); -+#endif - - exit (1); - } ---- a/applets/inhibit/egg-debug.c -+++ b/applets/inhibit/egg-debug.c -@@ -74,6 +74,7 @@ pk_set_console_mode (guint console_code) - printf ("%s", command); - } - -+#if (defined(__UCLIBC__) || defined(__GLIBC__)) - /** - * egg_debug_backtrace: - **/ -@@ -98,6 +99,7 @@ egg_debug_backtrace (void) - free (symbols); - } - } -+#endif - - /** - * pk_log_line: -@@ -229,8 +231,10 @@ egg_error_real (const gchar *func, const gchar *file, const int line, const gcha - pk_print_line (func, file, line, buffer, CONSOLE_RED); - g_free(buffer); - -+#if (defined(__UCLIBC__) || defined(__GLIBC__)) - /* we want to fix this! */ - egg_debug_backtrace (); -+#endif - - exit (1); - } ---- a/src/egg-debug.c -+++ b/src/egg-debug.c -@@ -74,6 +74,7 @@ pk_set_console_mode (guint console_code) - printf ("%s", command); - } - -+#if (defined(__UCLIBC__) || defined(__GLIBC__)) - /** - * egg_debug_backtrace: - **/ -@@ -98,6 +99,7 @@ egg_debug_backtrace (void) - free (symbols); - } - } -+#endif - - /** - * pk_log_line: -@@ -229,8 +231,10 @@ egg_error_real (const gchar *func, const gchar *file, const int line, const gcha - pk_print_line (func, file, line, buffer, CONSOLE_RED); - g_free(buffer); - -+#if (defined(__UCLIBC__) || defined(__GLIBC__)) - /* we want to fix this! */ - egg_debug_backtrace (); -+#endif - - exit (1); - } diff --git a/mate-extra/mate-power-manager/files/mate-power-manager-1.24.3-removing-execinfo.patch b/mate-extra/mate-power-manager/files/mate-power-manager-1.24.3-removing-execinfo.patch deleted file mode 100644 index 9a0febfad6c1..000000000000 --- a/mate-extra/mate-power-manager/files/mate-power-manager-1.24.3-removing-execinfo.patch +++ /dev/null @@ -1,38 +0,0 @@ -# Musl doesn't supply execinfo.h as a result build fails. -# Closes: https://bugs.gentoo.org/762484 ---- a/applets/brightness/egg-debug.c -+++ b/applets/brightness/egg-debug.c -@@ -39,7 +39,9 @@ - #include <sys/stat.h> - #include <fcntl.h> - #include <time.h> -+#if (defined(__GLIBC__)) - #include <execinfo.h> -+#endif - - #include "egg-debug.h" - ---- a/applets/inhibit/egg-debug.c -+++ b/applets/inhibit/egg-debug.c -@@ -39,7 +39,9 @@ - #include <sys/stat.h> - #include <fcntl.h> - #include <time.h> -+#if (defined(__GLIBC__)) - #include <execinfo.h> -+#endif - - #include "egg-debug.h" - ---- a/src/egg-debug.c -+++ b/src/egg-debug.c -@@ -39,7 +39,9 @@ - #include <sys/stat.h> - #include <fcntl.h> - #include <time.h> -+#if (defined(__GLIBC__)) - #include <execinfo.h> -+#endif - - #include "egg-debug.h" - diff --git a/mate-extra/mate-sensors-applet/Manifest b/mate-extra/mate-sensors-applet/Manifest index ef74dd293360..83941626ce5b 100644 --- a/mate-extra/mate-sensors-applet/Manifest +++ b/mate-extra/mate-sensors-applet/Manifest @@ -1,4 +1,3 @@ -AUX mate-sensors-applet-1.24.1-dont-check-for-headers.patch 570 BLAKE2B c18fad14150782d0266d7f0bffa1c2794bc7186ed5047ac013c29d0cbaa9460f852c51a69e450a19e9239321ffb3da19b79d9b66df707ea828a9efad684a5098 SHA512 c81dda1f71047c8801f1166510eae0ff0bee1e8210df9e8458f13bf3e32317c90c570ac7be982a42cfe2360cd031cb2d8f990ec09057b8032647b8c5a88e8def DIST mate-sensors-applet-1.26.0.tar.xz 563440 BLAKE2B 87919c3299253dc037d165dc7223fb7e02f993568ef454211746fffa2e260f54b9ad76bd5b023f9aa215a4796aa2a34dda249b132c415af7c5c4e82e84c5086b SHA512 1419c63e823bcec5d8fc4a619b3eb6c1eef0ac5d923177fae6649664616824cb5a257121aa88ab5d56d1d5ff5c44f1d62a4dd325dc718091e2d2e16ae326fa36 EBUILD mate-sensors-applet-1.26.0.ebuild 1291 BLAKE2B 24637e9cfef8d4c120da6611cd35677dd0f9e23fd87ab37e7c4588facbdd11e5f0e7f40e34069c4e8694da675ca04ecafe4f755e4f8776df8aee2b54960a5496 SHA512 8f5e4674accc6062b32d7ca09268fa2a6a532fb87ef605669a251c86eed02ba51c626f033bc891ed351de909b21dd3219d190758de679a890250d70ba9229a30 MISC metadata.xml 349 BLAKE2B 4576e875f56359cf193615e38e75b15a2f91e3727c1fae0c8c939a56c0ca93cbdba7ac7dbf4dbc8268901c8c62f3d0206a609d7bdbecfd6397f6032fa23f871f SHA512 22b33a8b3faf88d642cd3eebc15421c7b62511da5fdc1171aecc72074400c325ef3d91c2a4d380126c9d71edfc3c68cc48df9f8dae338f97c33389b3069d69c0 diff --git a/mate-extra/mate-sensors-applet/files/mate-sensors-applet-1.24.1-dont-check-for-headers.patch b/mate-extra/mate-sensors-applet/files/mate-sensors-applet-1.24.1-dont-check-for-headers.patch deleted file mode 100644 index 98aba2e903d5..000000000000 --- a/mate-extra/mate-sensors-applet/files/mate-sensors-applet-1.24.1-dont-check-for-headers.patch +++ /dev/null @@ -1,20 +0,0 @@ -# Removing unnecessary HAVE_STDIO_H and HAVE_LOCALE_H config checks. The -# HAVE_LOCALE_H also makes fails to build on musl system. -# Upstream issue: https://github.com/mate-desktop/mate-sensors-applet/issues/123 -# Closes: https://bugs.gentoo.org/777375 ---- a/plugins/i2c-proc/i2c-proc-plugin.c -+++ b/plugins/i2c-proc/i2c-proc-plugin.c -@@ -20,13 +20,8 @@ - #include <config.h> - #endif /* HAVE_CONFIG_H */ - --#ifdef HAVE_STDIO_H - #include <stdio.h> --#endif /* HAVE_STDIO_H */ -- --#ifdef HAVE_LOCALE_H - #include <locale.h> --#endif - - #include <glib.h> - #include <glib/gi18n.h> |