Re: [gnomemm] 2 small packaging issues with libbonobo*mm



Murray Cumming Comneon com wrote:

From: Alexander Nedotsukov [mailto:bland mail ru] I made a set of packages of gnomemm C++ bindings for FreeBSD ports collection.

If there are definitive FreeBSD gtkmm and gnomemm binaries then maybe you
could tell us how to mention them on the download page.

Sure. At the moment we have gtkmm series only. The simplest way to install binary package is to run "pkg_add -r gtkmm" for gtkmm v1 or "pkg_add -r gtk--2" for gtkmm v2. I believe gtk--2 acronym will be changed to gtkmm2 soon. It's also posible to build port itself via regular /usr/ports tree facility. Gnomemm packages will be available shortly after next system release. I will drop an announcement to the mail-list then.

Second.
http://cvs.gnome.org/lxr/source/gnomemm/libbonobouimm/bonobomm/Makefile.am
Shouldn't 'libbonobouimm_includedir' be $(includedir)/libbonobomm-2.0
instead of $(includedir)/libgnomemm-2.0?

Yes, I think you are right.

Btw, I also found similar problem in tools/m4/Makefile.am

The abouve true for both libbonobomm and libbonobouimm modules.

OK, I look forward to the patch. Well done.

After all this seems to be final change request. See the files attched.

All the best,
Alexander.

--- tools/m4/Makefile.am.orig	Fri May 23 14:40:02 2003
+++ tools/m4/Makefile.am	Fri May 23 14:41:07 2003
@@ -5,5 +5,5 @@
 
 # Install the .m4, files:
 
-tools_m4_includedir = $(libdir)/gtkmm-2.0/proc/m4
-tools_m4_include_HEADERS = class_bonoboobject.m4 convert_libbonobo.m4 corbamethod.m4
+tools_m4_includedir = $(libdir)/libbobobomm-2.0/proc/m4
+tools_m4_include_HEADERS = $(files_tools_m4)
--- bonobomm/Makefile.am.orig	Fri May 23 14:39:19 2003
+++ bonobomm/Makefile.am	Fri May 23 14:39:47 2003
@@ -2,7 +2,7 @@
 
 EXTRA_DIST	= README libbonobomm.h libbonobommconfig.h.in
 
-libbonobomm_includedir	= $(includedir)/libgnomemm-2.0
+libbonobomm_includedir	= $(includedir)/libbonobomm-2.0
 libbonobomm_include_HEADERS	= libbonobomm.h
 
 libbonobomm_configdir	= $(libdir)/libbonobomm-2.0/include
--- Makefile.am.orig	Fri May 23 14:51:57 2003
+++ Makefile.am	Fri May 23 14:53:31 2003
@@ -3,10 +3,11 @@
 
 EXTRA_DIST	= build_shared/Makefile_build.am_fragment \
 		  build_shared/Makefile_build_gensrc.am_fragment \
-		  build_shared/Makefile_gensrc.am_fragment
+		  build_shared/Makefile_gensrc.am_fragment \
+		  libbonobomm-2.0.pc.in libbonobomm-2.0-uninstalled.pc.in
 
 pkgconfigdir		= $(libdir)/pkgconfig
-pkgconfig_DATA		= libbonobomm-2.0.pc libbonobomm-2.0-uninstalled.pc
+pkgconfig_DATA		= libbonobomm-2.0.pc
 
 all-local:
 	@echo "*** Everything completed ***"
--- tools/m4/Makefile.am.orig	Fri May 23 14:46:53 2003
+++ tools/m4/Makefile.am	Fri May 23 14:47:42 2003
@@ -5,5 +5,5 @@
 
 # Install the .m4, files:
 
-tools_m4_includedir = $(libdir)/libgnomemm-2.0/proc/m4
-tools_m4_include_HEADERS = convert_libbonoboui.m4
+tools_m4_includedir = $(libdir)/libbonobouimm-2.0/proc/m4
+tools_m4_include_HEADERS = $(files_tools_m4)
--- bonobomm/Makefile.am.orig	Fri May 23 14:46:02 2003
+++ bonobomm/Makefile.am	Fri May 23 14:46:38 2003
@@ -2,7 +2,7 @@
 
 EXTRA_DIST	= README libbonobouimm.h libbonobouimmconfig.h.in
 
-libbonobouimm_includedir	= $(includedir)/libgnomemm-2.0
+libbonobouimm_includedir	= $(includedir)/libbonobouimm-2.0
 libbonobouimm_include_HEADERS	= libbonobouimm.h
 
 libbonobouimm_configdir	= $(libdir)/libbonobouimm-2.0/include
--- Makefile.am.orig	Fri May 23 14:45:36 2003
+++ Makefile.am	Fri May 23 14:49:34 2003
@@ -3,10 +3,11 @@
 
 EXTRA_DIST	= build_shared/Makefile_build.am_fragment \
 		  build_shared/Makefile_build_gensrc.am_fragment \
-		  build_shared/Makefile_gensrc.am_fragment
+		  build_shared/Makefile_gensrc.am_fragment \
+		  libbonobouimm-2.0.pc.in libbonobouimm-2.0-uninstalled.pc.in
 
 pkgconfigdir		= $(libdir)/pkgconfig
-pkgconfig_DATA		= libbonobouimm-2.0.pc libbonobouimm-2.0-uninstalled.pc
+pkgconfig_DATA		= libbonobouimm-2.0.pc
 
 all-local:
 	@echo "*** Everything completed ***"


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