Codebase list policykit-1-gnome / f829dbf
Refresh debian/patches/0001-Revert-Drop-marshaller-complications.patch. Michael Biebl 12 years ago
2 changed file(s) with 40 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
00 policykit-1-gnome (0.105-1) UNRELEASED; urgency=low
11
22 * New upstream release.
3
4 -- Michael Biebl <biebl@debian.org> Sat, 12 Nov 2011 01:50:56 +0100
3 * Refresh debian/patches/0001-Revert-Drop-marshaller-complications.patch.
4
5 -- Michael Biebl <biebl@debian.org> Sat, 12 Nov 2011 01:56:38 +0100
56
67 policykit-1-gnome (0.104-2) unstable; urgency=low
78
1010 3 files changed, 12 insertions(+), 1 deletions(-)
1111 create mode 100644 src/polkitgnomemarshal.list
1212
13 diff --git a/src/Makefile.am b/src/Makefile.am
14 index 6f12d4c..909624e 100644
15 --- a/src/Makefile.am
16 +++ b/src/Makefile.am
17 @@ -5,6 +5,13 @@ FULL_LIBEXECDIR=$(libexecdir)
13 Index: policykit-1-gnome/src/Makefile.am
14 ===================================================================
15 --- policykit-1-gnome.orig/src/Makefile.am 2011-11-12 01:47:11.000000000 +0100
16 +++ policykit-1-gnome/src/Makefile.am 2011-11-12 01:49:44.191662658 +0100
17 @@ -5,6 +5,13 @@
1818
1919 libexec_PROGRAMS = polkit-gnome-authentication-agent-1
2020
2828 polkit_gnome_authentication_agent_1_SOURCES = \
2929 polkitgnomelistener.h polkitgnomelistener.c \
3030 polkitgnomeauthenticator.h polkitgnomeauthenticator.c \
31 @@ -40,5 +47,7 @@ polkit_gnome_authentication_agent_1_LDADD = \
31 @@ -42,5 +49,7 @@
3232 $(POLKIT_GOBJECT_LIBS) \
3333 $(INTLLIBS)
3434
3636 +
3737 clean-local :
3838 rm -f *~
39 diff --git a/src/polkitgnomeauthenticator.c b/src/polkitgnomeauthenticator.c
40 index 3eeb604..698796f 100644
41 --- a/src/polkitgnomeauthenticator.c
42 +++ b/src/polkitgnomeauthenticator.c
39 Index: policykit-1-gnome/src/polkitgnomeauthenticator.c
40 ===================================================================
41 --- policykit-1-gnome.orig/src/polkitgnomeauthenticator.c 2011-11-12 01:47:11.000000000 +0100
42 +++ policykit-1-gnome/src/polkitgnomeauthenticator.c 2011-11-12 01:49:44.191662658 +0100
4343 @@ -32,6 +32,7 @@
4444
4545 #include "polkitgnomeauthenticator.h"
4848
4949 struct _PolkitGnomeAuthenticator
5050 {
51 @@ -137,7 +138,7 @@ polkit_gnome_authenticator_class_init (PolkitGnomeAuthenticatorClass *klass)
51 @@ -137,7 +138,7 @@
5252 0, /* class offset */
5353 NULL, /* accumulator */
5454 NULL, /* accumulator data */
55 - NULL, /* use generic marshaller */
55 - g_cclosure_marshal_generic,
5656 + _polkit_gnome_marshal_VOID__BOOLEAN_BOOLEAN,
5757 G_TYPE_NONE,
5858 2,
5959 G_TYPE_BOOLEAN,
60 diff --git a/src/polkitgnomemarshal.list b/src/polkitgnomemarshal.list
61 new file mode 100644
62 index 0000000..3259d90
63 --- /dev/null
64 +++ b/src/polkitgnomemarshal.list
60 Index: policykit-1-gnome/src/polkitgnomemarshal.list
61 ===================================================================
62 --- /dev/null 1970-01-01 00:00:00.000000000 +0000
63 +++ policykit-1-gnome/src/polkitgnomemarshal.list 2011-11-12 01:49:44.191662658 +0100
6564 @@ -0,0 +1 @@
6665 +VOID:BOOLEAN,BOOLEAN
67 --
68 1.7.7
69
66 Index: policykit-1-gnome/configure.ac
67 ===================================================================
68 --- policykit-1-gnome.orig/configure.ac 2011-11-12 01:47:11.115668073 +0100
69 +++ policykit-1-gnome/configure.ac 2011-11-12 01:50:39.551660700 +0100
70 @@ -123,16 +123,11 @@
71 POLKIT_AGENT_REQUIRED=0.97
72 POLKIT_GOBJECT_REQUIRED=0.97
73 GTK_REQUIRED=3.0.0
74 -GLIB_REQUIRED=2.30
75
76 PKG_CHECK_MODULES(GTK, gtk+-3.0 >= $GTK_REQUIRED)
77 AC_SUBST(GTK_CFLAGS)
78 AC_SUBST(GTK_LIBS)
79
80 -PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED)
81 -AC_SUBST(GLIB_CFLAGS)
82 -AC_SUBST(GLIB_LIBS)
83 -
84 PKG_CHECK_MODULES(POLKIT_AGENT, polkit-agent-1 >= $POLKIT_AGENT_REQUIRED)
85 AC_SUBST(POLKIT_AGENT_CFLAGS)
86 AC_SUBST(POLKIT_AGENT_LIBS)