Re: [GnomeMeeting-list] GnomeMeeting 0.92.1 rpms are available



Carl-Johan Kjellander wrote:
Damien Sandras wrote:

A new release of GnomeMeeting is available.

<-snip->

And I've made some new rpms for Red Hat 7.3 for people to try out.

<- erronous patch ->

And of course I made a tiny error making the patch. I'm attaching the
correct one and I made some new rpms (0.92.1-2) that fixes the problem.

Same bat channel:
http://razor.hemmet.chalmers.se/gnomemeeting/

/Carl-Johan Kjellander
--
begin 644 carljohan_at_kjellander_dot_com.gif
Y1TE&.#=A(0`F`(```````/___RP`````(0`F```"@XR/!\N<#U.;+MI`<[U(>\!UGQ9BGT%>'D2I
Y*=NX,2 OUF2&<827ILW;^822C>\7!!Z1,!K'B5(6H<SH-"E*TJ3%*/>QI6:7"A>Y?):D2^*U NCV
R<MOQ=]V(B6>LZYD-_T1U<@3W]A4(^$-W4]A#V")W6#.R"$;IR'@).46BN7$9>5D``#L`
diff -Naur GnomeMeeting-0.92.1.vanilla/Makefile.am GnomeMeeting-0.92.1/Makefile.am
--- GnomeMeeting-0.92.1.vanilla/Makefile.am	Sun May 19 15:53:42 2002
+++ GnomeMeeting-0.92.1/Makefile.am	Mon May 27 14:30:32 2002
@@ -16,8 +16,8 @@
 schemas_DATA = $(SCHEMAS_FILE)
 
 install-schemas: gnomemeeting.schemas
-	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool --makefile-install-rule $(SCHEMAS_FILE)
-	gconftool --shutdown
+	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(SCHEMAS_FILE)
+	$(GCONFTOOL) --shutdown
 
 install-data-local: install-schemas
 
diff -Naur GnomeMeeting-0.92.1.vanilla/configure.in GnomeMeeting-0.92.1/configure.in
--- GnomeMeeting-0.92.1.vanilla/configure.in	Mon May 27 00:20:23 2002
+++ GnomeMeeting-0.92.1/configure.in	Mon May 27 14:31:35 2002
@@ -51,6 +51,10 @@
 dnl ############################################################################
 dnl GConf related settings
 dnl ############################################################################
+AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
+if test x"$GCONFTOOL" = xno; then
+  AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
+fi
 AM_GCONF_SOURCE_2
 
 

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]