Extra Packages For xfce Beta System
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
diff -Nru libdbusmenu-12.10.2.orig/configure.ac libdbusmenu-12.10.2/configure.ac
|
||||
--- libdbusmenu-12.10.2.orig/configure.ac 2013-01-09 15:44:34.554871296 -0500
|
||||
+++ libdbusmenu-12.10.2/configure.ac 2013-01-09 15:44:45.604812416 -0500
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
AC_PREREQ(2.62)
|
||||
|
||||
-AM_CONFIG_HEADER(config.h)
|
||||
+AC_CONFIG_HEADERS(config.h)
|
||||
AM_INIT_AUTOMAKE(libdbusmenu, 16.04.0, [-Wno-portability])
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
@@ -0,0 +1,26 @@
|
||||
--- a/tools/dbusmenu-dumper.c
|
||||
+++ b/tools/dbusmenu-dumper.c
|
||||
@@ -388,7 +388,10 @@
|
||||
int
|
||||
main (int argc, char ** argv)
|
||||
{
|
||||
+#if GLIB_VERSION_CUR_STABLE < G_ENCODE_VERSION(2, 36)
|
||||
+ // g_type_init is deprecated after 2.36
|
||||
g_type_init();
|
||||
+#endif
|
||||
GError * error = NULL;
|
||||
GOptionContext * context;
|
||||
|
||||
--- a/tools/testapp/main.c
|
||||
+++ b/tools/testapp/main.c
|
||||
@@ -135,7 +135,10 @@
|
||||
|
||||
int main (int argc, char ** argv)
|
||||
{
|
||||
+#if GLIB_VERSION_CUR_STABLE < G_ENCODE_VERSION(2, 36)
|
||||
+ // g_type_init is deprecated after 2.36
|
||||
g_type_init();
|
||||
+#endif
|
||||
|
||||
if (argc != 2) {
|
||||
g_warning(USAGE);
|
||||
@@ -0,0 +1,22 @@
|
||||
--- a/docs/libdbusmenu-glib/reference/libdbusmenu-glib-docs.sgml
|
||||
+++ b/docs/libdbusmenu-glib/reference/libdbusmenu-glib-docs.sgml
|
||||
@@ -15,9 +15,6 @@
|
||||
<xi:include href="xml/menuitem-proxy.xml"/>
|
||||
<xi:include href="xml/menuitem.xml"/>
|
||||
<xi:include href="xml/client.xml"/>
|
||||
- <xi:include href="xml/client-menuitem.xml"/>
|
||||
- <xi:include href="xml/dbusmenu-client.xml"/>
|
||||
- <xi:include href="xml/dbusmenu-server.xml"/>
|
||||
<xi:include href="xml/types.xml"/>
|
||||
|
||||
</chapter>
|
||||
--- a/docs/libdbusmenu-gtk/reference/libdbusmenu-gtk-docs.sgml
|
||||
+++ b/docs/libdbusmenu-gtk/reference/libdbusmenu-gtk-docs.sgml
|
||||
@@ -15,7 +15,6 @@
|
||||
<xi:include href="xml/menuitem.xml"/>
|
||||
<xi:include href="xml/client.xml"/>
|
||||
<xi:include href="xml/parser.xml"/>
|
||||
- <xi:include href="xml/serializablemenuitem.xml"/>
|
||||
|
||||
</chapter>
|
||||
<chapter id="object-tree">
|
||||
Reference in New Issue
Block a user