cpw.qulogic.gtk3-required: 9d23bd2c: Use GTK+3.0 version of GCR library.

qulogic at pidgin.im qulogic at pidgin.im
Fri Dec 23 05:27:03 EST 2011


----------------------------------------------------------------------
Revision: 9d23bd2c27ccb03377fecde0b340130e1c940bd8
Parent:   4353666041bbf7a339d6313de0d6db571ae9bbaa
Author:   qulogic at pidgin.im
Date:     12/23/11 05:15:52
Branch:   im.pidgin.cpw.qulogic.gtk3-required
URL: http://d.pidgin.im/viewmtn/revision/info/9d23bd2c27ccb03377fecde0b340130e1c940bd8

Changelog: 

Use GTK+3.0 version of GCR library.

Changes against parent 4353666041bbf7a339d6313de0d6db571ae9bbaa

  patched  configure.ac
  patched  pidgin/gtkcertmgr.c

-------------- next part --------------
============================================================
--- configure.ac	f755869c46109714da178bbd40ef817977486fcc
+++ configure.ac	ace14904faa2e8c6a057b82d387072621bff762e
@@ -631,7 +631,7 @@ Use --disable-cap if you do not need the
 	dnl # Check for GCR for its certificate widgets
 	dnl #######################################################################
 	if test "x$enable_gcr" = "xyes"; then
-		PKG_CHECK_MODULES(GCR, gcr-0, [
+		PKG_CHECK_MODULES(GCR, gcr-3, [
 			AC_DEFINE(ENABLE_GCR, 1, [Define to 1 if GCR is found.])], [
 			AC_MSG_RESULT(no)
 			enable_gcr="no"
============================================================
--- pidgin/gtkcertmgr.c	602d3840590d2f5907757b9b24235487fd601dc5
+++ pidgin/gtkcertmgr.c	d307489eb157b9a18771872a4bdb47c8bedf1fbf
@@ -43,7 +43,6 @@
 #ifdef ENABLE_GCR
 #define GCR_API_SUBJECT_TO_CHANGE
 #include <gcr/gcr.h>
-#include <gcr/gcr-simple-certificate.h>
 #endif
 
 /*****************************************************************************


More information about the Commits mailing list