? build/unix/mozilla-plugin.pc Index: build/unix/.cvsignore =================================================================== RCS file: /cvsroot/mozilla/build/unix/.cvsignore,v retrieving revision 1.4 diff -p -u -u -p -r1.4 .cvsignore --- build/unix/.cvsignore 30 Aug 2002 05:12:02 -0000 1.4 +++ build/unix/.cvsignore 10 Mar 2005 20:45:17 -0000 @@ -7,3 +7,10 @@ mozilla-js.pc mozilla-nspr.pc mozilla-nss.pc mozilla-xpcom.pc +firefox-config +firefox-gtkmozembed.pc +firefox-js.pc +firefox-nspr.pc +firefox-nss.pc +firefox-plugin.pc +firefox-xpcom.pc Index: build/unix/Makefile.in =================================================================== RCS file: /cvsroot/mozilla/build/unix/Makefile.in,v retrieving revision 1.23 diff -p -u -u -p -r1.23 Makefile.in --- build/unix/Makefile.in 24 Feb 2005 01:21:01 -0000 1.23 +++ build/unix/Makefile.in 10 Mar 2005 20:45:18 -0000 @@ -88,6 +88,7 @@ $(MOZ_APP_NAME)-%.pc : mozilla-%.pc.in M -e "s|%includedir%|$(includedir)|" \ -e "s|%libdir%|$(mozappdir)|" \ -e "s|%idldir%|$(idldir)|" \ + -e "s|%MOZ_APP_NAME%|$(MOZ_APP_NAME)|" \ -e "s|%MOZILLA_VERSION%|$(MOZ_APP_VERSION)|" \ -e "s|%SUPERWIN_LIBS%|$(SUPERWIN_LIBS)|" \ -e "s|%DEFS%|$(_DEFS)|" \ Index: build/unix/mozilla-gtkmozembed.pc.in =================================================================== RCS file: /cvsroot/mozilla/build/unix/mozilla-gtkmozembed.pc.in,v retrieving revision 1.2 diff -p -u -u -p -r1.2 mozilla-gtkmozembed.pc.in --- build/unix/mozilla-gtkmozembed.pc.in 19 Nov 2002 03:11:13 -0000 1.2 +++ build/unix/mozilla-gtkmozembed.pc.in 10 Mar 2005 20:45:18 -0000 @@ -6,6 +6,6 @@ includedir=%includedir% Name: Mozilla Gtk Embedding Widget Description: Mozilla Embedding Widget for Gtk+ Version: %MOZILLA_VERSION% -Requires: mozilla-xpcom = %MOZILLA_VERSION% +Requires: %MOZ_APP_NAME%-xpcom = %MOZILLA_VERSION% Libs: -L${libdir} -lgtkembedmoz %SUPERWIN_LIBS% Cflags: -I${includedir}/gtkembedmoz Index: build/unix/mozilla-js.pc.in =================================================================== RCS file: /cvsroot/mozilla/build/unix/mozilla-js.pc.in,v retrieving revision 1.4 diff -p -u -u -p -r1.4 mozilla-js.pc.in --- build/unix/mozilla-js.pc.in 25 Oct 2002 02:30:37 -0000 1.4 +++ build/unix/mozilla-js.pc.in 10 Mar 2005 20:45:18 -0000 @@ -6,6 +6,6 @@ includedir=%includedir% Name: JavaScript Description: The Mozilla JavaScript Library Version: %MOZILLA_VERSION% -Requires: mozilla-nspr = %MOZILLA_VERSION% +Requires: %MOZ_APP_NAME%-nspr = %MOZILLA_VERSION% Libs: -L${libdir} -lmozjs Cflags: -I${includedir}/js -DXP_UNIX Index: build/unix/mozilla-nss.pc.in =================================================================== RCS file: /cvsroot/mozilla/build/unix/mozilla-nss.pc.in,v retrieving revision 1.1 diff -p -u -u -p -r1.1 mozilla-nss.pc.in --- build/unix/mozilla-nss.pc.in 3 Jun 2002 22:26:01 -0000 1.1 +++ build/unix/mozilla-nss.pc.in 10 Mar 2005 20:45:18 -0000 @@ -6,6 +6,6 @@ includedir=%includedir% Name: NSS Description: Mozilla Network Security Services Version: %MOZILLA_VERSION% -Requires: mozilla-nspr = %MOZILLA_VERSION% +Requires: %MOZ_APP_NAME%-nspr = %MOZILLA_VERSION% Libs: -L${libdir} -lnss3 -lsmime3 -lssl3 -lsoftokn3 Cflags: -I${includedir}/nss Index: build/unix/mozilla-plugin.pc.in =================================================================== RCS file: /cvsroot/mozilla/build/unix/mozilla-plugin.pc.in,v retrieving revision 1.1 diff -p -u -u -p -r1.1 mozilla-plugin.pc.in --- build/unix/mozilla-plugin.pc.in 30 Oct 2002 00:40:16 -0000 1.1 +++ build/unix/mozilla-plugin.pc.in 10 Mar 2005 20:45:18 -0000 @@ -6,5 +6,5 @@ includedir=%includedir% Name: Mozilla Plug-In API Description: Mozilla Plug-In API Version: %MOZILLA_VERSION% -Requires: mozilla-xpcom = %MOZILLA_VERSION% +Requires: %MOZ_APP_NAME%-xpcom = %MOZILLA_VERSION% Cflags: -I${includedir}/java -I${includedir}/plugin Index: build/unix/mozilla-xpcom.pc.in =================================================================== RCS file: /cvsroot/mozilla/build/unix/mozilla-xpcom.pc.in,v retrieving revision 1.3 diff -p -u -u -p -r1.3 mozilla-xpcom.pc.in --- build/unix/mozilla-xpcom.pc.in 24 Feb 2005 01:21:01 -0000 1.3 +++ build/unix/mozilla-xpcom.pc.in 10 Mar 2005 20:45:18 -0000 @@ -7,6 +7,6 @@ idldir=%idldir% Name: XPCOM Description: The Mozilla Cross Platform Component Library Version: %MOZILLA_VERSION% -Requires: mozilla-nspr = %MOZILLA_VERSION% +Requires: %MOZ_APP_NAME%-nspr = %MOZILLA_VERSION% Libs: -L${libdir} -lxpcom Cflags: -I${includedir} -I${includedir}/xpcom -I${includedir}/string