Philip Withnall
b097adf18a
xdgmime: Update to upstream commit c2c814d4051f232
...
(Modulo the changes in
https://gitlab.freedesktop.org/xdg/xdgmime/-/merge_requests/10 which are
still under discussion. Plus the proposed warning fixes from
https://gitlab.freedesktop.org/xdg/xdgmime/-/merge_requests/33 .)
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
Fixes : #3191
2023-12-04 13:13:13 +00:00
Philip Withnall
3dcae415a4
Revert "Don't compile some unused functions in gio/xdgmime/"
...
This reverts commit 14e46ca288
.
Diverging from upstream xdgmime is a maintenance burden, and this
isn’t really much additional code to compile. It should be dropped by
the linker since it’s unused.
See https://gitlab.freedesktop.org/xdg/xdgmime/-/merge_requests/15 .
2021-11-01 12:06:26 +00:00
Sébastien Wilmet
b765c7950c
gio/xdgmime/: LGPLv2+ -> LGPLv2.1+
...
https://bugzilla.gnome.org/show_bug.cgi?id=776504
2021-09-23 19:23:33 +02:00
Matthias Clasen
14e46ca288
Don't compile some unused functions in gio/xdgmime/
2021-09-23 19:23:33 +02:00
Emmanuel Fleury
3d2ac608de
Update gio/xdgmime with commit 722325f of xdgmime project
2021-09-23 11:32:02 +02:00
Ernestas Kulik
03e86d000f
Remove HAVE_CONFIG_H defs and uses
...
Since GLib files are only meant to be built as part of GLib, config.h
always exists, so the checks are more or less pointless.
https://bugzilla.gnome.org/show_bug.cgi?id=793399
2018-02-21 13:57:10 +00:00
Sébastien Wilmet
90afd3b775
gio/xdgmime/: LGPLv2+ -> LGPLv2.1+
...
https://bugzilla.gnome.org/show_bug.cgi?id=776504
2017-05-29 19:53:34 +02:00
Daniel Mustieles
078dbda148
Updated FSF's address
2014-01-31 14:31:55 +01:00
Matthias Clasen
14e0ad7c53
Don't compile some unused functions in gio/xdgmime/
2010-08-08 21:32:04 -04:00
Johan Dahlin
761424465a
Include "config.h" instead of <config.h> Command used: find -name
...
2008-06-21 Johan Dahlin <jdahlin@async.com.br>
* *.[ch]: Include "config.h" instead of <config.h>
Command used:
find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
Rubberstamped by Mitch
svn path=/trunk/; revision=7092
2008-06-22 15:10:51 +00:00
Alexander Larsson
3781343738
gio/ docs/reference/gio Merged gio-standalone into glib.
...
2007-11-26 Alexander Larsson <alexl@redhat.com>
* Makefile.am:
* configure.in:
* gio-2.0-uninstalled.pc.in:
* gio-2.0.pc.in:
* gio-unix-2.0-uninstalled.pc.in:
* gio-unix-2.0.pc.in:
* gio/
* docs/reference/gio
Merged gio-standalone into glib.
* glib/glibintl.h:
* glib/gutils.c:
Export glib_gettext so that gio can use it
Add P_ (using same domain for now)
Add I_ as g_intern_static_string
svn path=/trunk/; revision=5941
2007-11-26 16:13:05 +00:00