pidgin.next.minor mingw small fixes
Andrea Visinoni
andrea at puntualmenteinritardo.com
Thu Nov 27 18:52:52 EST 2008
I found some missing files in mingw makefile, here is a patch.
Andrea
#
# old_revision [9bb0329ddfe78781329e5fc6e69884e9e796f195]
#
# patch "libpurple/Makefile.mingw"
# from [b2ff98bfc1a3f857f03e3b3c6f337ed251d07635]
# to [5b6a2bb50a2701ff5b30a63bab881008de6a19ae]
#
# patch "libpurple/prpl.h"
# from [81ee17b22edfda143962a23bf3d045afdfb699c5]
# to [eb2480d6cf15549173bc7940f4f3b5039d33bae1]
#
# patch "pidgin/Makefile.mingw"
# from [cd6e78bb6c96ba89595feeffa33c29f7f4d74c26]
# to [159efec3e58c3db9cd5dda2274ab1876e88792be]
#
============================================================
--- libpurple/Makefile.mingw b2ff98bfc1a3f857f03e3b3c6f337ed251d07635
+++ libpurple/Makefile.mingw 5b6a2bb50a2701ff5b30a63bab881008de6a19ae
@@ -67,10 +67,15 @@ C_SRC = \
signals.c \
smiley.c \
sound.c \
+ sound-theme.c \
+ sound-theme-loader.c \
sslconn.c \
status.c \
stringref.c \
stun.c \
+ theme.c \
+ theme-loader.c \
+ theme-manager.c \
upnp.c \
util.c \
value.c \
============================================================
--- libpurple/prpl.h 81ee17b22edfda143962a23bf3d045afdfb699c5
+++ libpurple/prpl.h eb2480d6cf15549173bc7940f4f3b5039d33bae1
@@ -30,6 +30,14 @@
#ifndef _PURPLE_PRPL_H_
#define _PURPLE_PRPL_H_
+#ifndef G_GNUC_NULL_TERMINATED
+# if __GNUC__ >= 4
+# define G_GNUC_NULL_TERMINATED __attribute__((__sentinel__))
+# else
+# define G_GNUC_NULL_TERMINATED
+# endif
+#endif
+
typedef struct _PurplePluginProtocolInfo PurplePluginProtocolInfo;
/** @copydoc _PurpleAttentionType */
typedef struct _PurpleAttentionType PurpleAttentionType;
============================================================
--- pidgin/Makefile.mingw cd6e78bb6c96ba89595feeffa33c29f7f4d74c26
+++ pidgin/Makefile.mingw 159efec3e58c3db9cd5dda2274ab1876e88792be
@@ -56,6 +56,8 @@ PIDGIN_C_SRC = \
PIDGIN_C_SRC = \
gtkaccount.c \
gtkblist.c \
+ gtkblist-theme.c \
+ gtkblist-theme-loader.c \
gtkcertmgr.c \
gtkcellrendererexpander.c \
gtkcellrendererprogress.c \
@@ -68,6 +70,8 @@ PIDGIN_C_SRC = \
gtkeventloop.c \
gtkexpander.c \
gtkft.c \
+ gtkicon-theme.c \
+ gtkicon-theme-loader.c \
gtkidle.c \
gtkimhtml.c \
gtkimhtmltoolbar.c \
@@ -88,6 +92,7 @@ PIDGIN_C_SRC = \
gtksound.c \
gtksourceiter.c \
gtksourceundomanager.c \
+ gtkstatus-icon-theme.c \
gtkstatusbox.c \
gtkthemes.c \
gtkutils.c \
More information about the Devel
mailing list